<?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: Let QlikView Consider The Difference Between 0-Value and Missing Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Let-QlikView-Consider-The-Difference-Between-0-Value-and-Missing/m-p/1091087#M362942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't this pretty similar to what I've suggested above (maybe except using the background color)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;=If( Sum(Value), Sum(Value), Dual( '0', Pow(2,-27) ) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 May 2016 23:03:32 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-05-07T23:03:32Z</dc:date>
    <item>
      <title>Let QlikView Consider The Difference Between 0-Value and Missing Value</title>
      <link>https://community.qlik.com/t5/QlikView/Let-QlikView-Consider-The-Difference-Between-0-Value-and-Missing/m-p/1091083#M362938</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;&lt;/P&gt;&lt;P&gt;Hope you can help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a KPI that shows a number over time. This number is usualy 0 or 1 and sometimes 2. When I want to show this in a Line chart Qlik doesn't show the 0-values, because it thinks these are missing values. I want a solid line in my chart and when the value is 0 it must continu on the x axis. I can't do this with the supress zero-values because I want the check between a 0-value and a missing value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear, Please Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 14:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Let-QlikView-Consider-The-Difference-Between-0-Value-and-Missing/m-p/1091083#M362938</guid>
      <dc:creator />
      <dc:date>2016-05-06T14:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Let QlikView Consider The Difference Between 0-Value and Missing Value</title>
      <link>https://community.qlik.com/t5/QlikView/Let-QlikView-Consider-The-Difference-Between-0-Value-and-Missing/m-p/1091084#M362939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like (assuming a KPI like Sum(Value)):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( Sum(Value), Sum(Value), Dual( '0', Pow(2,-27) ) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 16:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Let-QlikView-Consider-The-Difference-Between-0-Value-and-Missing/m-p/1091084#M362939</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-06T16:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Let QlikView Consider The Difference Between 0-Value and Missing Value</title>
      <link>https://community.qlik.com/t5/QlikView/Let-QlikView-Consider-The-Difference-Between-0-Value-and-Missing/m-p/1091085#M362940</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;maybe marking existing values using symbols helps to distinguish between missing and zero-values when showing zero-values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_215913_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123803_QlikCommunity_Thread_215913_Pic1.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_215913_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/123804_QlikCommunity_Thread_215913_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_215913_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/123807_QlikCommunity_Thread_215913_Pic3.JPG" style="height: 545px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_215913_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/123808_QlikCommunity_Thread_215913_Pic4.JPG" style="height: 552px; width: 620px;" /&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;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 20:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Let-QlikView-Consider-The-Difference-Between-0-Value-and-Missing/m-p/1091085#M362940</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-06T20:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Let QlikView Consider The Difference Between 0-Value and Missing Value</title>
      <link>https://community.qlik.com/t5/QlikView/Let-QlikView-Consider-The-Difference-Between-0-Value-and-Missing/m-p/1091086#M362941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it guys. Thanks for the help but I've solved it a different way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I upped all the values in the script with 0.0000000001. This way the zero values become larger than zero and the missing values become 0. Then I used the NUM() function to only show the first the value without decimals. This way the value of 0.0000000001 where showed as 0, but are in fact larger than 0. This way I can use the argb() color function to only give a color to the values larger than 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 21:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Let-QlikView-Consider-The-Difference-Between-0-Value-and-Missing/m-p/1091086#M362941</guid>
      <dc:creator />
      <dc:date>2016-05-07T21:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Let QlikView Consider The Difference Between 0-Value and Missing Value</title>
      <link>https://community.qlik.com/t5/QlikView/Let-QlikView-Consider-The-Difference-Between-0-Value-and-Missing/m-p/1091087#M362942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't this pretty similar to what I've suggested above (maybe except using the background color)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;=If( Sum(Value), Sum(Value), Dual( '0', Pow(2,-27) ) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 23:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Let-QlikView-Consider-The-Difference-Between-0-Value-and-Missing/m-p/1091087#M362942</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-07T23:03:32Z</dc:date>
    </item>
  </channel>
</rss>

