<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help setting up custom ExB URL parameters in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/help-setting-up-custom-exb-url-parameters/m-p/1512995#M13978</link>
    <description>&lt;P&gt;Thanks for the information&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/154737"&gt;@RyanUthoff&lt;/a&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a single layer in my ExB app. Can you confirm that this URL syntax seems right? The map doesn't seem to filter after opening.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;https://experience.arcgis.com/experience/f5d4e46786144f04b0d0ef95a766adbf/?data_filter=dataSource_1:yii_group%3DTest%20Group&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2024 15:29:46 GMT</pubDate>
    <dc:creator>DaveK</dc:creator>
    <dc:date>2024-07-31T15:29:46Z</dc:date>
    <item>
      <title>Help setting up custom ExB URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/help-setting-up-custom-exb-url-parameters/m-p/1512475#M13940</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to set up a custom URL which filters data within an ExB site. I'm referencing the syntax from this page, specifically the Filter data sources section -&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm" target="_blank" rel="noopener"&gt;https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The URL example I'm modeling mine after this -&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;http://experience.arcgis.com/experience/&amp;lt;AppID&amp;gt;/?data_filter=dataSource_1:name%3D%27Even%26Odd%27&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;I can't seem to figure out what should be placed in the "dataSource_1" section. Is it supposed to be the URL of the service, the item ID, or item name? Also, is the field I'm filtering on placed in the "name"? Do I place the query value after the "%3D"? Does anyone have a better example of a custom URL? Any help is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 17:20:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/help-setting-up-custom-exb-url-parameters/m-p/1512475#M13940</guid>
      <dc:creator>DaveK</dc:creator>
      <dc:date>2024-07-30T17:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help setting up custom ExB URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/help-setting-up-custom-exb-url-parameters/m-p/1512507#M13943</link>
      <description>&lt;P&gt;The instructions in the Select data section of your documentation (right above the Filter data sources section you referenced) explains how to retrieve the data source ID.&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Each&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://doc.arcgis.com/en/experience-builder/latest/build-apps/select-data.htm" target="_blank" rel="noopener"&gt;data source&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;in an app has its own data source ID. When you select a data record, the data source's ID is added to the app's URL, along with the selection type and selection condition.&amp;nbsp;"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;So you would replace "dataSource_1" with the data source ID using the workflow above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regarding the field you're filtering on, below is an example from their documentation on what it would look like. So from your example, you would replace "name" with your field name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"The following is another example URL with two encoded filter parameters (&lt;SPAN class=""&gt;objectid=1&lt;/SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;SPAN class=""&gt;fieldA&amp;gt;2&lt;/SPAN&gt;):"&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;https://experience.arcgis.com/experience/&amp;lt;AppId&amp;gt;/?data_filter=ds1:objectid%3D1,ds2:fieldA%3E2&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 17:53:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/help-setting-up-custom-exb-url-parameters/m-p/1512507#M13943</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2024-07-30T17:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help setting up custom ExB URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/help-setting-up-custom-exb-url-parameters/m-p/1512995#M13978</link>
      <description>&lt;P&gt;Thanks for the information&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/154737"&gt;@RyanUthoff&lt;/a&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a single layer in my ExB app. Can you confirm that this URL syntax seems right? The map doesn't seem to filter after opening.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;https://experience.arcgis.com/experience/f5d4e46786144f04b0d0ef95a766adbf/?data_filter=dataSource_1:yii_group%3DTest%20Group&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 15:29:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/help-setting-up-custom-exb-url-parameters/m-p/1512995#M13978</guid>
      <dc:creator>DaveK</dc:creator>
      <dc:date>2024-07-31T15:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help setting up custom ExB URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/help-setting-up-custom-exb-url-parameters/m-p/1513056#M13981</link>
      <description>&lt;P&gt;The only thing I see is since you're searching for a text value, I believe you need to put the value you are searching for in single quotes, which would be %27 as the encoded value. Below is an example of what that would look like.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RyanUthoff_0-1722445466329.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111212i39A56325DAD77ECB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RyanUthoff_0-1722445466329.png" alt="RyanUthoff_0-1722445466329.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other thing is that you might need to replace "dataSource_1" with the actual data source ID you're using.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 17:07:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/help-setting-up-custom-exb-url-parameters/m-p/1513056#M13981</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2024-07-31T17:07:04Z</dc:date>
    </item>
  </channel>
</rss>

