<?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: ArcGIS Dashboard Number selector automatically filtering records in dashboard as some features have no value in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-number-selector-automatically/m-p/1400412#M9314</link>
    <description>&lt;P&gt;Hi Josh -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;&amp;nbsp;Thanks for the idea, but each record has a unique value so I can't really group them using the grouped values. I am trying to figure out how to write an arcade data expression that will group the values (1-50, 51-100...) and then use the grouped values, but am having problems with my code - I keep getting an error "&lt;SPAN&gt;Cannot access value using a key of this type" and not sure what that means.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2024 16:33:40 GMT</pubDate>
    <dc:creator>LJackson29</dc:creator>
    <dc:date>2024-03-25T16:33:40Z</dc:date>
    <item>
      <title>ArcGIS Dashboard Number selector automatically filtering records in dashboard as some features have no value</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-number-selector-automatically/m-p/1398460#M9290</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;I am using ArcGIS Online Dashboards, and am trying to create a number selector so users can select a range of projects based upon an integer field (rank score 1-500). Not all projects have have a rank, as a result all projects that do not have a rank are automatically being filtered out of the whole dashboard which we do not want. Is there a way to turn off the number selector by default (similar to Experience Builder) or have it ignore the null values?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leila&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 15:25:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-number-selector-automatically/m-p/1398460#M9290</guid>
      <dc:creator>LJackson29</dc:creator>
      <dc:date>2024-03-20T15:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Dashboard Number selector automatically filtering records in dashboard as some features have no value</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-number-selector-automatically/m-p/1398712#M9295</link>
      <description>&lt;P&gt;Number selectors always operate in a way that ignores nulls. You could get around this with a Grouped Values selector looking at the same field. This might result in gaps in the numeric range for values not present in the data, and also means you can't use a nice "slider" selector, but it would preserve nulls in the data.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 20:24:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-number-selector-automatically/m-p/1398712#M9295</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-03-20T20:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Dashboard Number selector automatically filtering records in dashboard as some features have no value</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-number-selector-automatically/m-p/1400412#M9314</link>
      <description>&lt;P&gt;Hi Josh -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;&amp;nbsp;Thanks for the idea, but each record has a unique value so I can't really group them using the grouped values. I am trying to figure out how to write an arcade data expression that will group the values (1-50, 51-100...) and then use the grouped values, but am having problems with my code - I keep getting an error "&lt;SPAN&gt;Cannot access value using a key of this type" and not sure what that means.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 16:33:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-number-selector-automatically/m-p/1400412#M9314</guid>
      <dc:creator>LJackson29</dc:creator>
      <dc:date>2024-03-25T16:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Dashboard Number selector automatically filtering records in dashboard as some features have no value</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-number-selector-automatically/m-p/1400453#M9315</link>
      <description>&lt;P&gt;A data expression could do it, but to actually filter the rest of your dashboard, it would need to hang onto the objectid. Could get tricky, though doable.&lt;/P&gt;&lt;P&gt;Where would you want null values to show up? What about just filling nulls with something else, like -1 or 501?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 17:39:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-number-selector-automatically/m-p/1400453#M9315</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-03-25T17:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Dashboard Number selector automatically filtering records in dashboard as some features have no value</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-number-selector-automatically/m-p/1400980#M9318</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;Just discovered that if you select the spinner option vs. the slider option, there is an option for "Allow None" that resolves this issue. I like the slider better as it is more compact and easier to use, but the spinner will work. Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 14:06:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/arcgis-dashboard-number-selector-automatically/m-p/1400980#M9318</guid>
      <dc:creator>LJackson29</dc:creator>
      <dc:date>2024-06-05T14:06:09Z</dc:date>
    </item>
  </channel>
</rss>

