<?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: How to suppress zero or Null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-suppress-zero-or-Null/m-p/91073#M603339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh, You could try check this option on 'Hand' field... Note that in my example the field name is Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUPRESS WHEN VALUE IS NULL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="209455" alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209455_Screenshot_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it help's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2018 19:02:57 GMT</pubDate>
    <dc:creator>PabloTrevisan</dc:creator>
    <dc:date>2018-07-31T19:02:57Z</dc:date>
    <item>
      <title>How to suppress zero or Null</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-suppress-zero-or-Null/m-p/91071#M603337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik folks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to suppress below first record where On hand = 0, expression = sum(OnHand) this is a stright table, cant remove cost and say where item = null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Remote Desktop Connection.png" class="jive-image image-1" src="/legacyfs/online/209463_Remote Desktop Connection.png" style="height: 48px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 18:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-suppress-zero-or-Null/m-p/91071#M603337</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2018-07-31T18:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress zero or Null</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-suppress-zero-or-Null/m-p/91072#M603338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If 'suppress null' is not working then may be you can include this condition in your expressions. Share a sample to look into more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 18:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-suppress-zero-or-Null/m-p/91072#M603338</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-07-31T18:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress zero or Null</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-suppress-zero-or-Null/m-p/91073#M603339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh, You could try check this option on 'Hand' field... Note that in my example the field name is Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUPRESS WHEN VALUE IS NULL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="209455" alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209455_Screenshot_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it help's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 19:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-suppress-zero-or-Null/m-p/91073#M603339</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-07-31T19:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress zero or Null</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-suppress-zero-or-Null/m-p/91074#M603340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a calculated dimension like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Aggr(If(Sum(Onhand)&amp;gt;0, ItemNumber), Itemnumber) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use supress 0 values and supress when value is null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 19:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-suppress-zero-or-Null/m-p/91074#M603340</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-31T19:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress zero or Null</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-suppress-zero-or-Null/m-p/91075#M603341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vishwa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 19:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-suppress-zero-or-Null/m-p/91075#M603341</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2018-07-31T19:53:42Z</dc:date>
    </item>
  </channel>
</rss>

