<?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 change NULL function to Zero in qlikview chart expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/change-NULL-function-to-Zero-in-qlikview-chart-expression/m-p/1570231#M442291</link>
    <description>&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;I have table that sometime some fields&amp;nbsp; get NULL Value.&lt;/P&gt;&lt;P&gt;I want that NULL values change to zero and my chart doesn't get Error like following pic.&lt;/P&gt;&lt;P&gt;I have tried IsNull Function but didn't work,&lt;/P&gt;&lt;P&gt;would you please help me?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension:&lt;/STRONG&gt; DATE&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression:&amp;nbsp;&lt;/STRONG&gt;=if(IsNull(sum({&amp;lt;DATE_KEY={"$(=Date(max(DATE_KEY),'YYYY-MM-DD'))"}TotalDownload))=0,0,sum({&amp;lt;DATE_KEY={"$(=Date(max(DATE_KEY),'YYYY-MM-DD'))"}TotalDownload))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chart.PNG" style="width: 520px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10375i22EDBC5C0940B63C/image-dimensions/520x238?v=v2" width="520" height="238" role="button" title="chart.PNG" alt="chart.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2019 05:22:05 GMT</pubDate>
    <dc:creator>nazaninslp</dc:creator>
    <dc:date>2019-04-17T05:22:05Z</dc:date>
    <item>
      <title>change NULL function to Zero in qlikview chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/change-NULL-function-to-Zero-in-qlikview-chart-expression/m-p/1570231#M442291</link>
      <description>&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;I have table that sometime some fields&amp;nbsp; get NULL Value.&lt;/P&gt;&lt;P&gt;I want that NULL values change to zero and my chart doesn't get Error like following pic.&lt;/P&gt;&lt;P&gt;I have tried IsNull Function but didn't work,&lt;/P&gt;&lt;P&gt;would you please help me?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension:&lt;/STRONG&gt; DATE&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression:&amp;nbsp;&lt;/STRONG&gt;=if(IsNull(sum({&amp;lt;DATE_KEY={"$(=Date(max(DATE_KEY),'YYYY-MM-DD'))"}TotalDownload))=0,0,sum({&amp;lt;DATE_KEY={"$(=Date(max(DATE_KEY),'YYYY-MM-DD'))"}TotalDownload))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chart.PNG" style="width: 520px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10375i22EDBC5C0940B63C/image-dimensions/520x238?v=v2" width="520" height="238" role="button" title="chart.PNG" alt="chart.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 05:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-NULL-function-to-Zero-in-qlikview-chart-expression/m-p/1570231#M442291</guid>
      <dc:creator>nazaninslp</dc:creator>
      <dc:date>2019-04-17T05:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: change NULL function to Zero in qlikview chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/change-NULL-function-to-Zero-in-qlikview-chart-expression/m-p/1573093#M442311</link>
      <description>&lt;P&gt;Use the function ALT it can replace any NULL value with 0 (zero):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ALT(sum({&amp;lt;DATE_KEY={"$(=Date(max(DATE_KEY),'YYYY-MM-DD'))"}TotalDownload),0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 07:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-NULL-function-to-Zero-in-qlikview-chart-expression/m-p/1573093#M442311</guid>
      <dc:creator>rick_hoorn</dc:creator>
      <dc:date>2019-04-25T07:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: change NULL function to Zero in qlikview chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/change-NULL-function-to-Zero-in-qlikview-chart-expression/m-p/1573160#M442318</link>
      <description>&lt;DIV class="container content"&gt;&lt;DIV class="col-12"&gt;&lt;P&gt;Isnull function gives -1 if there is null value otherwise 0.&lt;/P&gt;&lt;P&gt;Refer the help page.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Apr 2019 09:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-NULL-function-to-Zero-in-qlikview-chart-expression/m-p/1573160#M442318</guid>
      <dc:creator>Vengatesh</dc:creator>
      <dc:date>2019-04-25T09:03:20Z</dc:date>
    </item>
  </channel>
</rss>

