<?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: Hide empty records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1916889#M1218372</link>
    <description>&lt;P&gt;go to presentation tab ,suppress null value&lt;/P&gt;</description>
    <pubDate>Mon, 11 Apr 2022 12:24:51 GMT</pubDate>
    <dc:creator>anat</dc:creator>
    <dc:date>2022-04-11T12:24:51Z</dc:date>
    <item>
      <title>Hide empty records</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1916784#M1218367</link>
      <description>&lt;P&gt;Hello, I have this problem I need to hide empty records I created this command&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if(Sum(MMT_MRPAccount.DemandQty)&amp;gt;0 ,Sum(MMT_MRPAccount.DemandQty),' ')&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 11 Apr 2022 09:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1916784#M1218367</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2022-04-11T09:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hide empty records</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1916840#M1218370</link>
      <description>&lt;P&gt;click on "Suppress when value is null"&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 10:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1916840#M1218370</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-04-11T10:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide empty records</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1916888#M1218371</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_0-1649679577812.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76799i3EE5C51F629FBF13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_0-1649679577812.png" alt="Luke_Killer_IT_0-1649679577812.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_1-1649679635650.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76800i87F96A7F95435CD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_1-1649679635650.png" alt="Luke_Killer_IT_1-1649679635650.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am not using imported data in this table, I am using chart functions and therefore I have problems with hiding unwanted empty data.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 12:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1916888#M1218371</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2022-04-11T12:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide empty records</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1916889#M1218372</link>
      <description>&lt;P&gt;go to presentation tab ,suppress null value&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 12:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1916889#M1218372</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-04-11T12:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide empty records</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1917410#M1218391</link>
      <description>&lt;P&gt;1)&amp;nbsp; dimension Tab &amp;gt; Suppress When value is Null&lt;/P&gt;
&lt;P&gt;2) Presentation Tab &amp;gt; Suppress Zero - Values&lt;/P&gt;
&lt;P&gt;But as I can see you are using multiple expressions. Other expressions giving you the extra rows in a result.&amp;nbsp; So, you have to use set analysis expression for Bedaft i.e. {&amp;lt; Field_name = {" sum(expression) &amp;gt;1 "}&amp;nbsp; &amp;nbsp; &amp;gt; }.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 11:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1917410#M1218391</guid>
      <dc:creator>Prasad_Kanse</dc:creator>
      <dc:date>2022-04-12T11:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide empty records</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1917548#M1218394</link>
      <description>&lt;P&gt;Perhaps changing the expression to:&lt;/P&gt;
&lt;P&gt;if(sum(MMT_MRPAccount.DemandQty) &amp;gt;0,&amp;nbsp;sum(MMT_MRPAccount.DemandQty), &lt;STRONG&gt;Null()&lt;/STRONG&gt; )&lt;/P&gt;
&lt;P&gt;and then as others suggested change the setting to suppress null values.&lt;/P&gt;
&lt;P&gt;With your current expression the 0 or less values are a string of spaces and are &lt;EM&gt;not&lt;/EM&gt; nulls.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 15:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-empty-records/m-p/1917548#M1218394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-12T15:42:14Z</dc:date>
    </item>
  </channel>
</rss>

