<?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: Only display not null attribute values in list? in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-not-null-attribute-values-in-list/m-p/1004243#M4051</link>
    <description>&lt;P&gt;Correct.&amp;nbsp; Field Crews utilize Survey123 to select a job they are performing and then select from a number of hazards, control mechanisms, etc. associated with the job.&amp;nbsp; It's a looong list to display in a dashboard, so I'm trying to shorten it some.&lt;/P&gt;&lt;P&gt;I want the list to go from this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Feature 1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Attribute 1: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 2:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 3:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 4: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 5:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 6:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 7:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 8: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 9:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 10:&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Feature 2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Attribute 1: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 2: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 3:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 4: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 5:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 6: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 7:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 8: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 9:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 10:&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;to this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Feature 1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Attribute 1: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 4: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 8: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Feature 2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Attribute 1: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 2: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 4: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 6: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 8: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 24 Nov 2020 11:01:41 GMT</pubDate>
    <dc:creator>JasonCyphers</dc:creator>
    <dc:date>2020-11-24T11:01:41Z</dc:date>
    <item>
      <title>Only display not null attribute values in list?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-not-null-attribute-values-in-list/m-p/1003766#M4041</link>
      <description>&lt;P&gt;Is there a way to only display attribute values that are 'not null' in a dashboard's list?&lt;/P&gt;&lt;P&gt;I have a list with well over 100 attributes, but to make the list a little more compact and easier to read, I'd like to only display the feature's attributes that are not null.&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Attribute 1: Yes&lt;/LI&gt;&lt;LI&gt;Attribute 3: Yes&lt;/LI&gt;&lt;LI&gt;Attribute 6: Yes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;vs. this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Attribute 1: Yes&lt;/LI&gt;&lt;LI&gt;Attribute 2:&lt;/LI&gt;&lt;LI&gt;Attribute 3: Yes&lt;/LI&gt;&lt;LI&gt;Attribute 4:&lt;/LI&gt;&lt;LI&gt;Attribute 5:&lt;/LI&gt;&lt;LI&gt;Attribute 6: Yes&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 22 Nov 2020 12:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-not-null-attribute-values-in-list/m-p/1003766#M4041</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2020-11-22T12:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Only display not null attribute values in list?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-not-null-attribute-values-in-list/m-p/1003826#M4042</link>
      <description>&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;Yes there is. During the configuration of the List tool in Dashboard, in the Filter section select the field you wish to filter by and then choose "is not null" in the operator's field. This will filter out all values that are null in the List only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1234.PNG" style="width: 613px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/770iA6DB60E3FEBD345D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1234.PNG" alt="Capture1234.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope his helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alber&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2020 22:25:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-not-null-attribute-values-in-list/m-p/1003826#M4042</guid>
      <dc:creator>Alber_Verster</dc:creator>
      <dc:date>2020-11-22T22:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Only display not null attribute values in list?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-not-null-attribute-values-in-list/m-p/1003917#M4044</link>
      <description>&lt;P&gt;Thanks for the reply; however, I don't think that will work in my situation.&lt;/P&gt;&lt;P&gt;Applying that filter will filter out the&amp;nbsp;&lt;U&gt;features&lt;/U&gt;, I just want to filter out attributes that are null.&lt;/P&gt;&lt;P&gt;My list currently looks like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Feature 1&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Attribute 1: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 2:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 3:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 4: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 5:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 6:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 7:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 8: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 9:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 10:&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I want to exclude the&amp;nbsp;&lt;U&gt;attributes&lt;/U&gt; that are null, so the list is a little shorter and easier to read, like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Feature 1&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Attribute 1: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 4: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 8: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 23 Nov 2020 10:48:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-not-null-attribute-values-in-list/m-p/1003917#M4044</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2020-11-23T10:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Only display not null attribute values in list?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-not-null-attribute-values-in-list/m-p/1004150#M4050</link>
      <description>&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;So you're looking for more of a dynamic filter type.&lt;/P&gt;&lt;P&gt;Will the same attributes always have values or is there no consistency or pattern to the populated fields?&lt;/P&gt;&lt;P&gt;Based on the responses of Derik Law in this thread, you would not be able to incorporate IF, ELSE statements or make use of Arcade yet but this is apparently on the roadmap.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-dashboards-questions/source-code-for-list-element-in-operations-dashboard/td-p/740444" target="_blank"&gt;https://community.esri.com/t5/arcgis-dashboards-questions/source-code-for-list-element-in-operations-dashboard/td-p/740444&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alber&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 22:10:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-not-null-attribute-values-in-list/m-p/1004150#M4050</guid>
      <dc:creator>Alber_Verster</dc:creator>
      <dc:date>2020-11-23T22:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Only display not null attribute values in list?</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-not-null-attribute-values-in-list/m-p/1004243#M4051</link>
      <description>&lt;P&gt;Correct.&amp;nbsp; Field Crews utilize Survey123 to select a job they are performing and then select from a number of hazards, control mechanisms, etc. associated with the job.&amp;nbsp; It's a looong list to display in a dashboard, so I'm trying to shorten it some.&lt;/P&gt;&lt;P&gt;I want the list to go from this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Feature 1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Attribute 1: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 2:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 3:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 4: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 5:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 6:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 7:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 8: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 9:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 10:&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Feature 2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Attribute 1: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 2: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 3:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 4: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 5:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 6: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 7:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 8: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 9:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 10:&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;to this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Feature 1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Attribute 1: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 4: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 8: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Feature 2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Attribute 1: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 2: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 4: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 6: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Attribute 8: Yes&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 24 Nov 2020 11:01:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-not-null-attribute-values-in-list/m-p/1004243#M4051</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2020-11-24T11:01:41Z</dc:date>
    </item>
  </channel>
</rss>

