<?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 - Counting NULL Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218770#M504530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this link i found the solution, it worked for me.&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewtips.wordpress.com/2013/11/19/how-to-handle-null-values%E2%80%8B%E2%80%8B-ands-and-ors-in-set-analysis/" title="http://qlikviewtips.wordpress.com/2013/11/19/how-to-handle-null-values%E2%80%8B%E2%80%8B-ands-and-ors-in-set-analysis/"&gt;How to handle NULL values​​, ANDs and ORs in SET ANALYSIS: | QlikView Help, Tips &amp;amp; Hints&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2014 18:07:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-22T18:07:35Z</dc:date>
    <item>
      <title>Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218756#M504516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to count NULL values using Set Analysis. I basically use this code:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[EagleFeedback.Win/Loss]={}&amp;gt;} [EagleFeedback.Win/Loss])&lt;/P&gt;&lt;P&gt;It never returns any values even though I know there are some.&lt;/P&gt;&lt;P&gt;How do I use Set Analysis to count NULL values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 22:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218756#M504516</guid>
      <dc:creator />
      <dc:date>2010-01-20T22:42:16Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218757#M504517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get it to work using some of my data with:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Count({$-&amp;lt;[EagleFeedback.Win/Loss]={}&amp;gt;} [EagleFeedback.Win/Loss])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;EDIT: I edited my comment. On my first reply, I was using blank value, not null values. This new expression counts everything and then subtracts anything with a valid entry in that field. I think that should give you the count of truly null values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 23:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218757#M504517</guid>
      <dc:creator />
      <dc:date>2010-01-20T23:34:18Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218758#M504518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw something like that too. But I thought "...={}" specifically selected NULL values. That being the case, I would expect the negative sign would EXCLUDE NULL values.&lt;/P&gt;&lt;P&gt;I infer from your comment that "...={}" selects everything. I thought I read in the documentation that "...={}" selects NULL value. Did I read it wrong?&lt;/P&gt;&lt;P&gt;BTW, thanks for you response. It's truly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 01:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218758#M504518</guid>
      <dc:creator />
      <dc:date>2010-01-21T01:00:37Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218759#M504519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Count({$&amp;lt;[EagleFeedback.Win/Loss]= {$(=null())}&amp;gt;} [EagleFeedback.Win/Loss])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 01:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218759#M504519</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2010-01-21T01:18:13Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218760#M504520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, ...{$(=null())}&amp;gt;} doesn't work.&lt;/P&gt;&lt;P&gt;Also, ({$-&amp;lt;[EagleFeedback.Win/Loss]={}&amp;gt;} from NMiller above doesn't count the NULL values -- it counts ALL (NULL and not NULL); that is, it excludes NOTHING which leaves EVERYTHING.&lt;/P&gt;&lt;P&gt;Thanks for trying Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 01:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218760#M504520</guid>
      <dc:creator />
      <dc:date>2010-01-21T01:45:43Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218761#M504521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Turns out there's a function specifically for this situation... Use:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=NullCount([EagleFeedback.Win/Loss])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218761#M504521</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2010-01-21T17:38:29Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218762#M504522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike. I need to figure our how to do this with set analysis. I have a complex (for me) set analysis statement that wasn't working and whittled down the problem to the above statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 17:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218762#M504522</guid>
      <dc:creator />
      <dc:date>2010-01-21T17:47:59Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218763#M504523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just did a little test and this expression worked fine:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Count({$&amp;lt;isnull([EagleFeedback.Win/Loss])= {'-1'}&amp;gt;} [EagleFeedback.Win/Loss])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 18:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218763#M504523</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2010-01-21T18:04:42Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218764#M504524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I humbly acknowledge the problem discussed in this thread is entirely my fault. But possibly it can be of assistance to others:&lt;/P&gt;&lt;P&gt;WHEN LOOKING FOR NULL VALUES, MAKE SURE NULLS ARE "NULL" AND NOT "-".&lt;/P&gt;&lt;P&gt;Thanks everyone and again, sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 19:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218764#M504524</guid>
      <dc:creator />
      <dc:date>2010-01-22T19:10:33Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218765#M504525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had same problem and my solution was:&lt;/P&gt;&lt;P&gt;COUNT(&lt;BR /&gt; {$-&amp;lt;&lt;BR /&gt; EagleFeedback.Win/Loss = -{}&lt;BR /&gt; &amp;gt;}&lt;BR /&gt; EagleFeedback.Win/Loss&lt;BR /&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antanas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 14:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218765#M504525</guid>
      <dc:creator />
      <dc:date>2010-09-09T14:12:28Z</dc:date>
    </item>
    <item>
      <title>Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218766#M504526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about:&lt;/P&gt;&lt;P&gt;SUM(-ISNULL([EagleFeedback.Win/Loss]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was having the same problem and this is what I ended up with. Set Analysis is very finicky about null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps anyone else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 14:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218766#M504526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-24T14:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218767#M504527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;EagleFeedback.Win/Loss carries only 'Win', 'Loss' or NULL values, try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Count({$-1&amp;lt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;EagleFeedback.Win/Loss&lt;/SPAN&gt;]={'Win','Loss'}&amp;gt;} [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;EagleFeedback.Win/Loss&lt;/SPAN&gt;])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 14:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218767#M504527</guid>
      <dc:creator>erjohnso</dc:creator>
      <dc:date>2014-05-08T14:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218768#M504528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can Try :&lt;/P&gt;&lt;P&gt;Count({[EagleFeedback.Win/Loss]-={'*'}&amp;gt;} [EagleFeedback.Win/Loss)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (or -={*})&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 15:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218768#M504528</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-05-08T15:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218769#M504529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace; color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace; color: blue;"&gt;You can use:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace; color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace; color: blue;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; background-color: #f7f7f7;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: monospace; color: #990000;"&gt;Customer&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; background-color: #f7f7f7;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-family: monospace; color: #990000;"&gt;"=isnull(Address)"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; background-color: #f7f7f7;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-family: monospace; color: #990000;"&gt;Customer&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; background-color: #f7f7f7;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 10:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218769#M504529</guid>
      <dc:creator>lars_plenge</dc:creator>
      <dc:date>2014-08-22T10:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218770#M504530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this link i found the solution, it worked for me.&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewtips.wordpress.com/2013/11/19/how-to-handle-null-values%E2%80%8B%E2%80%8B-ands-and-ors-in-set-analysis/" title="http://qlikviewtips.wordpress.com/2013/11/19/how-to-handle-null-values%E2%80%8B%E2%80%8B-ands-and-ors-in-set-analysis/"&gt;How to handle NULL values​​, ANDs and ORs in SET ANALYSIS: | QlikView Help, Tips &amp;amp; Hints&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 18:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218770#M504530</guid>
      <dc:creator />
      <dc:date>2014-08-22T18:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218771#M504531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;what is the origin of your data ?&lt;/P&gt;&lt;P&gt;DB or Load ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 21:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218771#M504531</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-08-22T21:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Counting NULL Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218772#M504532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in my experience I can tell you that probably the only option with set analysis that will work for you is similar to what the blog suggested by Eugenio says:&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;"&gt;&lt;STRONG&gt;Count({1 - &amp;lt;[EagleFeedback.Win/Loss]={'*'}&amp;gt;} [EagleFeedback.Win/Loss])&lt;/STRONG&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;"&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;"&gt;Otherwise, you can use NULLASVALUE in script in order to assign a string/numeric default value for nulls:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;NULLASVALUE &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[EagleFeedback.Win/Loss]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set NullValue = 'N/A';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 21:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Counting-NULL-Values/m-p/218772#M504532</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-08-22T21:55:04Z</dc:date>
    </item>
  </channel>
</rss>

