<?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: Filter Widget - URL Parameters in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-url-parameters/m-p/1599543#M18141</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/766971"&gt;@Ke_Xu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The data_filter will only filter my data source, while the Filter widget will remain unchanged.&lt;/P&gt;&lt;P&gt;I would like to define the filter expression used in the Filter widget using URL parameters.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ari&lt;/P&gt;</description>
    <pubDate>Wed, 26 Mar 2025 17:16:31 GMT</pubDate>
    <dc:creator>aricraimundo</dc:creator>
    <dc:date>2025-03-26T17:16:31Z</dc:date>
    <item>
      <title>Filter Widget - URL Parameters</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-url-parameters/m-p/1599260#M18107</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an Experience Builder app that consumes a map with a feature layer representing an indoor mapping system, where different features exist on different floors.&lt;/P&gt;&lt;P&gt;I'm using a Filter widget to allow users to filter floors based on a field called "floor" (e.g., floor = 1, floor = 2). The Filter widget is configured for unique selection, meaning users can select only one floor at a time.&lt;/P&gt;&lt;P&gt;I would like to use URL parameters to share a specific feature and I would like to pre-set the Filter widget via the URL.&lt;/P&gt;&lt;P&gt;&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;I’ve tried using a URL format like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://experience.arcgis.com/experience/" target="_blank" rel="noopener"&gt;https://experience.arcgis.com/experience/&lt;/A&gt;[&lt;STRONG&gt;MyAppId&lt;/STRONG&gt;]#[&lt;STRONG&gt;MyWidgetId&lt;/STRONG&gt;]=filterItems:{encoded JSON filterItems}&lt;/P&gt;&lt;P&gt;Where:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;MyAppId&lt;/STRONG&gt; is the ID of my Experience Builder app.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;MyWidgetId&lt;/STRONG&gt; is the ID of my filter widget (e.g., widget_66).&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;However, I haven’t been able to get it to work. How can I achieve this?&lt;/P&gt;&lt;P class=""&gt;I would also like to know if this is even possible.&lt;/P&gt;&lt;P class=""&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 01:18:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-url-parameters/m-p/1599260#M18107</guid>
      <dc:creator>aricraimundo</dc:creator>
      <dc:date>2025-03-26T01:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Widget - URL Parameters</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-url-parameters/m-p/1599310#M18115</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/135406"&gt;@aricraimundo&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;From the doc, the format url is:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;http://experience.arcgis.com/experience/&amp;lt;AppID&amp;gt;/?data_filter=&amp;lt;datasourceID&amp;gt;:sqlexpression&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The following is an example URL with an encoded filter parameters (&lt;/SPAN&gt;&lt;SPAN class=""&gt;objectid=3)&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;https://experiencedev.arcgis.com/experience/098526e7e8df4815877174370ba531b7/?data_filter=dataSource_2-e920fece5eda481aaa64b1854b3aedae%3AOBJECTID%3D3&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You could click on the feature to getthe datasourceID.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ke_Xu_0-1742971194346.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/128712i424DE0B7C2D28767/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ke_Xu_0-1742971194346.png" alt="Ke_Xu_0-1742971194346.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ke&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 06:40:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-url-parameters/m-p/1599310#M18115</guid>
      <dc:creator>Ke_Xu</dc:creator>
      <dc:date>2025-03-26T06:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Widget - URL Parameters</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-url-parameters/m-p/1599543#M18141</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/766971"&gt;@Ke_Xu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The data_filter will only filter my data source, while the Filter widget will remain unchanged.&lt;/P&gt;&lt;P&gt;I would like to define the filter expression used in the Filter widget using URL parameters.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ari&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 17:16:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-url-parameters/m-p/1599543#M18141</guid>
      <dc:creator>aricraimundo</dc:creator>
      <dc:date>2025-03-26T17:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Widget - URL Parameters</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-url-parameters/m-p/1599802#M18154</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/135406"&gt;@aricraimundo&lt;/a&gt;,&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;The data_filter will only filter my data source, while the Filter widget will remain unchanged.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, the state of the Filter widget does not change.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;I would like to define the filter expression used in the Filter widget using URL parameters.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Currently this new feature is not supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ke&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 00:59:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-url-parameters/m-p/1599802#M18154</guid>
      <dc:creator>Ke_Xu</dc:creator>
      <dc:date>2025-03-27T00:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Widget - URL Parameters</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-url-parameters/m-p/1662743#M21464</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/135406"&gt;@aricraimundo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Filter widget now supports URL parameters the same way as the Search or Map widget inside the app URL settings in the recent AGOL Oct release. Let us know if you encounter any issues. Thanks for your feedback!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 06:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-url-parameters/m-p/1662743#M21464</guid>
      <dc:creator>TonghuiMing</dc:creator>
      <dc:date>2025-11-03T06:05:39Z</dc:date>
    </item>
  </channel>
</rss>

