<?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, Group filter) How do I include all the unique values across all the layers? in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-group-filter-how-do-i-include-all/m-p/1567796#M16508</link>
    <description>&lt;P&gt;Hi Community!&lt;/P&gt;&lt;P&gt;I am developing a simple web experience and I hit some obstacles with the &lt;STRONG&gt;filter widget&lt;/STRONG&gt;... In short, I want to add a group filter with a &lt;STRONG&gt;dropdown list&lt;/STRONG&gt; showing &lt;STRONG&gt;all the values&lt;/STRONG&gt;, but the dropdown list only shows the unique value of &lt;STRONG&gt;one of the layers&lt;/STRONG&gt; (the layer and its field that is selected as the&amp;nbsp;&lt;STRONG&gt;main field&lt;/STRONG&gt;).&amp;nbsp;How do I include all the unique values &lt;STRONG&gt;across all the layers&lt;/STRONG&gt;?&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our web experience, we have 6 point layers that need filtering. The 6 layers all contain a field called rating. The rating ranges from Not Rated (NR), A+, A, A-, all the way to F.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Layer 1 contain (NR, A+, A, A-, B+, B) only;&lt;BR /&gt;Layer 2 contains (A+, A, A-, B+, B, B-, C+, C, C-, D-, F) only;&lt;BR /&gt;Layer 3 contains (A+, A, B-, C+, F) only;&lt;BR /&gt;Layer 4 contains (NR) only;&lt;BR /&gt;Layer 5 contains (NR) only;&lt;BR /&gt;Layer 6 contains (NR) only;&lt;/P&gt;&lt;P&gt;I configured the filter widget this way: I added a &lt;STRONG&gt;group filter&lt;/STRONG&gt; by choosing "&lt;STRONG&gt;New Group&lt;/STRONG&gt;", and added all the 6 layers in "Data". In the &lt;STRONG&gt;SQL Expression Builder&lt;/STRONG&gt;, I selected &lt;STRONG&gt;Layer 1&lt;/STRONG&gt;, and the &lt;STRONG&gt;Rating&lt;/STRONG&gt; field as the &lt;STRONG&gt;main field&lt;/STRONG&gt;. I selected the "&lt;STRONG&gt;Ask for value&lt;/STRONG&gt;" option, and selected "&lt;STRONG&gt;Dropdown list&lt;/STRONG&gt;" in the choose input style section.&lt;/P&gt;&lt;P&gt;As a result of the above configuration, I have something that is very close to what I want - &lt;STRONG&gt;except&lt;/STRONG&gt; it only shows the unique values of&amp;nbsp;Layer 1 (NR, A+, A, A-, B+, B) only. It cannot filter for values that &lt;STRONG&gt;Layer 1 do not have&lt;/STRONG&gt;. For example, it cannot filter for &lt;STRONG&gt;some values of Layer 2&lt;/STRONG&gt; (B-, C+, C, C-, D-, F).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I include &lt;STRONG&gt;all the unique values across all the 6 layers&lt;/STRONG&gt;? (or even better, include all the unique values plus the ones that doesn't exist in the data right now as well, i.e. D+ and D in this case?)&lt;/P&gt;&lt;P&gt;I took a look at the &lt;STRONG&gt;Unique (predefined)&lt;/STRONG&gt; option, but it doesn't seem like I can add value that is &lt;STRONG&gt;not&lt;/STRONG&gt; in the layer/field selected as main field.&lt;/P&gt;&lt;P&gt;(I know that there is a Custom Filter that one can add to a web experience, but my supervisor mentioned we want to keep the filter widget less complicated, so it won't overwhelm our clients, so that is a last resort.)&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2024 15:18:32 GMT</pubDate>
    <dc:creator>EdmondChan_VK</dc:creator>
    <dc:date>2024-12-12T15:18:32Z</dc:date>
    <item>
      <title>(Filter widget, Group filter) How do I include all the unique values across all the layers?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-group-filter-how-do-i-include-all/m-p/1567796#M16508</link>
      <description>&lt;P&gt;Hi Community!&lt;/P&gt;&lt;P&gt;I am developing a simple web experience and I hit some obstacles with the &lt;STRONG&gt;filter widget&lt;/STRONG&gt;... In short, I want to add a group filter with a &lt;STRONG&gt;dropdown list&lt;/STRONG&gt; showing &lt;STRONG&gt;all the values&lt;/STRONG&gt;, but the dropdown list only shows the unique value of &lt;STRONG&gt;one of the layers&lt;/STRONG&gt; (the layer and its field that is selected as the&amp;nbsp;&lt;STRONG&gt;main field&lt;/STRONG&gt;).&amp;nbsp;How do I include all the unique values &lt;STRONG&gt;across all the layers&lt;/STRONG&gt;?&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our web experience, we have 6 point layers that need filtering. The 6 layers all contain a field called rating. The rating ranges from Not Rated (NR), A+, A, A-, all the way to F.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Layer 1 contain (NR, A+, A, A-, B+, B) only;&lt;BR /&gt;Layer 2 contains (A+, A, A-, B+, B, B-, C+, C, C-, D-, F) only;&lt;BR /&gt;Layer 3 contains (A+, A, B-, C+, F) only;&lt;BR /&gt;Layer 4 contains (NR) only;&lt;BR /&gt;Layer 5 contains (NR) only;&lt;BR /&gt;Layer 6 contains (NR) only;&lt;/P&gt;&lt;P&gt;I configured the filter widget this way: I added a &lt;STRONG&gt;group filter&lt;/STRONG&gt; by choosing "&lt;STRONG&gt;New Group&lt;/STRONG&gt;", and added all the 6 layers in "Data". In the &lt;STRONG&gt;SQL Expression Builder&lt;/STRONG&gt;, I selected &lt;STRONG&gt;Layer 1&lt;/STRONG&gt;, and the &lt;STRONG&gt;Rating&lt;/STRONG&gt; field as the &lt;STRONG&gt;main field&lt;/STRONG&gt;. I selected the "&lt;STRONG&gt;Ask for value&lt;/STRONG&gt;" option, and selected "&lt;STRONG&gt;Dropdown list&lt;/STRONG&gt;" in the choose input style section.&lt;/P&gt;&lt;P&gt;As a result of the above configuration, I have something that is very close to what I want - &lt;STRONG&gt;except&lt;/STRONG&gt; it only shows the unique values of&amp;nbsp;Layer 1 (NR, A+, A, A-, B+, B) only. It cannot filter for values that &lt;STRONG&gt;Layer 1 do not have&lt;/STRONG&gt;. For example, it cannot filter for &lt;STRONG&gt;some values of Layer 2&lt;/STRONG&gt; (B-, C+, C, C-, D-, F).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I include &lt;STRONG&gt;all the unique values across all the 6 layers&lt;/STRONG&gt;? (or even better, include all the unique values plus the ones that doesn't exist in the data right now as well, i.e. D+ and D in this case?)&lt;/P&gt;&lt;P&gt;I took a look at the &lt;STRONG&gt;Unique (predefined)&lt;/STRONG&gt; option, but it doesn't seem like I can add value that is &lt;STRONG&gt;not&lt;/STRONG&gt; in the layer/field selected as main field.&lt;/P&gt;&lt;P&gt;(I know that there is a Custom Filter that one can add to a web experience, but my supervisor mentioned we want to keep the filter widget less complicated, so it won't overwhelm our clients, so that is a last resort.)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 15:18:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-group-filter-how-do-i-include-all/m-p/1567796#M16508</guid>
      <dc:creator>EdmondChan_VK</dc:creator>
      <dc:date>2024-12-12T15:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: (Filter widget, Group filter) How do I include all the unique values across all the layers?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-group-filter-how-do-i-include-all/m-p/1567818#M16511</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffreyThompson2_0-1734018351717.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121563i62F06CA3122FA6CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffreyThompson2_0-1734018351717.png" alt="JeffreyThompson2_0-1734018351717.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you click Predefine Unique Values then Add, you can type into the Value field and create values that are not in the data.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffreyThompson2_1-1734018478876.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121564iFDCD3F61B26D9BFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffreyThompson2_1-1734018478876.png" alt="JeffreyThompson2_1-1734018478876.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 15:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-group-filter-how-do-i-include-all/m-p/1567818#M16511</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-12-12T15:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: (Filter widget, Group filter) How do I include all the unique values across all the layers?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-group-filter-how-do-i-include-all/m-p/1567971#M16512</link>
      <description>&lt;P&gt;Oh my god! I didn't know I could type in there! I typed in the search box and thought I won't work!&lt;BR /&gt;Thanks so much Jeffrey!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 18:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/filter-widget-group-filter-how-do-i-include-all/m-p/1567971#M16512</guid>
      <dc:creator>EdmondChan_VK</dc:creator>
      <dc:date>2024-12-12T18:04:16Z</dc:date>
    </item>
  </channel>
</rss>

