<?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: show null as value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-null-as-value/m-p/669272#M673501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry,try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(trim(Amount))=-1,0,Amount) as Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 08:37:22 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2014-09-23T08:37:22Z</dc:date>
    <item>
      <title>show null as value</title>
      <link>https://community.qlik.com/t5/QlikView/show-null-as-value/m-p/669270#M673499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;can you tell me it is possible to show null als 0?&lt;/P&gt;&lt;P&gt;I have years, months and amount. with there dim like customer and region. -&amp;gt;sum(amount)&lt;/P&gt;&lt;P&gt;My intention is to create a chart with the rolling months or Years+Months - for showing the trend of&amp;nbsp; a Dim..&lt;/P&gt;&lt;P&gt;for example: Trend from Customer X fron year 2012 - 2014.&lt;/P&gt;&lt;P&gt;The problem here is, if I uncheck surpress null and check: show all values- it shows every year/month// rollingmonth that is in my database..&lt;IMG __jive_id="67392" alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67392_pastedImage_0.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the only way that I achieved is a chart with 1DIM (Months)-&amp;gt; there it shows the 0 as&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="67393" alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67393_pastedImage_1.png" style="width: 620px; height: 301px;" /&gt;&lt;/P&gt;&lt;P&gt;But I need to show the trend over years in months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I realize that ? and Where: in Scripting or BackEnd in Expressions..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to achieve this but with all months, not only where is an amount..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67418_pastedImage_0.png" style="width: 620px; height: 301px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67419_pastedImage_1.png" style="width: 620px; height: 301px;" /&gt;&lt;/P&gt;&lt;P&gt;but with the 0 in the years.. not seperated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-null-as-value/m-p/669270#M673499</guid>
      <dc:creator />
      <dc:date>2014-09-23T08:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: show null as value</title>
      <link>https://community.qlik.com/t5/QlikView/show-null-as-value/m-p/669271#M673500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try in your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if((isnull(trim(Amount)=-1,0,Amount) as Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-null-as-value/m-p/669271#M673500</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-23T08:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: show null as value</title>
      <link>https://community.qlik.com/t5/QlikView/show-null-as-value/m-p/669272#M673501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry,try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(trim(Amount))=-1,0,Amount) as Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-null-as-value/m-p/669272#M673501</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-23T08:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: show null as value</title>
      <link>https://community.qlik.com/t5/QlikView/show-null-as-value/m-p/669273#M673502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go throught this article&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3155" title="http://community.qlik.com/docs/DOC-3155"&gt;http://community.qlik.com/docs/DOC-3155&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-null-as-value/m-p/669273#M673502</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-23T08:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: show null as value</title>
      <link>https://community.qlik.com/t5/QlikView/show-null-as-value/m-p/669274#M673503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it doesnt change anything &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 09:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-null-as-value/m-p/669274#M673503</guid>
      <dc:creator />
      <dc:date>2014-09-23T09:04:06Z</dc:date>
    </item>
  </channel>
</rss>

