<?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 records with a value, hide Null values in a list in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-records-with-a-value-hide-null-values/m-p/1310057#M8128</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;thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2023 14:47:40 GMT</pubDate>
    <dc:creator>dwold</dc:creator>
    <dc:date>2023-07-20T14:47:40Z</dc:date>
    <item>
      <title>Only display records with a value, hide Null values in a list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-records-with-a-value-hide-null-values/m-p/1310002#M8123</link>
      <description>&lt;P&gt;I'd like to only display records that have a value, in this instance, a comment while hiding Null values in a list. Is there a way to do that with advanced formatting or another solution?&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="dwold_0-1689858827348.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/75857i96D76B83EF9135D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dwold_0-1689858827348.png" alt="dwold_0-1689858827348.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dwold_1-1689858862249.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/75858i141EF7D854685608/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dwold_1-1689858862249.png" alt="dwold_1-1689858862249.png" /&gt;&lt;/span&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/294341"&gt;@JohannesLindner&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/160974"&gt;@JenniferAcunto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 13:49:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-records-with-a-value-hide-null-values/m-p/1310002#M8123</guid>
      <dc:creator>dwold</dc:creator>
      <dc:date>2023-07-20T13:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Only display records with a value, hide Null values in a list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-records-with-a-value-hide-null-values/m-p/1310030#M8125</link>
      <description>&lt;P&gt;If the &lt;EM&gt;entire&lt;/EM&gt; line of your List template is blank, it will omit the space entirely. The easiest way is to make the "Comments:" text part of the output itself.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var comments = Iif(
  IsEmpty($datapoint['Comments'],
  '',
  `Comments: ${$datapoint['Comments']}`
}

...

return {
  attributes: {
    comments
  }
}&lt;/LI-CODE&gt;&lt;P&gt;Then put &lt;STRONG&gt;{expression/comments} &lt;/STRONG&gt;on its own line in the template. Should be what you want.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 14:09:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-records-with-a-value-hide-null-values/m-p/1310030#M8125</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2023-07-20T14:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Only display records with a value, hide Null values in a list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-records-with-a-value-hide-null-values/m-p/1310057#M8128</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;thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 14:47:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/only-display-records-with-a-value-hide-null-values/m-p/1310057#M8128</guid>
      <dc:creator>dwold</dc:creator>
      <dc:date>2023-07-20T14:47:40Z</dc:date>
    </item>
  </channel>
</rss>

