<?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 how to count null value in a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263348#M99065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(if(isnull(invdate) OR Len(Trim(invdate)) = 0, 1, 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or try the function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NullCount(invdate)&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;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2011 07:31:44 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2011-11-29T07:31:44Z</dc:date>
    <item>
      <title>how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263345#M99062</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;i have feild name invadate &lt;/P&gt;&lt;P&gt;i want to count null value only&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt; thanks &amp;amp;regards&lt;/P&gt;&lt;P&gt;rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 06:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263345#M99062</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2011-11-29T06:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263346#M99063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rohit214,&lt;/P&gt;&lt;P&gt;In load script let try this&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;IF(LEN(TRIM([invadate]))&amp;lt;0,1,0)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS NullFlage&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;HTH and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 07:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263346#M99063</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-11-29T07:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263347#M99064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sokkorn&lt;/P&gt;&lt;P&gt;thank for your reply it shoes me 15 but the no of null values is 12&lt;/P&gt;&lt;P&gt;it is not workinf fine&lt;/P&gt;&lt;P&gt;rhanks &lt;/P&gt;&lt;P&gt;rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 07:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263347#M99064</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2011-11-29T07:30:24Z</dc:date>
    </item>
    <item>
      <title>how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263348#M99065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(if(isnull(invdate) OR Len(Trim(invdate)) = 0, 1, 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or try the function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NullCount(invdate)&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;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 07:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263348#M99065</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2011-11-29T07:31:44Z</dc:date>
    </item>
    <item>
      <title>how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263349#M99066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count( if(isnull(invdate),invdate))&lt;/P&gt;&lt;P&gt;&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(len(invdate)=0,invdate))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 07:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263349#M99066</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-11-29T07:36:49Z</dc:date>
    </item>
    <item>
      <title>how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263350#M99067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jagan&lt;/P&gt;&lt;P&gt;i want result in text object&lt;/P&gt;&lt;P&gt;null value=12&lt;/P&gt;&lt;P&gt;but your solution is giving me 15&lt;/P&gt;&lt;P&gt;which is not correct&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 07:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263350#M99067</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2011-11-29T07:38:05Z</dc:date>
    </item>
    <item>
      <title>how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263351#M99068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sunil &lt;/P&gt;&lt;P&gt;your solution gives me 0&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 07:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263351#M99068</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2011-11-29T07:40:10Z</dc:date>
    </item>
    <item>
      <title>how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263352#M99069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you attached the sample.qvw file&amp;nbsp; after reloading your excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 07:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263352#M99069</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-11-29T07:42:58Z</dc:date>
    </item>
    <item>
      <title>how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263353#M99070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will you upload the QVW file which you are working.&amp;nbsp; When I loaded your excel file in QVW i am getting 0 by using the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =Sum(if(isnull(invdate) OR Len(Trim(invdate)) = 0, 1, 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I referred the table values i didn't found any missing or null values in it.&amp;nbsp; I think the empty are not loaded during the loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 07:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263353#M99070</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2011-11-29T07:46:10Z</dc:date>
    </item>
    <item>
      <title>how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263354#M99071</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;When I manually given single space in the empty cells in excel file, i got the count which you expected i.e,.12&lt;/P&gt;&lt;P&gt;by using the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(if(isnull(invdate) OR Len(Trim(invdate)) = 0, 1, 0))&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;=MissingCount(invdate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 07:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263354#M99071</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2011-11-29T07:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263355#M99072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think every data source should have primary key; something like this:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15pt; width: 48pt;" width="64"&gt;ID&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none; width: 48pt;" width="64"&gt;invdate&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;213&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;4&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;5&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;6&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;4543&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;43&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;10&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;11&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;21&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;12&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;13&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;14&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;4652&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;15&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;433&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;16&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;17&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;6213&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;18&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;19&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;20&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;21&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;22&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;23&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;24&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;486&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;25&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;44&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;26&lt;/TD&gt;&lt;TD class="xl63" style="border-top: medium none; border-left: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt; border-top: medium none;"&gt;27&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: medium none; border-left: medium none;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;So when I use this expression : =SUM(IF(IsNull(invdate) OR LEN(TRIM(invdate))&amp;lt;0,1,0)) then it return me 12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure this one is you looking for or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263355#M99072</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-11-29T08:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263356#M99073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263356#M99073</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-11-29T08:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263357#M99074</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;thamks for your answer&lt;/P&gt;&lt;P&gt;may be i am wrong counting null values in a single field is not possible &lt;/P&gt;&lt;P&gt;you have to connect tha tfield with another field &lt;/P&gt;&lt;P&gt;thanks &amp;amp;regards&lt;/P&gt;&lt;P&gt;rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263357#M99074</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2011-11-29T08:36:01Z</dc:date>
    </item>
    <item>
      <title>how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263358#M99075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does your case is closed? Please mark it as complete if you find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263358#M99075</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-11-29T08:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to count null value in a field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263359#M99076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you load the XLSX file using the "Table Files" button in the script editor, this will load only non-empty cells from Excel, because you only have one column. It has nothing to do with QlikView but with the Microsoft Excel driver. If you had two colums, the nulls will indeed be counted. What you can do instead is to create an ODBC driver entry to read files using it instead of the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow these steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Go to Startup, Run, C:\Windows\SysWOW64\odbcad32.exe&lt;/LI&gt;&lt;LI&gt;Add a new Excel (xlsx) driver and point it to your file, name it Excel1&lt;/LI&gt;&lt;LI&gt;Check the box "Force 32 bits" in the script editor.&lt;/LI&gt;&lt;LI&gt;Then use the following script:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel1;DBQ=C:\Files\count null.xlsx];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableWithNulls:&lt;/P&gt;&lt;P&gt;LOAD invdate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(invdate) = 0, RangeSum(1, Peek('NullCounter')), RangeSum(0, Peek('NullCounter'))) AS NullCounter;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM `C:\Files\count null.xlsx`.`Sheet1$`;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will return each of the lines with a counter that will be increased each time invdate has a null/empty value. The total number of nulls will be the Max(NullCounter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 09:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count-null-value-in-a-field/m-p/263359#M99076</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-11-29T09:04:32Z</dc:date>
    </item>
  </channel>
</rss>

