<?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: How to count null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9513#M1439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please fill the output &lt;SPAN style="font-size: 13.3333px;"&gt;manually &lt;/SPAN&gt; that you want in the excel and share&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want the count across each row or column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2018 07:39:39 GMT</pubDate>
    <dc:creator>suryaa30</dc:creator>
    <dc:date>2018-02-26T07:39:39Z</dc:date>
    <item>
      <title>How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9512#M1438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Hi,&lt;/P&gt;&lt;P&gt;Please find the attached excel source file. Data is coming in three stages, I need to count the number of 'PASS' and number of 'FAIL' considering only one stage. &lt;/P&gt;&lt;P&gt;1) Here if the Stage1 only having entry and there is no data in another 2 stages at that time we shold consider Stage1.like that for all.&lt;/P&gt;&lt;P&gt;2) If any stage is having "FAIL" We should consider as "FAIL". &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Like this we need to count.&amp;nbsp; How to count these Pass/Fail from 3 stages following by above condition.&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194519_Capture.PNG" style="height: 109px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 07:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9512#M1438</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-02-26T07:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9513#M1439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please fill the output &lt;SPAN style="font-size: 13.3333px;"&gt;manually &lt;/SPAN&gt; that you want in the excel and share&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want the count across each row or column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 07:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9513#M1439</guid>
      <dc:creator>suryaa30</dc:creator>
      <dc:date>2018-02-26T07:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9514#M1440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;Thanks for your reply. Please find the attached.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194520_Capture.PNG" style="height: 93px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 07:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9514#M1440</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-02-26T07:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9515#M1441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;To show the Result use formula in a straight table:&lt;/P&gt;&lt;P&gt;If(&amp;nbsp; "[Stage1]Truck Compliance" = 'FAIL' OR&amp;nbsp; "[Stage2]Truck Compliance"='FAIL' OR&amp;nbsp; "[Stage3]Truck Compliance"='FAIL', 'FAIL' ,'PASS')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the count of PASS/ FAIL , you can use: &lt;/P&gt;&lt;P&gt;Pass: =Count( {$&amp;lt;Result={'PASS'}&amp;gt;}&amp;nbsp; Result)&lt;/P&gt;&lt;P&gt;Fail: ==Count( {$&amp;lt;Result={'FAIL'}&amp;gt;}&amp;nbsp; Result)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 08:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9515#M1441</guid>
      <dc:creator>vineetadahiya12</dc:creator>
      <dc:date>2018-02-26T08:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9516#M1442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Vineetha,&lt;/P&gt;&lt;P&gt;According to this condition If there is no data for Stage2 and stage3,it should be consider stage1 is the result. I think this condition is not satisfied. and Count of Pass/Fail also will give the all the pass / fail. It might not be follows the condition. Its counting all the Pass/Fail. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 08:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9516#M1442</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-02-26T08:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9517#M1443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;if(alt(pick(match("&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Stage1]Truck Compliance",&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'FAIL',&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'PASS'),1,0),0)+alt(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;pick(match("&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Stage2]Truck Compliance",&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'FAIL',&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'PASS'),1,0),0)+alt(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;pick(match("&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Stage3]Truck Compliance",&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'FAIL',&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'PASS'),1,0),0) &amp;gt;0,'FAIL','PASS')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9517#M1443</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-02-26T09:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9518#M1444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TO COUNT FAIL&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SUM(if(alt(pick(match("&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Stage1]Truck Compliance",&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'FAIL',&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'PASS'),1,0),0)+alt(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;pick(match("&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Stage2]Truck Compliance",&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'FAIL',&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'PASS'),1,0),0)+alt(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;pick(match("&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Stage3]Truck Compliance",&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'FAIL',&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'PASS'),1,0),0) &amp;gt;0,1,0)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;TO COUNT PASS&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;SUM(if(alt(pick(match("&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Stage1]Truck Compliance",&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'FAIL',&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'PASS'),1,0),0)+alt(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;pick(match("&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Stage2]Truck Compliance",&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'FAIL',&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'PASS'),1,0),0)+alt(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;pick(match("&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Stage3]Truck Compliance",&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'FAIL',&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'PASS'),1,0),0) &amp;gt;0,0,1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9518#M1444</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-02-26T09:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9519#M1445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks &lt;SPAN style="font-size: 10pt;"&gt;Pradosh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I will check with this and let you know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9519#M1445</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-02-26T09:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9520#M1446</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;Perhaps, this article about Nulls will help&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;Sergei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9520#M1446</guid>
      <dc:creator>sergeyay</dc:creator>
      <dc:date>2018-02-26T09:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9521#M1447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace Nulls with Blanks in Script,&lt;/P&gt;&lt;P&gt;Concatenate 3 Fields as Flag Field&lt;/P&gt;&lt;P&gt;Use Flag field to Check for FAIL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="194532" alt="271928--2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194532_271928--2.JPG" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="194533" alt="271928.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/194533_271928.JPG" style="height: 145px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9521#M1447</guid>
      <dc:creator>suryaa30</dc:creator>
      <dc:date>2018-02-26T09:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9522#M1448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Pradosh,&lt;/P&gt;&lt;P&gt;Its correct one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9522#M1448</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-02-26T11:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9523#M1449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your support Sergu,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9523#M1449</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-02-26T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9524#M1450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Surya&lt;SPAN style="font-size: 10pt;"&gt;. Perfect. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 12:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9524#M1450</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-02-26T12:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to count null values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9525#M1451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please close the thread if you got the answer by marking the appropriate answer correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 12:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-null-values/m-p/9525#M1451</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-02-26T12:44:17Z</dc:date>
    </item>
  </channel>
</rss>

