<?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: How can i use data with double values? in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-can-i-use-data-with-double-values/m-p/1043227#M4304</link>
    <description>&lt;P&gt;Category Selectors work off of the unique values present in the field, so if no feature has the value "A, B", it won't pick it up from the domain.&lt;/P&gt;&lt;P&gt;The only way to get your selector to include all the values from the domain is to use &lt;STRONG&gt;Defined Options&lt;/STRONG&gt; rather than grouped values.&lt;/P&gt;&lt;P&gt;If your domain has a large number of values, you could use the ArcGIS Python API and combine &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.query_domains" target="_self"&gt;&lt;STRONG&gt;FeatureLayerCollection.query_domains()&lt;/STRONG&gt;&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.apps.dashboard.html?highlight=dashboard#arcgis.apps.dashboard.CategorySelector.set_defined_values" target="_self"&gt;&lt;STRONG&gt;CategorySelector.set_defined_values()&lt;/STRONG&gt;&lt;/A&gt; to quickly populate the defined values from the domain.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 21:55:13 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2021-04-01T21:55:13Z</dc:date>
    <item>
      <title>How can i use data with double values?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-can-i-use-data-with-double-values/m-p/1037085#M4251</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem with making a good working dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data has a field with more than one domain values. For example: “A”, “A, B”, “C”.&lt;/P&gt;&lt;P&gt;This worked well for &lt;U&gt;Indicators&lt;/U&gt;, because you can filter for that field that Contains a domain value.&lt;/P&gt;&lt;P&gt;Also it worked for a specific &lt;U&gt;list&lt;/U&gt; for each value: “A” and “B”.&lt;/P&gt;&lt;P&gt;In a &lt;U&gt;Category Selector&lt;/U&gt;, by default all the combinations of values are listed:”A”, “A, B”, “B”, etc.&lt;/P&gt;&lt;P&gt;You can adjust these items, but the results of an action never shows the option “A, B”.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can this fixed by using Arcade to get a list with unique values?&lt;/P&gt;&lt;P&gt;If so, please send me an example script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jaap Smit&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 12:35:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-can-i-use-data-with-double-values/m-p/1037085#M4251</guid>
      <dc:creator>JaapSmit</dc:creator>
      <dc:date>2021-03-16T12:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use data with double values?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-can-i-use-data-with-double-values/m-p/1043227#M4304</link>
      <description>&lt;P&gt;Category Selectors work off of the unique values present in the field, so if no feature has the value "A, B", it won't pick it up from the domain.&lt;/P&gt;&lt;P&gt;The only way to get your selector to include all the values from the domain is to use &lt;STRONG&gt;Defined Options&lt;/STRONG&gt; rather than grouped values.&lt;/P&gt;&lt;P&gt;If your domain has a large number of values, you could use the ArcGIS Python API and combine &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.query_domains" target="_self"&gt;&lt;STRONG&gt;FeatureLayerCollection.query_domains()&lt;/STRONG&gt;&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.apps.dashboard.html?highlight=dashboard#arcgis.apps.dashboard.CategorySelector.set_defined_values" target="_self"&gt;&lt;STRONG&gt;CategorySelector.set_defined_values()&lt;/STRONG&gt;&lt;/A&gt; to quickly populate the defined values from the domain.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 21:55:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-can-i-use-data-with-double-values/m-p/1043227#M4304</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-04-01T21:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use data with double values?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/how-can-i-use-data-with-double-values/m-p/1102483#M5156</link>
      <description>&lt;P&gt;Josh,&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;It's a first little step, but I miss my count...&lt;/P&gt;&lt;P&gt;Jaap Smit&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 09:33:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/how-can-i-use-data-with-double-values/m-p/1102483#M5156</guid>
      <dc:creator>JaapSmit</dc:creator>
      <dc:date>2021-09-28T09:33:08Z</dc:date>
    </item>
  </channel>
</rss>

