<?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: Remove NULLs from the report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-NULLs-from-the-report/m-p/515171#M1130605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case it shows 0 or the sum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2013 21:57:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-12T21:57:58Z</dc:date>
    <item>
      <title>Remove NULLs from the report</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-NULLs-from-the-report/m-p/515169#M1130603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is straight table (detail report) and it has few derived columns through expression. Sometimes the expression output is NULL (expected).&lt;/P&gt;&lt;P&gt;We don't want those rows to be displayed in the report. How to suppress the NULL values in the report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 21:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-NULLs-from-the-report/m-p/515169#M1130603</guid>
      <dc:creator />
      <dc:date>2013-11-12T21:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove NULLs from the report</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-NULLs-from-the-report/m-p/515170#M1130604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may need to change the expressions to only show values greater than 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Sum(Sales) &amp;gt; 0,0,Sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 21:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-NULLs-from-the-report/m-p/515170#M1130604</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-12T21:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove NULLs from the report</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-NULLs-from-the-report/m-p/515171#M1130605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case it shows 0 or the sum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 21:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-NULLs-from-the-report/m-p/515171#M1130605</guid>
      <dc:creator />
      <dc:date>2013-11-12T21:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remove NULLs from the report</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-NULLs-from-the-report/m-p/515172#M1130606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try checking "Suppress When Value is Null" on the Dimension Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="null.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48879_null.png" style="width: 620px; height: 506px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Suppress When Value Is NULL&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;If this check box is enabled, the selected dimension in the &lt;SPAN class="Bold"&gt;Used Dimensions&lt;/SPAN&gt; above will not be displayed in the chart if its value is NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-NULLs-from-the-report/m-p/515172#M1130606</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-11-12T22:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remove NULLs from the report</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-NULLs-from-the-report/m-p/515173#M1130607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, you are correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Sales) &amp;gt; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 22:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-NULLs-from-the-report/m-p/515173#M1130607</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-12T22:02:17Z</dc:date>
    </item>
  </channel>
</rss>

