<?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 How to show the missing measure values as zeros? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886948#M998244</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;/P&gt;&lt;P&gt;I want to show Qty values zero for missed values.How to show the missing measure values as zeros?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Present output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="89357" alt="Capture1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89357_Capture1.JPG" style="height: 328px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Required output:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&lt;IMG __jive_id="89358" alt="Capture2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/89358_Capture2.JPG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14342609435076996 jive_text_macro" jivemacro_uid="_14342609435076996"&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;Month(date(Date)) as Month,&lt;/P&gt;
&lt;P&gt;Ceil(Month(date(Date))/3) as Quarter,&lt;/P&gt;
&lt;P&gt;Year(date(Date)) as Year;&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;/P&gt;
&lt;P&gt;Date,Qty&lt;/P&gt;
&lt;P&gt;1-01-2015,1&lt;/P&gt;
&lt;P&gt;2-02-2015,2&lt;/P&gt;
&lt;P&gt;3-03-2015,2&lt;/P&gt;
&lt;P&gt;4-04-2015,&lt;/P&gt;
&lt;P&gt;5-05-2015,&lt;/P&gt;
&lt;P&gt;1-06-2015,5&lt;/P&gt;
&lt;P&gt;2-12-2014,6&lt;/P&gt;
&lt;P&gt;3-11-2014,7&lt;/P&gt;
&lt;P&gt;4-10-2014,8&lt;/P&gt;
&lt;P&gt;5-09-2014,9&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2020-11-20T18:02:30Z</dc:date>
    <item>
      <title>How to show the missing measure values as zeros?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886948#M998244</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;/P&gt;&lt;P&gt;I want to show Qty values zero for missed values.How to show the missing measure values as zeros?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Present output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="89357" alt="Capture1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89357_Capture1.JPG" style="height: 328px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Required output:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&lt;IMG __jive_id="89358" alt="Capture2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/89358_Capture2.JPG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14342609435076996 jive_text_macro" jivemacro_uid="_14342609435076996"&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;Month(date(Date)) as Month,&lt;/P&gt;
&lt;P&gt;Ceil(Month(date(Date))/3) as Quarter,&lt;/P&gt;
&lt;P&gt;Year(date(Date)) as Year;&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;/P&gt;
&lt;P&gt;Date,Qty&lt;/P&gt;
&lt;P&gt;1-01-2015,1&lt;/P&gt;
&lt;P&gt;2-02-2015,2&lt;/P&gt;
&lt;P&gt;3-03-2015,2&lt;/P&gt;
&lt;P&gt;4-04-2015,&lt;/P&gt;
&lt;P&gt;5-05-2015,&lt;/P&gt;
&lt;P&gt;1-06-2015,5&lt;/P&gt;
&lt;P&gt;2-12-2014,6&lt;/P&gt;
&lt;P&gt;3-11-2014,7&lt;/P&gt;
&lt;P&gt;4-10-2014,8&lt;/P&gt;
&lt;P&gt;5-09-2014,9&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886948#M998244</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the missing measure values as zeros?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886949#M998245</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;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 08:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886949#M998245</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-06-14T08:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the missing measure values as zeros?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886950#M998246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 08:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886950#M998246</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2015-06-14T08:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the missing measure values as zeros?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886951#M998247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You add in script&lt;/P&gt;&lt;P&gt;NullAsValue Qty;&lt;/P&gt;&lt;P&gt;Set NullValue = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in LOAD&lt;/P&gt;&lt;P&gt;Load Date,Num(Qty) as Qty,.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89355_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 08:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886951#M998247</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-06-14T08:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the missing measure values as zeros?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886952#M998248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/AntonioTiman"&gt;AntonioTiman&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you give me whole script. I am confusing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 09:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886952#M998248</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-06-14T09:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the missing measure values as zeros?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886953#M998249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;NULLASVALUE&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Qty&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Set&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;NullValue&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 0;&lt;BR /&gt; &lt;BR /&gt; Table:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Qty&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Qty&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/3) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Date,Qty&lt;BR /&gt; 1-01-2015,1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 09:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-missing-measure-values-as-zeros/m-p/886953#M998249</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-06-14T09:56:09Z</dc:date>
    </item>
  </channel>
</rss>

