<?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: Null in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930292#M954207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Count(DISTINCT{$&amp;lt;[Closing date]={"&amp;lt;=$(=Today(2))"} and [Candidate Name]=&lt;SPAN style="color: #ff0000;"&gt;{"=Len(Trim([Candidate Name])) = 0"}&amp;gt;}&lt;/SPAN&gt;Spec)&lt;/STRONG&gt;&lt;/SPAN&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;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Count(DISTINCT{$&amp;lt;[Closing date]={"&amp;lt;=$(=Today(2))"} and [Candidate Name]=&lt;SPAN style="color: #ff0000;"&gt;{"=IsNull([Candidate Name])"}&amp;gt;}&lt;/SPAN&gt;Spec)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2015 12:23:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-11-18T12:23:25Z</dc:date>
    <item>
      <title>Null in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930291#M954206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(DISTINCT{$&amp;lt;[Closing date]={"&amp;lt;=$(=Today(2))"} and [Candidate Name]={"null()"}&amp;gt;}Spec)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write a code that will return number of specs where closing date is less than today and candidate name in empty,but the code above has errors,&lt;/P&gt;&lt;P&gt;Please advise how do i do it.&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Priscilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 12:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930291#M954206</guid>
      <dc:creator />
      <dc:date>2015-11-18T12:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Null in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930292#M954207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Count(DISTINCT{$&amp;lt;[Closing date]={"&amp;lt;=$(=Today(2))"} and [Candidate Name]=&lt;SPAN style="color: #ff0000;"&gt;{"=Len(Trim([Candidate Name])) = 0"}&amp;gt;}&lt;/SPAN&gt;Spec)&lt;/STRONG&gt;&lt;/SPAN&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;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Count(DISTINCT{$&amp;lt;[Closing date]={"&amp;lt;=$(=Today(2))"} and [Candidate Name]=&lt;SPAN style="color: #ff0000;"&gt;{"=IsNull([Candidate Name])"}&amp;gt;}&lt;/SPAN&gt;Spec)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 12:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930292#M954207</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-18T12:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Null in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930293#M954208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't select nulls. The best you can try is inversing a selection of anything not null:&lt;/P&gt;&lt;P&gt;=Count(DISTINCT{$&amp;lt;[Closing date]={"&amp;lt;=$(=Today(2))"} and [Candidate Name]=-{"*"}&amp;gt;}Spec).&lt;/P&gt;&lt;P&gt;But a better solution is to replace nulls with real values. See this document for more information:&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 12:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930293#M954208</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-11-18T12:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Null in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930294#M954209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or May be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Count(DISTINCT{$&amp;lt;[Closing date]={"&amp;lt;=$(=Today(2))"}&lt;STRONG&gt;,[Candidate Name]-={"*"}&lt;/STRONG&gt;&amp;gt;}Spec)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 12:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930294#M954209</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-18T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Null in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930295#M954210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I did try this code but the and operator make the code to have an error, and I tried to remove the and operator and put a coma separator,but is is returning wrong results, it return 0,i want to see specs that are not submitted and for me to see that it is when the candidate Name field is emply,so i am counting empty field on my spred sheet&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 13:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930295#M954210</guid>
      <dc:creator />
      <dc:date>2015-11-18T13:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Null in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930296#M954211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the - operator makes this code to have an error but when i remove it,it only counts the number of empty cell on candidate name from the spread sheet not where the dates is less than today&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 13:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-in-set-analysis/m-p/930296#M954211</guid>
      <dc:creator />
      <dc:date>2015-11-18T13:10:13Z</dc:date>
    </item>
  </channel>
</rss>

