<?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 Need help with counting nulls in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-with-counting-nulls/m-p/1091244#M523384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to display the count of null values of Account Number.&lt;/P&gt;&lt;P&gt;What is the expression to calculate that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 21:22:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-16T21:22:38Z</dc:date>
    <item>
      <title>Need help with counting nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-counting-nulls/m-p/1091244#M523384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to display the count of null values of Account Number.&lt;/P&gt;&lt;P&gt;What is the expression to calculate that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 21:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-counting-nulls/m-p/1091244#M523384</guid>
      <dc:creator />
      <dc:date>2016-03-16T21:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with counting nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-counting-nulls/m-p/1091245#M523385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NullCount([Account Number])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 22:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-counting-nulls/m-p/1091245#M523385</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-16T22:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with counting nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-counting-nulls/m-p/1091246#M523386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NullCount([Account Number])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 08:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-counting-nulls/m-p/1091246#M523386</guid>
      <dc:creator />
      <dc:date>2016-03-17T08:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with counting nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-counting-nulls/m-p/1091247#M523387</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;This will count both nulls and blanks:&lt;/P&gt;&lt;P&gt;count(if(len(trim([Account NUmber]))=0,[Account Number]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-counting-nulls/m-p/1091247#M523387</guid>
      <dc:creator>nagireddy_qv</dc:creator>
      <dc:date>2016-03-17T15:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with counting nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-counting-nulls/m-p/1091248#M523388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nagireddy.qv, I think you need to consider the case when [Account Number] is NULL, then your expression will count NULL which return zero. So you would need to return a value in these cases:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(len(trim([Account NUmber]))=0,'NULL'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Sum(if(len(trim([Account NUmber]))=0,1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-counting-nulls/m-p/1091248#M523388</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-17T15:13:13Z</dc:date>
    </item>
  </channel>
</rss>

