<?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: Distinguishing missing values from null values in if clauses in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294221#M619059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I just enter with the divivion by zero formula and go to the chart properties and substitute the value for Null, nothing happens. Howver, it works if I substitute the value for missing. This is the reason I thought Qlikview considered the division by zero results as "missing values".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Apr 2017 21:51:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-20T21:51:06Z</dc:date>
    <item>
      <title>Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294217#M619055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="87.77778" style="border: 1px solid #000000; width: 510.778px; height: 71.7778px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Year2&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year3&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Company 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1,000.00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1,000.00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;(division by zero result)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Company 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2,000.00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1,000.00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Missing value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Company 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5,000.00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3,000.00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Missing Value&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to replace null values by 'no Revenue', but nothing has to happen with missing values columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I've tried:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Alt(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(profit) / sum(revenue), 'no Revenue')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Alt(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(IsNull(sum(revenue) = 0, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;sum(profit) / sum(revenue)&lt;/SPAN&gt;, 0), &lt;SPAN style="font-size: 13.3333px;"&gt; 'no Revenue'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the formula above also replaces missing values by 'no Revenue'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rubens Rodrigues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294217#M619055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T21:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294218#M619056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView charts, you can substitute both Missing and Null values with two separate symbols - wouldn't that help? The settings are at the bottom of the Presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;Upgrade your Qlik skills with my book &lt;A href="https://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=098202df27917ab9836332cf063c51f5"&gt;QlikView Your Business: An Expert Guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294218#M619056</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-04-20T21:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294219#M619057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't fit in my case, because what I'm really trying to do is to treat division by zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I understood, Qlikview is considering the division by zero result as "missing value".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want something similar to the Excel function IFERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to force null values in cells which division by zero results were expected and it woked. However, when I use the Alt function, it replaces both null and missing values by whatever I set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very confuse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294219#M619057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T21:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294220#M619058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my testing, division by zero is treated as NULL, not as MISSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Alt() function returns the first non-NULL numeric value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294220#M619058</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-04-20T21:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294221#M619059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I just enter with the divivion by zero formula and go to the chart properties and substitute the value for Null, nothing happens. Howver, it works if I substitute the value for missing. This is the reason I thought Qlikview considered the division by zero results as "missing values".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294221#M619059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T21:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294222#M619060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to generate NULL and MISSING values, including division by zero, and everything appears like NULL - even when the value is actually missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 22:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294222#M619060</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-04-20T22:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294223#M619061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If(IsNull(sum(revenue)) = 0,sum(profit) / sum(revenue),if(IsNull(sum(revenue)) = -1, 'no Revenue', sum(profit) / sum(revenue)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 01:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294223#M619061</guid>
      <dc:creator>jpitfield</dc:creator>
      <dc:date>2017-04-21T01:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294224#M619062</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;Still not working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I I screenshotted my graphic to try explain better:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IsNull(sum(revenue))&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161017_Image1.png" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IsNull(sum(revenue)) = 0, 'NULL')&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I was expecting only the highlighted informatin above to be replaced by NULL, but it's not what happen:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/161037_Image2.png" style="height: 177px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rubens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 15:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294224#M619062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T15:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294225#M619063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an aside: Suppress Missing isn't working because "this option is not functional on Straight tables" (QV Desktop Help). Which may mean that Missing values are altogether alien to straight tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Weird logic...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 16:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294225#M619063</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-24T16:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294226#M619064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here I1m just testing NULL and MISSING. It's not the real logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 16:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294226#M619064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T16:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294227#M619065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working in Qlik Sense not Qlik View, but I guess the logic must be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your field that stores the following values:&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: 13px;"&gt;sum(profit) / sum(revenue) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Missing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;no Profit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;has to be a dimension not a measure since you have text mixed up with numbers. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Therefore sum function cannot be used in your formula.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Missing Vs Null.JPG" class="jive-image image-1" src="/legacyfs/online/161058_Missing Vs Null.JPG" style="height: 203px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;by using the formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Revenue= 0,'no Revenue',&lt;/P&gt;&lt;P&gt;if(IsNull(Revenue),'Missing', Num( Profit/Revenue, '%#,##0.#', '.' , ',' )))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you'd need to create Revenue and Profit master items to sum up your original fields(?) and then you can create the dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 18:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294227#M619065</guid>
      <dc:creator>eva_filep</dc:creator>
      <dc:date>2017-04-24T18:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294228#M619066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just spit balling here, but I think if you include a comparison to a field that is always on your revenue table you can do it.&amp;nbsp; For instance, a row number field.&amp;nbsp; Then you could do something like:&lt;/P&gt;&lt;P&gt;=if(isnull(RevenueRowNoField),'MissingValue',if(sum(Value)=0,'No Revenue',sum(Value)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 18:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294228#M619066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T18:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294229#M619067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that is not entirely true. This option is functional on straight tables. But I don't understand at all why the last row will be displayed.&lt;/P&gt;&lt;P&gt;(QV11.2 SR15)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161059_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;TABLE1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;YearMonth&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;YearMonth&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; YearMonth&lt;BR /&gt; 01.01.2015&lt;BR /&gt; 01.02.2015&lt;BR /&gt; 01.03.2015&lt;BR /&gt; 01.04.2015&lt;BR /&gt; 01.05.2015&lt;BR /&gt; 01.06.2015&lt;BR /&gt; 01.07.2015&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; TABLE2:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;YearMonth&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;YearMonth&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; YearMonth, Value&lt;BR /&gt; 05.01.2015, 15&lt;BR /&gt; 03.04.2015, 25&lt;BR /&gt; 01.06.2015, 35&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 18:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294229#M619067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T18:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294230#M619068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, you get a change in your output table. But is this really related to a "Missing" value. Seems more like activating the "Show All Values" setting in the Dimensions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in which field did you change the presentation value? Null or Missing? This looks exactly like what Oleg already said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm beginning to think that QlikView considers missing in a Straight table as undecidable. How should a QlikView straight table know that something should be there when there is no data? (Almost) every aggregation function will return something, at least a 0 value which is fundamentally different from Null or missing. And NULL already is equivalent to No Value, No Data, "Nothing to see here"... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good subject for elaborate discussion &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 10:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294230#M619068</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-25T10:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguishing missing values from null values in if clauses</title>
      <link>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294231#M619069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't activated "show all values" for the dimension as you can see in my attachment...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 17:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinguishing-missing-values-from-null-values-in-if-clauses/m-p/1294231#M619069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T17:21:38Z</dc:date>
    </item>
  </channel>
</rss>

