<?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: Filters in a Window in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1720158#M24095</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/54255"&gt;@ShengdiZhang&lt;/a&gt;, understood! Thanks for confirming that splash windows act as a special case here. If there is an enhancement bug logged for the splash window filter persistence, please let us know so we can vote on it!&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV class=""&gt;As a side note on the "React" side of things in Exp B— I imagine this stems from how the splash window's lifecycle is handled compared to standard windows. It seems like closing the splash screen causes it to fully unmount from the DOM, which triggers a cleanup function in the Filter widget's &lt;STRONG&gt;useEffect&lt;/STRONG&gt; hook. That unmount cleanup likely clears the applied &lt;STRONG&gt;SqlExpression&lt;/STRONG&gt; from the jimu-core &lt;STRONG&gt;DataSourceManager&lt;/STRONG&gt;. If so, a potential fix might be to just toggle the splash window's CSS visibility (&lt;STRONG&gt;display: none&lt;/STRONG&gt;) instead of destroying the React node entirely&lt;BR /&gt;&lt;BR /&gt;Our use case: &lt;A title="Window Filters" href="https://drive.google.com/file/d/1ZpFawNnHt4tM68AL05-u4r-fgm00B6lU/view?usp=sharing" target="_blank" rel="noopener"&gt;Example&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Thanks!&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 12 Aug 2026 17:51:50 GMT</pubDate>
    <dc:creator>AndresMorenoVasquez</dc:creator>
    <dc:date>2026-08-12T17:51:50Z</dc:date>
    <item>
      <title>Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1078447#M2405</link>
      <description>&lt;P&gt;So, I thought I was being smart, clearly failed again. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To save screen "real-estate" I thought it would be good to have a number of filters brought forward through a window. The screengrab below shows the result is correct as I apply a filter from the window, I've included the count which I used to verify it was working, however, as soon the window is deactivated (clicked off) it clears the filter.&lt;/P&gt;&lt;P&gt;Is there a setting, or something I'm missing to keep the filter(s) active after closing the window?&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="JonathanMcDougall_0-1626206077819.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/18342iE7AAB03403C7E958/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonathanMcDougall_0-1626206077819.png" alt="JonathanMcDougall_0-1626206077819.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 19:54:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1078447#M2405</guid>
      <dc:creator>JonathanMcDougall</dc:creator>
      <dc:date>2021-07-13T19:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1078559#M2410</link>
      <description>&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can reproduce your issue and confirm that it is a bug. We will look into it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Before this bug can be fixed, there is a work around that you can use the filter widget's icon arrangement style.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShengdiZhang_0-1626228268564.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/18371iAD141460C3266784/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ShengdiZhang_0-1626228268564.png" alt="ShengdiZhang_0-1626228268564.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reporting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shengdi&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 02:05:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1078559#M2410</guid>
      <dc:creator>ShengdiZhang</dc:creator>
      <dc:date>2021-07-14T02:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1078579#M2413</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/54255"&gt;@ShengdiZhang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi, thanks for the response.&lt;/P&gt;&lt;P&gt;Have tried your suggestion, however, same result with the filter "switching off" as soon as I close the window. All filters remain active, using the other arrangements too, right to the point of clicking off window.&lt;/P&gt;&lt;P&gt;Looking forward&amp;nbsp; to the bug-fix.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 06:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1078579#M2413</guid>
      <dc:creator>JonathanMcDougall</dc:creator>
      <dc:date>2021-07-14T06:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1078595#M2417</link>
      <description>&lt;P&gt;Sorry I didn't make it clear in my last reply. What I mean is that you can put the icon filter widget on the page, but not on the window.&lt;/P&gt;&lt;P&gt;As for the window issue, after discussion it is not an easy bug to fix (or more like an enhancement), and I'm afraid it cannot be solved in the next release.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shengdi&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 08:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1078595#M2417</guid>
      <dc:creator>ShengdiZhang</dc:creator>
      <dc:date>2021-07-14T08:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1287946#M6917</link>
      <description>&lt;P&gt;Was there ever a solution to this? I have the same problem. The filter in the window works fine, I can actually see the map update in the background. But as soon as I close the window, the map reverts back to not being filtered. I wanted a wizard style set of intro screens to step users through filtering the map, if possible. It's so close to working.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 20:18:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1287946#M6917</guid>
      <dc:creator>AndyWells</dc:creator>
      <dc:date>2023-05-10T20:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1300236#M7277</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Was there ever a solution to this? I have the same problem. The filter in the window works fine, I can actually see the map update in the background. But as soon as I close the window, the map reverts back to not being filtered. I wanted a wizard style set of intro screens to step users through filtering the map, if possible. It's so close to working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(Still wondering about this.)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 14:57:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1300236#M7277</guid>
      <dc:creator>AndyWells</dc:creator>
      <dc:date>2023-06-16T14:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1380370#M10777</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/54255"&gt;@ShengdiZhang&lt;/a&gt;&amp;nbsp;I too would be really interested in a solution to this, for the same screen real-estate and wizard format reasons as the other users in this thread&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1418"&gt;@AndyWells&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/64439"&gt;@JonathanMcDougall&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 15:45:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1380370#M10777</guid>
      <dc:creator>dcallaghan</dc:creator>
      <dc:date>2024-02-09T15:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1416556#M12351</link>
      <description>&lt;P&gt;Any further updates?&amp;nbsp; I'm running into the same issue and would really like to persist the filter when the window is closed.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 15:06:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1416556#M12351</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2024-04-29T15:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1490304#M13060</link>
      <description>&lt;P&gt;I would also really appreciate this to be fixed. The workaround with the filter button format only works if you have one filter widget to use, while I wanted to include two separate filter widgets in a column in the window... I guess another workaround will be to make a button to open a sidebar panel with filters (a type of trigger that's already available on AGOL and on Enterprise from 11.3).&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 10:05:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1490304#M13060</guid>
      <dc:creator>SydorukMariya</dc:creator>
      <dc:date>2024-06-12T10:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1627609#M19556</link>
      <description>&lt;P&gt;This bug is fixed in the June 2025 AGOL release.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 06:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1627609#M19556</guid>
      <dc:creator>ShengdiZhang</dc:creator>
      <dc:date>2025-06-27T06:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1714283#M23873</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/54255"&gt;@ShengdiZhang&lt;/a&gt;&amp;nbsp;This bug is not fixed for me in July 2026. Perhaps the June 2026 updated reverted it? Update: It seems like it only resets the filter when the window is set as a splash screen.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2026 19:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1714283#M23873</guid>
      <dc:creator>ColinBergmann_ct</dc:creator>
      <dc:date>2026-07-13T19:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1714344#M23874</link>
      <description>&lt;P&gt;Currently, this is expected behavior for a splash window. Splash windows are a special case, and we're still working on it.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 02:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1714344#M23874</guid>
      <dc:creator>ShengdiZhang</dc:creator>
      <dc:date>2026-07-14T02:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filters in a Window</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1720158#M24095</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/54255"&gt;@ShengdiZhang&lt;/a&gt;, understood! Thanks for confirming that splash windows act as a special case here. If there is an enhancement bug logged for the splash window filter persistence, please let us know so we can vote on it!&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV class=""&gt;As a side note on the "React" side of things in Exp B— I imagine this stems from how the splash window's lifecycle is handled compared to standard windows. It seems like closing the splash screen causes it to fully unmount from the DOM, which triggers a cleanup function in the Filter widget's &lt;STRONG&gt;useEffect&lt;/STRONG&gt; hook. That unmount cleanup likely clears the applied &lt;STRONG&gt;SqlExpression&lt;/STRONG&gt; from the jimu-core &lt;STRONG&gt;DataSourceManager&lt;/STRONG&gt;. If so, a potential fix might be to just toggle the splash window's CSS visibility (&lt;STRONG&gt;display: none&lt;/STRONG&gt;) instead of destroying the React node entirely&lt;BR /&gt;&lt;BR /&gt;Our use case: &lt;A title="Window Filters" href="https://drive.google.com/file/d/1ZpFawNnHt4tM68AL05-u4r-fgm00B6lU/view?usp=sharing" target="_blank" rel="noopener"&gt;Example&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Thanks!&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Aug 2026 17:51:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filters-in-a-window/m-p/1720158#M24095</guid>
      <dc:creator>AndresMorenoVasquez</dc:creator>
      <dc:date>2026-08-12T17:51:50Z</dc:date>
    </item>
  </channel>
</rss>

