<?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 Need Help in Displaying data correctly in Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-in-Displaying-data-correctly-in-Pivot-Table/m-p/148976#M27191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the options at the bottom left of the presentation tab, for "Suppress zero-values" and "Supress missing" ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2009 19:27:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-10T19:27:43Z</dc:date>
    <item>
      <title>Need Help in Displaying data correctly in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-in-Displaying-data-correctly-in-Pivot-Table/m-p/148974#M27189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a stock table for items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that i am having column as Item Receipt (Qty) Issue(Qty) Diff(Qty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection Parameters as Item/Year/Month/Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for some items there may be null values for Receipt(Qty) or Issue(Qty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i wanted to show in Diff column is Receipt-Issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since some values are null it is not showing any value in Diff Column for those items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i replaced null values with number 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but even then also it is not showing any value in difference column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: For receipt(Qty) i am using expression only(Receipt Qty) and for issue qty am using only(Issue Qty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Diff i am using only(Receipt-Issue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you guys please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 13:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-in-Displaying-data-correctly-in-Pivot-Table/m-p/148974#M27189</guid>
      <dc:creator />
      <dc:date>2009-07-10T13:52:28Z</dc:date>
    </item>
    <item>
      <title>Need Help in Displaying data correctly in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-in-Displaying-data-correctly-in-Pivot-Table/m-p/148975#M27190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"So i replaced null values with number 0"&lt;/P&gt;&lt;P&gt;How did you do this? - the chart has a setting (Presentation, Null Symbol) that allows you to specify what a null value is displayed as. If you changed this to '0' then the value is still null, even if it looks like '0'.&lt;/P&gt;&lt;P&gt;Check the use of the isnull( ) function and put it in your formula, i.e.&lt;/P&gt;&lt;P&gt;Diff = if( isnull( Receipt ), 0, Receipt) - if( isnull( Issue ), 0, Issue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might also consider using a mapping load in your load script to change the nulls to zero in your loaded data.&lt;/P&gt;&lt;P&gt;NullMap0:&lt;BR /&gt;MAPPING LOAD&lt;BR /&gt; null(), '0'&lt;BR /&gt;AUTOGENERATE 1;&lt;BR /&gt;&lt;BR /&gt;MAP * USING NullMap0;&lt;BR /&gt;right join LOAD&lt;BR /&gt; *&lt;BR /&gt;resident Products;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 16:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-in-Displaying-data-correctly-in-Pivot-Table/m-p/148975#M27190</guid>
      <dc:creator />
      <dc:date>2009-07-10T16:50:22Z</dc:date>
    </item>
    <item>
      <title>Need Help in Displaying data correctly in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-in-Displaying-data-correctly-in-Pivot-Table/m-p/148976#M27191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the options at the bottom left of the presentation tab, for "Suppress zero-values" and "Supress missing" ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 19:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-in-Displaying-data-correctly-in-Pivot-Table/m-p/148976#M27191</guid>
      <dc:creator />
      <dc:date>2009-07-10T19:27:43Z</dc:date>
    </item>
  </channel>
</rss>

