<?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: Calculate default for missing '-' value in pivot tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-default-for-missing-value-in-pivot-tables/m-p/516329#M192782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know what is the difference between Missing Symbol &amp;amp; NULL Symbol in QV tables ?&lt;/P&gt;&lt;P&gt;Missing vs NULL ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Oct 2013 04:24:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-07T04:24:18Z</dc:date>
    <item>
      <title>Calculate default for missing '-' value in pivot tables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-default-for-missing-value-in-pivot-tables/m-p/516327#M192780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm having difficulty in calculating a default value for a missing value '-' in my pivot table.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Basically I have 2 dimensions week (WW) and day (dd). Values (volume)are spread out over 24 hour period. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Objectively, if there aren't values for a certain period, I should be able to replace with a default value or equivalent value from a previous week within the exact hour frame.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Greatly appreciate your help, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (fabs(Sum([VolumeCT]) &amp;lt;0) ,&lt;/P&gt;&lt;P&gt;sum([VolumeCT])+RangeSum (above(Sum([VolumeCT]),+1,Count(dd))),&lt;/P&gt;&lt;P&gt;Sum (VolumeCT)&lt;/P&gt;&lt;P&gt;) &lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 14:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-default-for-missing-value-in-pivot-tables/m-p/516327#M192780</guid>
      <dc:creator />
      <dc:date>2013-10-06T14:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate default for missing '-' value in pivot tables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-default-for-missing-value-in-pivot-tables/m-p/516328#M192781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This will always return false since the absolute of any number is always equal or larger than zero: fabs(Sum([VolumeCT]) &amp;lt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You can try something like &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(sum(VolumeCT),sum(VolumeCT),above(sum(VolumeCT))). That should display the previous weeks value, but that amount will not be counted in the subtotals. If you need that you'll have to fill in the missing values in the script.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 17:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-default-for-missing-value-in-pivot-tables/m-p/516328#M192781</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-06T17:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate default for missing '-' value in pivot tables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-default-for-missing-value-in-pivot-tables/m-p/516329#M192782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know what is the difference between Missing Symbol &amp;amp; NULL Symbol in QV tables ?&lt;/P&gt;&lt;P&gt;Missing vs NULL ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 04:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-default-for-missing-value-in-pivot-tables/m-p/516329#M192782</guid>
      <dc:creator />
      <dc:date>2013-10-07T04:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate default for missing '-' value in pivot tables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-default-for-missing-value-in-pivot-tables/m-p/516330#M192783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which symbol is used seems to depend on the Supress Zero-Values setting. If that setting is enabled the Missing symbol is used for missing and null values. If it is disabled then the Null symbol is used.&lt;/P&gt;&lt;P&gt;See this document for the difference between nulls and missing values: &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 08:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-default-for-missing-value-in-pivot-tables/m-p/516330#M192783</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-07T08:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate default for missing '-' value in pivot tables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-default-for-missing-value-in-pivot-tables/m-p/516331#M192784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. However it does not display the previous week's result. I still get '-'. Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 19:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-default-for-missing-value-in-pivot-tables/m-p/516331#M192784</guid>
      <dc:creator />
      <dc:date>2013-10-07T19:23:19Z</dc:date>
    </item>
  </channel>
</rss>

