<?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: Use Button to filter list in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361539#M9926</link>
    <description>&lt;P&gt;Well, I hate to say this, but you are asking for a radio buttons list. UX best practices for radio buttons require that user must select exactly one choice and this choice is mutually exclusive. As a result, you should select an option by default and users can *not* unselect the options (just toggle to another one). This behavior conflicts with filtering best practices because users won't be able to ever see all the options.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Dec 2023 18:16:46 GMT</pubDate>
    <dc:creator>MichaelGaigg</dc:creator>
    <dc:date>2023-12-15T18:16:46Z</dc:date>
    <item>
      <title>Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1351295#M9449</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Is it possible to use the button widget to filter&amp;nbsp; the values in a List Widget?&amp;nbsp; For example I would a couple of buttons with the main stakeholder types.&amp;nbsp; When the user clicks one of the Buttons, say Government,&amp;nbsp; the corresponding list filters down to only show those that are a Government stakeholder.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2023 22:45:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1351295#M9449</guid>
      <dc:creator>ChrisRoberts2</dc:creator>
      <dc:date>2023-11-19T22:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1351298#M9450</link>
      <description>&lt;P&gt;Hi Chris,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think the button widget can do this yet.&amp;nbsp; One workaround I would suggest is to create a separate layer containing a single record for each stakeholder type and use this as your data input for a separate list widget.&amp;nbsp; You'll then be able to filter the main list with this new list by Add a trigger &amp;gt; Record selection changes &amp;gt; Framework &amp;gt; Filter Data Records.&amp;nbsp; Once you've got the new list set up you can format things to look like buttons.&lt;BR /&gt;Below is an example of one I've done recently where its filters weekday/weekends.&lt;BR /&gt;&lt;A href="https://experience.arcgis.com/experience/aaaa20adb7a740249d338f9a071c46a8" target="_blank"&gt;https://experience.arcgis.com/experience/aaaa20adb7a740249d338f9a071c46a8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2023 23:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1351298#M9450</guid>
      <dc:creator>NBC</dc:creator>
      <dc:date>2023-11-19T23:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1351301#M9451</link>
      <description>&lt;P&gt;Nice tip!&lt;/P&gt;&lt;P&gt;Thanks Andrew&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 00:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1351301#M9451</guid>
      <dc:creator>ChrisRoberts2</dc:creator>
      <dc:date>2023-11-20T00:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1351326#M9455</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/163995"&gt;@ChrisRoberts2&lt;/a&gt;&amp;nbsp;- this is very easy actually, use the filter, either the built-in filter of the list widget or the filter widget itself. As long as the values you want to filter are part of the layer you display in the list, this works just fine.&lt;/P&gt;&lt;P&gt;There are two things to do when you build your expression:&lt;/P&gt;&lt;P&gt;- set the source&amp;nbsp; type (values you want to display) to Unique, or if you only want to show some,&amp;nbsp; the change to Unique (predefined) and set them there (this is also how&amp;nbsp; you'd&amp;nbsp; remove the "all" option if that's not what you want to include)&lt;/P&gt;&lt;P&gt;- change the input style from dropdown list to&amp;nbsp; pill selector&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelGaigg_0-1700459525223.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/86521iD0B921DF1231E69C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelGaigg_0-1700459525223.png" alt="MichaelGaigg_0-1700459525223.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 05:54:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1351326#M9455</guid>
      <dc:creator>MichaelGaigg</dc:creator>
      <dc:date>2023-11-20T05:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1351335#M9456</link>
      <description>&lt;P&gt;Actually, if you want to remove the "All" option, you need to change the operator to "is any of", that will leave you with the available options only. Still set the input style to pill selector&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelGaigg_1-1700463364992.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/86522i407CABABD9FF83F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelGaigg_1-1700463364992.png" alt="MichaelGaigg_1-1700463364992.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 06:56:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1351335#M9456</guid>
      <dc:creator>MichaelGaigg</dc:creator>
      <dc:date>2023-11-20T06:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361435#M9922</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/96618"&gt;@MichaelGaigg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I love the pill selector option, this is what I'm using in my AGOL based ExB, two issues though.&lt;/P&gt;&lt;P&gt;With&amp;nbsp;&lt;STRONG&gt;Unique (predefined)&amp;nbsp;&lt;/STRONG&gt;there is no Choose input style button, so the pill selector look is not an option?&lt;/P&gt;&lt;P&gt;With using&amp;nbsp;&lt;STRONG&gt;is any of&lt;/STRONG&gt; to remove the &lt;STRONG&gt;-ALL-&lt;/STRONG&gt; it turns the filter into a select multiple, I want to keep it as a single selection filter, but without the &lt;STRONG&gt;-ALL-&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So neither of these solutions really get me where I want to be with my filter.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 15:40:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361435#M9922</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-12-15T15:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361457#M9923</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169433"&gt;@RobertAnderson3&lt;/a&gt;&amp;nbsp;yeah, last resort is to use Unique, which gives you exactly what you need (plus the all option), then wrap the filter into a fixed panel&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelGaigg_0-1702656169364.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89198i7A975EE175D2FC2F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelGaigg_0-1702656169364.png" alt="MichaelGaigg_0-1702656169364.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and offset the filter itself by -70px (or whatever hides the all option)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelGaigg_1-1702656249381.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89199i0A91F73D6625837F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelGaigg_1-1702656249381.png" alt="MichaelGaigg_1-1702656249381.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 16:04:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361457#M9923</guid>
      <dc:creator>MichaelGaigg</dc:creator>
      <dc:date>2023-12-15T16:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361492#M9925</link>
      <description>&lt;P&gt;A bit of a goofy option for a workaround but I may have to run with that for the time being. The offset might be a challenge to directly offset considering different device sizes, but I'll give it a shot, thanks!&lt;/P&gt;&lt;P&gt;If you could nudge the team working on such things to either add a setting to get rid of the all, or add the pill selector to Unique (predefined) that would be great too! (I feel like the pill should be simple? But I know I have no idea)&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 17:04:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361492#M9925</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-12-15T17:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361539#M9926</link>
      <description>&lt;P&gt;Well, I hate to say this, but you are asking for a radio buttons list. UX best practices for radio buttons require that user must select exactly one choice and this choice is mutually exclusive. As a result, you should select an option by default and users can *not* unselect the options (just toggle to another one). This behavior conflicts with filtering best practices because users won't be able to ever see all the options.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 18:16:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361539#M9926</guid>
      <dc:creator>MichaelGaigg</dc:creator>
      <dc:date>2023-12-15T18:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361609#M9928</link>
      <description>&lt;P&gt;Ah if it's supposed to be something different that's fair, just quickly then, in my case I am looking to show infrastructure projects based on the year started, designed to replace the &lt;A href="https://moncton.maps.arcgis.com/apps/Shortlist/index.html?appid=079cd2bfec2b44d4ac750233416aaa50" target="_self"&gt;Shortlist Storymap&lt;/A&gt; template.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobertAnderson3_2-1702671323132.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89236i2733A04FB9AF4B1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobertAnderson3_2-1702671323132.png" alt="RobertAnderson3_2-1702671323132.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have a layer view created to not include unapproved projects (year set as 0) or in the future I will do the same for older projects once this app has been around longer and they're not as relevant to the public.&lt;/P&gt;&lt;P&gt;I have a default option on the filter (2023) and only want the user to be able to pick by year, no need for an all option, and have it filter the list widget and the map widget. The pills are more user friendly than the drop down I find. The filter was just the cleanest way I found to do this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RobertAnderson3_0-1702671192633.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89234iDB6BCEC8C9A7715C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RobertAnderson3_0-1702671192633.png" alt="RobertAnderson3_0-1702671192633.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If what I'm looking to do is &lt;STRONG&gt;radio buttons&lt;/STRONG&gt; for a list, how is it recommended to implement this in ExB? Is there an existing widget/development strategy, or a planned widget in the future?&lt;/P&gt;&lt;P&gt;Thank you and have a great weekend!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 20:16:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361609#M9928</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-12-15T20:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361624#M9929</link>
      <description>&lt;P&gt;Ah, thanks for posting this example, this makes a lot of sense. In your case the radio list is correct because you do have a default value and you toggle between options to filter the same dataset. Actually the previous version with tabs used the wrong UI element (tabs are supposed to navigate between different sections of a site, not to filter). I like your visual design too, look really nice, dark themes are difficult but you came up with a nice palette.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 20:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361624#M9929</guid>
      <dc:creator>MichaelGaigg</dc:creator>
      <dc:date>2023-12-15T20:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361967#M9936</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/96618"&gt;@MichaelGaigg&lt;/a&gt;&amp;nbsp;No problem, sometimes the easiest is just to show what we're looking at trying to do! And thank you I'm glad you like it! I can share the whole thing with you too if you'd be interested in seeing before it goes live.&lt;/P&gt;&lt;P&gt;Okay so &lt;STRONG&gt;radio button list&lt;/STRONG&gt; is the right thing to do, &lt;STRONG&gt;is this possible to do in Experience Builder?&amp;nbsp;&lt;/STRONG&gt;Or is the filter widget as I have it set up the best way to do it right now?&lt;/P&gt;&lt;P&gt;The previous version is a direct Esri Classic Story Map template that has been deprecated, hence the need to rebuild it. I'd definitely be interested in talking about the challenges I've been facing in rebuilding this classic Esri favourite!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 13:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1361967#M9936</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2023-12-18T13:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1374657#M10513</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169433"&gt;@RobertAnderson3&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/96618"&gt;@MichaelGaigg&lt;/a&gt;&amp;nbsp;I'm after exclusive radio buttons (or pill buttons) also. Here's my use case:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Dataset has data covering last 30 days&lt;/LI&gt;&lt;LI&gt;I want filtering options covering: 24hrs, 72hrs, 5 days, 10 days, 30 days&lt;/LI&gt;&lt;LI&gt;I can easily do this via Filter widget but the user is able to select multiple filters and that leads to a frustrating user experience.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ahargreaves_FW_0-1706215947906.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92879i3DE427CDE2AA0E23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ahargreaves_FW_0-1706215947906.png" alt="ahargreaves_FW_0-1706215947906.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 20:52:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1374657#M10513</guid>
      <dc:creator>ahargreaves_FW</dc:creator>
      <dc:date>2024-01-25T20:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1517857#M14208</link>
      <description>&lt;P&gt;Hi Robert.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169433"&gt;@RobertAnderson3&lt;/a&gt;&amp;nbsp; I am doing a similar site with an app with various projects that I want to filter by things such as project type or year.&amp;nbsp; I am wondering how you configured your pills to look so nice.. For the out of the box filter I am getting this type of look with no options under Style to change the colour, rounded edge on the pill etc.&amp;nbsp; Thanks heaps!&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="GISNCC_0-1723283465049.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/112091iBB17586368411F7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GISNCC_0-1723283465049.png" alt="GISNCC_0-1723283465049.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2024 09:56:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1517857#M14208</guid>
      <dc:creator>GISNCC</dc:creator>
      <dc:date>2024-08-10T09:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1518460#M14230</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/768881"&gt;@GISNCC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately it has been a long time since I've looked at this, I don't remember how I got these set up this way, I went in quickly to check and I don't see options either. I vaguely remember it being one of the pre-set styles that would pop up in ExB with certain elements but I might be making that up.&lt;/P&gt;&lt;P&gt;Sorry I can't be of more assistance right now, hopefully someone else in the community can be!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 16:27:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1518460#M14230</guid>
      <dc:creator>RobertAnderson3</dc:creator>
      <dc:date>2024-08-12T16:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1541316#M15016</link>
      <description>&lt;P&gt;Can you explain a little further on "&lt;SPAN&gt;create a separate layer containing a single record for each stakeholder type"? Do you meaning creating one layer for only Weekday features and another layer for only Weekend features?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 13:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1541316#M15016</guid>
      <dc:creator>Boyang_Wang</dc:creator>
      <dc:date>2024-09-23T13:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use Button to filter list</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1681819#M22345</link>
      <description>&lt;P&gt;Came across this post when looking for a similar workflow.&lt;/P&gt;&lt;P&gt;I wanted to mention now that ExB supports creating feature sets from Arcade, you can create a feature set on the fly using Arcade to return distinct "categories" based on field values from your target feature layer.&amp;nbsp; The resulting Arcade feature set can then be used as the selecting list using the same workflow as above.&lt;/P&gt;&lt;P&gt;Below is a sample Arcade script I used to generate a feature set that was then used as a selecting list:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// set portal
var p = Portal('...{url}...');

// set item id 
var item_id = '...{item id}...'

// set layer index
var layer_index = 0

// set desired field
var field = '...{field name}...'

// set where clause
var where = field + ' IS NOT NULL'

// set order by clause
var order_by = field + ' ASC'

// set base feature set
var fs_1 = FeatureSetByPortalItem(p, item_id, layer_index, [field], false);

// set distinct feature set
var fs_2 = OrderBy(Distinct(Filter(fs_1, where), field), order_by)

// return distinct feature set
return fs_2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 17:59:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/use-button-to-filter-list/m-p/1681819#M22345</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2026-02-03T17:59:52Z</dc:date>
    </item>
  </channel>
</rss>

