<?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: Trying to get the null count. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187745#M886092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I write this in set analysis ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2016 15:20:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-19T15:20:15Z</dc:date>
    <item>
      <title>Trying to get the null count.</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187738#M886085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/26/2016&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/24/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4/25/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to get 2 countS of ID's,one with no dates and one with dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Count(if(len(Date)) &amp;gt;0,Date)&lt;/P&gt;&lt;P&gt;2.&lt;SPAN style="font-size: 13.3333px;"&gt;Count(if(len(Date)) =0,Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 st one is giving me Count = 5 and the other one is giving me 0 count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187738#M886085</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get the null count.</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187739#M886086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Correction..below is my expression.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1.Count(if(len(Date)) &amp;gt;0,ID)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2.&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Count(if(len(Date)) =0,ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 13:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187739#M886086</guid>
      <dc:creator />
      <dc:date>2016-09-19T13:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get the null count.</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187740#M886087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this if you're just looking for an overall count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(len(Date) &amp;gt;0,1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(len(Date) &amp;lt;1,1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137893_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please remember to mark this as helpful or the correct answer if I have helped you or answered your question.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 14:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187740#M886087</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-19T14:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get the null count.</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187741#M886088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you .But the second expression is giving me 0 count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 14:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187741#M886088</guid>
      <dc:creator />
      <dc:date>2016-09-19T14:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get the null count.</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187742#M886089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds to me like it isn't blank....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would drop them in a table chart with len(Date) as an expression and see!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try a quick: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Count(if(len(trim(Date))) =0,Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 14:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187742#M886089</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-19T14:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get the null count.</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187743#M886090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ID with dates:&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;Date = {'*'}&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ID with no dates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$-$&amp;lt;Date = {'*'}&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 14:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187743#M886090</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-09-19T14:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get the null count.</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187744#M886091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right...even though date is blank in the file the len(Date) is 1 !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 15:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187744#M886091</guid>
      <dc:creator />
      <dc:date>2016-09-19T15:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get the null count.</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187745#M886092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I write this in set analysis ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 15:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187745#M886092</guid>
      <dc:creator />
      <dc:date>2016-09-19T15:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get the null count.</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187746#M886093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We'll need a bit more information to go on to advise I am afraid! &lt;/P&gt;&lt;P&gt;What is the formula you're trying to write?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 06:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187746#M886093</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-20T06:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get the null count.</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187747#M886094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Another solution using set analysis.&lt;/P&gt;&lt;P&gt;&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-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;"=Len(Trim(Date))&amp;gt;0"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&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-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;"=Len(Trim(Date))=0"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 06:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-get-the-null-count/m-p/1187747#M886094</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-09-20T06:52:41Z</dc:date>
    </item>
  </channel>
</rss>

