<?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: Set analysis returns 0, for null records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075181#M358773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Petter, as far as I remember there are DBMS that handle that differently, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt;All aggregate functions except &lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;COUNT&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt;(*), &lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;GROUPING&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt;, and &lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;GROUPING_ID&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt; ignore nulls. You can use the &lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;NVL&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt; function in the argument to an aggregate function to substitute a value for a null. &lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;COUNT&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt; and&lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;REGR_COUNT&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt; never return null, but return either a number or zero.&lt;STRONG&gt; For all the remaining aggregate functions, if the data set contains no rows, or contains only rows with nulls as arguments to the aggregate function, then the function returns null.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt;[&lt;A href="http://docs.oracle.com/database/121/SQLRF/functions003.htm#SQLRF20035" title="http://docs.oracle.com/database/121/SQLRF/functions003.htm#SQLRF20035"&gt;Aggregate Functions&lt;/A&gt; ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even QV returns NULL for most aggregation functions, just not for Count(),Concat() and Sum() [But for Max() / Min() / Avg(). Maybe I missed a function in one or the other group, just want to show that the handling differs]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When reading through the tech doc, there is no rational why Sum() handle NULL this way (or I missed it):&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Note that In the thread I've referenced above, there is a small discussion about possible work arounds].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got used to the NULL handling in QV, but I can understand Tomasz and Danny (the OP from the other thread), that returning zero from SUMming only NULL has a different meaning for them than NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ can shed some light on the rational behind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Feb 2016 12:26:58 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-02-20T12:26:58Z</dc:date>
    <item>
      <title>Set analysis returns 0, for null records</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075177#M358769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick question, why is it that qlik set analysis for SUM returns a 0 versus a blank?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to evaluate if the aggregate returned null vs 0 since they mean two different things to our business.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075177#M358769</guid>
      <dc:creator />
      <dc:date>2016-02-19T21:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returns 0, for null records</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075178#M358770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tomasz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can you specify your exampler? There are many solutions this problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075178#M358770</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-02-19T21:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returns 0, for null records</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075179#M358771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There recently was a similar discussion, also including a possible work around&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/205598"&gt;Why does Sum() and Count() never equate to NULL?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075179#M358771</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-19T21:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returns 0, for null records</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075180#M358772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is normal in all the software I have been using that aggregation functions like Sum, Count etc doesn't return nulls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way Set Expressions (aka set analysis) doesn't return any numbers itself. Only the rows or values that will eventually turn into a number by an aggregation function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 08:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075180#M358772</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-20T08:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returns 0, for null records</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075181#M358773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Petter, as far as I remember there are DBMS that handle that differently, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt;All aggregate functions except &lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;COUNT&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt;(*), &lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;GROUPING&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt;, and &lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;GROUPING_ID&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt; ignore nulls. You can use the &lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;NVL&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt; function in the argument to an aggregate function to substitute a value for a null. &lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;COUNT&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt; and&lt;/SPAN&gt;&lt;CODE dir="ltr" style="font-family: menlo, monaco, 'Courier New', Courier, mono, serif; font-size: 13px; color: #000000; padding: 3px 0;"&gt;REGR_COUNT&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt; never return null, but return either a number or zero.&lt;STRONG&gt; For all the remaining aggregate functions, if the data set contains no rows, or contains only rows with nulls as arguments to the aggregate function, then the function returns null.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', 'Neue Helvetica', Arial, sans-serif; font-size: 14px;"&gt;[&lt;A href="http://docs.oracle.com/database/121/SQLRF/functions003.htm#SQLRF20035" title="http://docs.oracle.com/database/121/SQLRF/functions003.htm#SQLRF20035"&gt;Aggregate Functions&lt;/A&gt; ]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even QV returns NULL for most aggregation functions, just not for Count(),Concat() and Sum() [But for Max() / Min() / Avg(). Maybe I missed a function in one or the other group, just want to show that the handling differs]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When reading through the tech doc, there is no rational why Sum() handle NULL this way (or I missed it):&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Note that In the thread I've referenced above, there is a small discussion about possible work arounds].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got used to the NULL handling in QV, but I can understand Tomasz and Danny (the OP from the other thread), that returning zero from SUMming only NULL has a different meaning for them than NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ can shed some light on the rational behind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 12:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075181#M358773</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-20T12:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returns 0, for null records</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075182#M358774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ignoring values with null as input is something different from returning a null or nulls. It is a matter of inputs versus output. My point is really that it is hard to really define one way as right versus another... How it is implemented in each software is important to know and how to handle to get your analysis to return correct results. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 12:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075182#M358774</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-20T12:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returns 0, for null records</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075183#M358775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nulls are often considered notorious - just have a look at what Joe Celko writes about them... One of the SQL gurus that have heated blogs and discussions around the topic. It is a problem that it is handled quite differently from system to system. And you are right that it is handled differently in different DBMS's ... Hard to keep track of ... Excel seems to do it as QlikView actually....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 12:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075183#M358775</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-20T12:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returns 0, for null records</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075184#M358776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I admit I didn't really know Joe Celko. It's a rainy day so I searched around the net to see what he's got to tell me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="font-family: 'Times New Roman', Times, serif; font-size: 18.56px; color: #333333;"&gt; &lt;STRONG&gt;Basic Aggregate Functions&lt;/STRONG&gt;&lt;/H2&gt;&lt;P style="text-align: justify; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;"&gt;In the original SQL, we had a limited set of simple aggregate functions. Their general format was '&lt;SPAN class="mono" style="font-family: 'Courier New', Courier, monospace; font-weight: bold;"&gt;&amp;lt;function name&amp;gt; ([DISTINCT| ALL] &amp;lt;expression&amp;gt;)&lt;/SPAN&gt;”. The first thing these functions do is to remove all of the &lt;SPAN class="mono" style="font-family: 'Courier New', Courier, monospace; font-weight: bold;"&gt;NULL&lt;/SPAN&gt;s from the data. The function could be applied to an empty set, if only &lt;SPAN class="mono" style="font-family: 'Courier New', Courier, monospace; font-weight: bold;"&gt;NULL&lt;/SPAN&gt;s were returned. &lt;STRONG&gt;What is the sum or average of an empty set? Following the usual conventions of SQL, empty sets return &lt;SPAN class="mono" style="font-family: 'Courier New', Courier, monospace;"&gt;NULL&lt;/SPAN&gt;, &lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;not zero.&lt;/STRONG&gt;&lt;/EM&gt; Zero is an actual value; that was a very big debate in the Middle Ages, when Europeans started seeing zero showing up in those newfangled Hindu Arabic numerals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.simple-talk.com/sql/t-sql-programming/sql-group-by-basics/" title="https://www.simple-talk.com/sql/t-sql-programming/sql-group-by-basics/"&gt;SQL GROUP BY Basics&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that different systems handle things differently and you need to cope with these differences as a developer.&lt;/P&gt;&lt;P&gt;I don't really want to start a hot debate here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I understood the OP of this thread and specifically the OP of the other thread, they are curious to know about the rational behind this design decision in Qlik software, if there is one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Up to now, I personally wouldn't accept the rational: "That's the way it's commonly handled"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Excel shows the same behaviour (I haven't worked much with NULL in Excel), this might explain QlikView's implementation, looking at the history of QlikView&lt;/P&gt;&lt;P&gt;(i.e. I believe Excel was taken as a gold standard for some time in the beginning, concerning the expected output of functions)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 13:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075184#M358776</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-20T13:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returns 0, for null records</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075185#M358777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are as many opinions here as there are SQL "gurus"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when these functions were designed, the arguments were like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For Count() it doesn't make sense to &lt;EM&gt;ever&lt;/EM&gt; return NULL. If there aren't any records - which is the case for NULLs - then Count() &lt;SPAN style="text-decoration: underline;"&gt;has found zero records&lt;/SPAN&gt;. Hence, it should return zero. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For aggregations of numbers, you should look at &lt;A href="https://community.qlik.com/qlik-blogpost/3897"&gt;Scales of Measurement&lt;/A&gt;. An absence of Amounts (Ratios) should be regarded as Zero, while an absence of Coordinates (Intervals) should be regarded as NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For Sum() you can assume that most numbers are &lt;EM&gt;Amounts&lt;/EM&gt; (Ratios), hence&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; an absence of records should be interpreted as zero.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;For other aggregation functions Min(), Max(), Avg() you don't know if it is an &lt;EM&gt;Amount&lt;/EM&gt; (Ratio) or a &lt;EM&gt;Coordinate&lt;/EM&gt; (I‌nterval). Then it is better to return NULL. &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 20:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075185#M358777</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-02-20T20:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returns 0, for null records</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075186#M358778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for giving us some insights into the reasoning behind this behaviour, Henric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there are a lot of different opionions, but it's good to hear the rationale behind the implementation first-hand.&lt;/P&gt;&lt;P&gt;Really appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 23:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returns-0-for-null-records/m-p/1075186#M358778</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-20T23:41:30Z</dc:date>
    </item>
  </channel>
</rss>

