<?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 Count of Null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292407#M108503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to display the count of null values of Reason Codes,&amp;nbsp; like Reason Code it may contains alpha and numeric characters.&lt;/P&gt;&lt;P&gt;the following expression shows hypen only. I don't know where I am making a mistake. Can any one help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Isnull([Reason Code]),Count([Reason Code])) .&lt;/STRONG&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;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2011 06:41:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-27T06:41:21Z</dc:date>
    <item>
      <title>Count of Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292407#M108503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to display the count of null values of Reason Codes,&amp;nbsp; like Reason Code it may contains alpha and numeric characters.&lt;/P&gt;&lt;P&gt;the following expression shows hypen only. I don't know where I am making a mistake. Can any one help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Isnull([Reason Code]),Count([Reason Code])) .&lt;/STRONG&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;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 06:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292407#M108503</guid>
      <dc:creator />
      <dc:date>2011-09-27T06:41:21Z</dc:date>
    </item>
    <item>
      <title>Count of Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292408#M108504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hope one of below help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count( if(Isnull([Reason Code]),[Reason Code]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; count( if(Isnull([Reason Code])=-1,[Reason Code]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; count( if(Isnull([Reason Code])&amp;lt;&amp;gt;0,[Reason Code]))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; count( if(len([Reason Code])=0,[Reason Code]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 06:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292408#M108504</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-27T06:47:40Z</dc:date>
    </item>
    <item>
      <title>Count of Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292409#M108505</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;You have to use some thing below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( Isnull ( [Reason Code] ) = -1 and&amp;nbsp; [Reason Code] = 0, Count([Reason Code] ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 07:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292409#M108505</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-27T07:16:16Z</dc:date>
    </item>
    <item>
      <title>Count of Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292410#M108506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, I tried all the expressions in the above, but still its not working now the result is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the source Reason Code it may contain either values like alpha and numeric or no value like a empty cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to display the count of empty cells.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 07:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292410#M108506</guid>
      <dc:creator />
      <dc:date>2011-09-27T07:28:55Z</dc:date>
    </item>
    <item>
      <title>Count of Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292411#M108507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;count( if([Reason Code])=' ',[Reason Code]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else anand chouhan will help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 07:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292411#M108507</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-27T07:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292412#M108508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this ;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;H4&gt;&lt;EM&gt;SUM(IF(&lt;/EM&gt;[Reason Code]&lt;EM&gt;='',1,0&lt;/EM&gt;))&lt;/H4&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 08:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292412#M108508</guid>
      <dc:creator />
      <dc:date>2011-09-27T08:38:56Z</dc:date>
    </item>
    <item>
      <title>Count of Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292413#M108509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will count both nulls and blanks:&lt;BR /&gt;count(if(len(trim([Reason Code]))=0,[Reason Code]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 10:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292413#M108509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-06T10:29:36Z</dc:date>
    </item>
    <item>
      <title>Count of Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292414#M108510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perfect answer, now its working fine..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 04:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Null-values/m-p/292414#M108510</guid>
      <dc:creator />
      <dc:date>2011-10-07T04:53:06Z</dc:date>
    </item>
  </channel>
</rss>

