<?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: Category selector Defined Values contains not working in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/category-selector-defined-values-contains-not/m-p/1682919#M11792</link>
    <description>&lt;P&gt;Odd behavior like this usually comes down to how the defined values are evaluated under the hood. I’ve seen category selectors ignore “contains” when the field type or casing isn’t exactly what the widget expects. Swapping to an expression or normalizing values upstream sometimes fixes it. Debugging feels clunky here, but once the logic clicks, the selector behaves again.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2026 22:29:10 GMT</pubDate>
    <dc:creator>SteveMarkovick</dc:creator>
    <dc:date>2026-02-06T22:29:10Z</dc:date>
    <item>
      <title>Category selector Defined Values contains not working</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/category-selector-defined-values-contains-not/m-p/1677267#M11737</link>
      <description>&lt;P&gt;I would like to use a Category selector that filters a field with strings separated by semi-colons. I believe this should be possible when using “Defined values” and setting the operator to be “contains.” However, this does not seem to be working with my data. Is anyone else having difficulty with this? I can see this should be possible from this blog post:&lt;U&gt; &lt;A href="https://community.esri.com/t5/arcgis-dashboards-blog/dashboards-that-pop-category-selectors/ba-p/1551269" target="_blank"&gt;https://community.esri.com/t5/arcgis-dashboards-blog/dashboards-that-pop-category-selectors/ba-p/1551269&lt;/A&gt; &lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 14:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/category-selector-defined-values-contains-not/m-p/1677267#M11737</guid>
      <dc:creator>Ellie_Linden</dc:creator>
      <dc:date>2026-01-12T14:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Category selector Defined Values contains not working</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/category-selector-defined-values-contains-not/m-p/1677798#M11740</link>
      <description>&lt;P&gt;It works. However, because you are using Contains, you have to be aware of values inside of other values. For example, filtering for 'fish' will find 'fish' and 'dog&lt;STRONG&gt;fish&lt;/STRONG&gt;'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="JenniferAcunto_0-1768396060922.png" style="width: 652px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/146765i1F1874B9E7D4722A/image-size/large?v=v2&amp;amp;px=999" role="button" title="JenniferAcunto_0-1768396060922.png" alt="JenniferAcunto_0-1768396060922.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, 14 Jan 2026 13:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/category-selector-defined-values-contains-not/m-p/1677798#M11740</guid>
      <dc:creator>JenniferAcunto</dc:creator>
      <dc:date>2026-01-14T13:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Category selector Defined Values contains not working</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/category-selector-defined-values-contains-not/m-p/1677803#M11741</link>
      <description>&lt;P&gt;Thanks Jennifer, I don't believe there are cases where values are hidden inside of other values, although I'll definitely keep an eye out for that - thanks for flagging it.&lt;/P&gt;&lt;P&gt;I did just find a workaround, but still a bit perplexed what is causing it and it will be tricky to apply on a larger scale. To get the "values" I was defining, I originally used R code to create a dataframe of unique strings, exported that as a csv, then copied the values from a csv into the Category selector. When that didn't work, I also I tried copying the values from a text file to be safe/ensure no hidden spaces were present. That didn't work either, leading to my original post.&lt;/P&gt;&lt;P&gt;I just tried going into the configuration settings of one of the indicator elements I wanted to filter, clicked the upward arrows to the right of "Data table," then copied the value from &lt;EM&gt;that&lt;/EM&gt; table and pasting into the Category selector, and it worked. I am currently using a dummy dataset with only 6 unique values so it wasn't a big deal to scroll through the table to find them, but the full datasets will have hundreds of values (which was already going to be time-consuming pasting from a text file). Could this possibly be some type of bug, or is the way I was doing it from R --&amp;gt; csv file --&amp;gt; text file not the best workflow?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much for any help you can provide!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 13:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/category-selector-defined-values-contains-not/m-p/1677803#M11741</guid>
      <dc:creator>Ellie_Linden</dc:creator>
      <dc:date>2026-01-14T13:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Category selector Defined Values contains not working</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/category-selector-defined-values-contains-not/m-p/1682919#M11792</link>
      <description>&lt;P&gt;Odd behavior like this usually comes down to how the defined values are evaluated under the hood. I’ve seen category selectors ignore “contains” when the field type or casing isn’t exactly what the widget expects. Swapping to an expression or normalizing values upstream sometimes fixes it. Debugging feels clunky here, but once the logic clicks, the selector behaves again.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 22:29:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/category-selector-defined-values-contains-not/m-p/1682919#M11792</guid>
      <dc:creator>SteveMarkovick</dc:creator>
      <dc:date>2026-02-06T22:29:10Z</dc:date>
    </item>
  </channel>
</rss>

