<?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: Drop down menu for integer columns in ArcGIS Insights Questions</title>
    <link>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167133#M1002</link>
    <description>&lt;P&gt;Sorry, quickly saw your post while at a conference and just realized you were talking about predefined filters, not regular filtering. Still, it may come in handy, so I'll leave it be...&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/518056"&gt;@Scott_Aulen&lt;/a&gt;&amp;nbsp;can probably provide more guidance. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Have a great weekend,&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/554773" target="_blank"&gt;@SaadullahBaloch&lt;/A&gt;!&lt;/P&gt;</description>
    <pubDate>Fri, 22 Apr 2022 18:05:55 GMT</pubDate>
    <dc:creator>Ian_Muehlenhaus</dc:creator>
    <dc:date>2022-04-22T18:05:55Z</dc:date>
    <item>
      <title>Drop down menu for integer columns</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167110#M1000</link>
      <description>&lt;P&gt;Good day&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/518056"&gt;@Scott_Aulen&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Hope all is well, so Insights does not support adding an integer column in a predefined filter as shown below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SaadullahBaloch_0-1650647787552.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39648i09D1F78E64958056/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SaadullahBaloch_0-1650647787552.png" alt="SaadullahBaloch_0-1650647787552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now a workaround for this is that I can change the datatype to string and then filter the values, and I can do a selection and show it on a map. But, I can't create other plots such as an histogram and any other exploratory statistics that does not support string data.&lt;/P&gt;&lt;P&gt;Is there a workaround to select an integer column in the filter, so that I can do other exploratory non-spatial analysis as well?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 18:06:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167110#M1000</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2022-04-22T18:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu for integer columns</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167130#M1001</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/554773"&gt;@Ed_&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I actually drafted a blog post about this, as it comes up quite frequently. There is actually a pretty straightforward, quantitative solution if I'm understanding your situation correctly. I'll give you a sneak peak of it here! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;You create a new field that identifies quantitative values from the field of interest that are null -- or any particular value you want. Then you filter on that new field.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here is the gist without my animated GIFs and the intro, etc. That's coming soon. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for using ArcGIS Insights! And thanks for your questions!&lt;BR /&gt;&lt;BR /&gt;-------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H4&gt;Directions:&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Click on the dataset containing null values (i.e., “Null Data” in the above animation)&lt;/LI&gt;&lt;LI&gt;Select the dataset menu (three dots) and choose “View data table”&lt;/LI&gt;&lt;LI&gt;Identify the field with null values you would like to filter out (i.e., “Favorite Number” in the above animation)&lt;/LI&gt;&lt;LI&gt;In the Attribute Table, select "+ Field." Your dataset now has a new, blank field.&lt;/LI&gt;&lt;LI&gt;Rename the new field something you can remember to help you find it later (i.e., “FindNulls” in the above animation)&lt;/LI&gt;&lt;LI&gt;With the “FindNulls" field highlighted in the attribute table, go up to the function dialog (the “fx” to the right of the “+ Fields” button)&lt;/LI&gt;&lt;LI&gt;Type "ISNULL" in the function dialog. You will need to select a parameter&lt;/LI&gt;&lt;LI&gt;Click on the field in which you want to find null values (i.e., "Favorite Number" in the above animation)&lt;/LI&gt;&lt;LI&gt;Insights calculates a new "FindNulls" field: 1 = Null value detected. 0 = Numeric value detected&lt;/LI&gt;&lt;LI&gt;Your new FindNulls field is visible in the data pane on the left&lt;/LI&gt;&lt;LI&gt;Click on the FindNulls field in the data plane (i.e., it will probably be the last field option at the bottom)&lt;/LI&gt;&lt;LI&gt;Select the Filter icon on the right-hand side of FindNulls&lt;/LI&gt;&lt;LI&gt;Move the slider to exclude any value over 0 (i.e., any value that is Null)&lt;/LI&gt;&lt;LI&gt;Watch your data table and all accompanying Insights cards magically update to exclude all data points that had null values&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The best part – your original dataset remains intact. You can click on the calculated field filter in the data pane and trash the filter to restore your nulls! No damage done.&lt;/P&gt;&lt;H3&gt;ISNULL provides an additional benefit for data analysts&lt;/H3&gt;&lt;P&gt;There is a different, often overlooked, value to using the &lt;A href="https://www.w3schools.com/sql/func_sqlserver_isnull.asp" target="_blank"&gt;ISNULL function&lt;/A&gt;. It allows you to gauge the quality of your data sample.&lt;/P&gt;&lt;P&gt;For example, pretend you imported an Excel file into ArcGIS Insights containing over 200,000 data points. Perhaps it’s a file containing global, quarterly, automated, radon-test readings since 2000.&lt;/P&gt;&lt;P&gt;In a medium-sized dataset like this, nulls are inevitable. Using the ISNULL method, you can quickly get a count of “how significant” the null values are in your dataset. Simply examine what percentage of the 200,000 data points come up null. Such information can be handy when scrutinizing the legitimacy of your dataset and your subsequent analysis.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 18:00:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167130#M1001</guid>
      <dc:creator>Ian_Muehlenhaus</dc:creator>
      <dc:date>2022-04-22T18:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu for integer columns</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167133#M1002</link>
      <description>&lt;P&gt;Sorry, quickly saw your post while at a conference and just realized you were talking about predefined filters, not regular filtering. Still, it may come in handy, so I'll leave it be...&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/518056"&gt;@Scott_Aulen&lt;/a&gt;&amp;nbsp;can probably provide more guidance. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Have a great weekend,&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/554773" target="_blank"&gt;@SaadullahBaloch&lt;/A&gt;!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 18:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167133#M1002</guid>
      <dc:creator>Ian_Muehlenhaus</dc:creator>
      <dc:date>2022-04-22T18:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu for integer columns</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167164#M1003</link>
      <description>&lt;P&gt;Saddullah,&lt;/P&gt;&lt;P&gt;Are you wanting to define a set of integer ranges (ie, 1-3, 4-6, 7-9) and have users toggle between them or have users interact with a numerical slider similar to the Temporal filter widget?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:13:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167164#M1003</guid>
      <dc:creator>Scott_Aulen</dc:creator>
      <dc:date>2022-04-22T19:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu for integer columns</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167171#M1004</link>
      <description>&lt;P&gt;FYI - my way of filtering for integer values is to use an advanced filter in the predefined filter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:21:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167171#M1004</guid>
      <dc:creator>LauraBecht</dc:creator>
      <dc:date>2022-04-22T19:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu for integer columns</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167182#M1005</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/518056"&gt;@Scott_Aulen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that column has values ranging from 1-10. Thus, the drop down menu will allow the user to select (multi select) which value data points they want to see in the visuals. Hence, basically there will be 10 values to choose from.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:32:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167182#M1005</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2022-04-22T19:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu for integer columns</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167193#M1006</link>
      <description>&lt;P&gt;In this case, you would be able to create a filter for each integer then and allow users to select.&lt;/P&gt;&lt;P&gt;I agree, &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/273719"&gt;@LauraBecht&lt;/a&gt;'s solution below would probably be the best. &amp;nbsp;Add each as a separate value through the Advanced filter.&lt;/P&gt;&lt;P&gt;[FIELD] = 1&lt;/P&gt;&lt;P&gt;[FIELD] = 2&lt;/P&gt;&lt;P&gt;[FIELD] = 3&lt;/P&gt;&lt;P&gt;Etc.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:44:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1167193#M1006</guid>
      <dc:creator>Scott_Aulen</dc:creator>
      <dc:date>2022-04-22T19:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu for integer columns</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1171522#M1018</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/518056"&gt;@Scott_Aulen&lt;/a&gt;&amp;nbsp;hope all is well, can you please help me with the exact expression syntax to use? My column name is `floodfactor` and the values are from 1 to 10.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try `floodfactor` = 1 OR `floodfactor` = 2 .... OR `floodfactor` = 10 but this does not show the individual values to be filtered like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SaadullahBaloch_0-1651852643170.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40787i64906456AA9EEEC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SaadullahBaloch_0-1651852643170.png" alt="SaadullahBaloch_0-1651852643170.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 15:57:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1171522#M1018</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2022-05-06T15:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu for integer columns</title>
      <link>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1171525#M1019</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/518056"&gt;@Scott_Aulen&lt;/a&gt;&amp;nbsp;or do I need to add them one by one like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Advance filter &amp;gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;`floodfactor` = 1 &amp;gt; click add &amp;gt; rename `floordfactor` to `1`.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Advance filter &amp;gt;&amp;nbsp;&amp;nbsp;`floodfactor` = 2 &amp;gt; click add &amp;gt;&amp;nbsp;rename `floordfactor` to `2`. and so on...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 16:01:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-insights-questions/drop-down-menu-for-integer-columns/m-p/1171525#M1019</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2022-05-06T16:01:05Z</dc:date>
    </item>
  </channel>
</rss>

