<?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 Filter Widget - Multiple Fields / Checkbox List in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-multiple-fields-checkbox-list/m-p/1316651#M7901</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am creating a web app based on external survey results for another team.&amp;nbsp; Filtering the data is the most important feature of the app and I'm having difficulty configuring the Filter Widget.&lt;BR /&gt;&lt;BR /&gt;For simplicity's sake, lets say the survey has a question called "Fruit Sold" and acceptable values are Apples, Oranges, and Grapes.&amp;nbsp; This question is a "check all that apply" response, meaning respondents can select any, all, or some combination of the acceptable values - i.e. there are not discrete defined values.&amp;nbsp; Results are given to me from the survey as individual columns... i.e. Store Name (text) - Apples (Y/N) -&amp;nbsp; Oranges (Y/N) -&amp;nbsp; Grapes (Y/N).&amp;nbsp; So a Row might look like "Smith's Market" - "Y" - "Y" - "N"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would like to have the filter be formatted similarly to the survey question, so that the user can "check all that apply", similar to the attched screenshot.&amp;nbsp; I can't figure out how to make one filter for several fields that uses a checkbox list.&amp;nbsp; Apparently this is possible - How do I get started on this and/or do I need to reformat my survey data somehow?&amp;nbsp; Is this a different widget altogether?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sgambrel_Bouldercounty_0-1691531062434.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/77609i636AEC5A5DB0F265/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sgambrel_Bouldercounty_0-1691531062434.png" alt="sgambrel_Bouldercounty_0-1691531062434.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2023 00:10:04 GMT</pubDate>
    <dc:creator>sgambrel_Bouldercounty</dc:creator>
    <dc:date>2023-08-09T00:10:04Z</dc:date>
    <item>
      <title>Filter Widget - Multiple Fields / Checkbox List</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-multiple-fields-checkbox-list/m-p/1316651#M7901</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am creating a web app based on external survey results for another team.&amp;nbsp; Filtering the data is the most important feature of the app and I'm having difficulty configuring the Filter Widget.&lt;BR /&gt;&lt;BR /&gt;For simplicity's sake, lets say the survey has a question called "Fruit Sold" and acceptable values are Apples, Oranges, and Grapes.&amp;nbsp; This question is a "check all that apply" response, meaning respondents can select any, all, or some combination of the acceptable values - i.e. there are not discrete defined values.&amp;nbsp; Results are given to me from the survey as individual columns... i.e. Store Name (text) - Apples (Y/N) -&amp;nbsp; Oranges (Y/N) -&amp;nbsp; Grapes (Y/N).&amp;nbsp; So a Row might look like "Smith's Market" - "Y" - "Y" - "N"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would like to have the filter be formatted similarly to the survey question, so that the user can "check all that apply", similar to the attched screenshot.&amp;nbsp; I can't figure out how to make one filter for several fields that uses a checkbox list.&amp;nbsp; Apparently this is possible - How do I get started on this and/or do I need to reformat my survey data somehow?&amp;nbsp; Is this a different widget altogether?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sgambrel_Bouldercounty_0-1691531062434.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/77609i636AEC5A5DB0F265/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sgambrel_Bouldercounty_0-1691531062434.png" alt="sgambrel_Bouldercounty_0-1691531062434.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 00:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-multiple-fields-checkbox-list/m-p/1316651#M7901</guid>
      <dc:creator>sgambrel_Bouldercounty</dc:creator>
      <dc:date>2023-08-09T00:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Widget - Multiple Fields / Checkbox lsit</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-multiple-fields-checkbox-list/m-p/1316694#M7903</link>
      <description>&lt;P&gt;One thought that occurs to me is to create a summary field the includes all of the values for a given row.&amp;nbsp; And then set up a checkbox list filter using the Contains operator... That would work, right?&lt;BR /&gt;&lt;BR /&gt;So given the example above, the summary field for Smith's Market would have the value "Apples Oranges".&lt;BR /&gt;&lt;BR /&gt;In the SQL Expression Builder I would set predefined values of Apples, Oranges, and Grapes (individually).&amp;nbsp; That would create a checkbox filter that would return Smiths Market if I check Apples and/or Oranges, but not if I check Grapes.&lt;BR /&gt;&lt;BR /&gt;Is this the best / only way to create a checkbox list filter given how the data is given to me (explained above)?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 00:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-multiple-fields-checkbox-list/m-p/1316694#M7903</guid>
      <dc:creator>sgambrel_Bouldercounty</dc:creator>
      <dc:date>2023-08-09T00:02:14Z</dc:date>
    </item>
  </channel>
</rss>

