<?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: Set Analysis include Null Values only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579261#M739637</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;None of these Expressions work? Thy all come back with 0.&lt;/P&gt;</description>
    <pubDate>Sun, 12 May 2019 18:19:10 GMT</pubDate>
    <dc:creator>ivandrago</dc:creator>
    <dc:date>2019-05-12T18:19:10Z</dc:date>
    <item>
      <title>Set Analysis include Null Values only</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579255#M739630</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the attached Document, I want to Count the number of Id's where Status = Active and CompletedDate = NULL&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579255#M739630</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis include Null Values only</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579256#M739631</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of&amp;nbsp; -&amp;nbsp; count( {$&amp;lt;[Status]={'Active'} &amp;gt;} [ID] )&amp;nbsp;&lt;/P&gt;&lt;P&gt;change the expression to -&amp;nbsp; sum( {$&amp;lt;[Status]={'Active'} &amp;gt;} if(IsNull(CompletedDate),1,0) ).&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2019 17:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579256#M739631</guid>
      <dc:creator>eliko_il</dc:creator>
      <dc:date>2019-05-12T17:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis include Null Values only</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579258#M739633</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for this, yes, this seems to be returning the correct result but is there another way without using the IF statement as when there is a Large Dataset the calculation will be slower; I did see the functions P() and E() but unsure if this will work,&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2019 18:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579258#M739633</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2019-05-12T18:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis include Null Values only</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579259#M739634</link>
      <description>&lt;P&gt;Either one of the below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count( {$&amp;lt;[Status]={'Active'}, CompletedDate={"=Len(CompletedDate)=0"} &amp;gt;} [ID] )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count( {$&amp;lt;[Status]={'Active'}, CompletedDate={"=IsNull(CompletedDate)"} &amp;gt;} [ID] )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count( {$&amp;lt;[Status]={'Active'}, CompletedDate={"=Null()"} &amp;gt;} [ID] )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count( {$&amp;lt;[Status]={'Active'}, CompletedDate&lt;FONT face="arial,helvetica,sans-serif" size="5" color="#FF0000"&gt;-&lt;/FONT&gt;={"=Len(CompletedDate)&amp;gt;0"} &amp;gt;} [ID] )&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2019 18:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579259#M739634</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-05-12T18:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis include Null Values only</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579260#M739636</link>
      <description>Maybe the following expression solves your problem.&lt;BR /&gt;&lt;BR /&gt;=count( {$&amp;lt;&lt;BR /&gt;[Status]={'Active'} ,&lt;BR /&gt;ID = E({&amp;lt;CompletedDate={"*"}&amp;gt;})&lt;BR /&gt;&amp;gt;} [ID] )</description>
      <pubDate>Sun, 12 May 2019 18:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579260#M739636</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-05-12T18:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis include Null Values only</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579261#M739637</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;None of these Expressions work? Thy all come back with 0.&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2019 18:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579261#M739637</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2019-05-12T18:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis include Null Values only</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579262#M739638</link>
      <description>Another solution would be to load null as value during script execution.&lt;BR /&gt;&lt;BR /&gt;In the load script&lt;BR /&gt;NullAsValue CompletedDate;&lt;BR /&gt;Set NullValue = 'NULL';&lt;BR /&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;ID,&lt;BR /&gt;CompletedDate,&lt;BR /&gt;Status,&lt;BR /&gt;...&lt;BR /&gt;FROM source;&lt;BR /&gt;&lt;BR /&gt;In the expression:&lt;BR /&gt;=count( {$&amp;lt;&lt;BR /&gt;[Status]={'Active'} ,&lt;BR /&gt;CompletedDate={'NULL'}&lt;BR /&gt;&amp;gt;} [ID] )</description>
      <pubDate>Sun, 12 May 2019 18:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/1579262#M739638</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-05-12T18:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis include Null Values only</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/2050573#M1222991</link>
      <description>&lt;P&gt;Sorry this is years later, but can you explain why this part of the formula works?&amp;nbsp;ID = E({&amp;lt;CompletedDate={"*"}&lt;/P&gt;
&lt;P&gt;I would think that using * excludes where the completed date has any value (or isn't null).&lt;/P&gt;
&lt;P&gt;I am trying to count how many interviews result in offers extended to candidates, and my formula works (thanks to you!), but I don't understand why it does:&lt;/P&gt;
&lt;P&gt;Count({$&amp;lt;[DateType]={'Interview'},[Offer Extended]=E({"[Offer Extended]={"*"}"})&amp;gt;}[Requisition ID])&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 15:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/2050573#M1222991</guid>
      <dc:creator>nicanova</dc:creator>
      <dc:date>2023-03-17T15:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis include Null Values only</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/2050650#M1222992</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/180668"&gt;@nicanova&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;An asterisk (*) will return characters (including spaces) except null.&lt;/P&gt;
&lt;P&gt;This expression with E() would exclude the Offer Extended field values. It could therefore be interpreted as candidates who did not receive offers.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 08:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-include-Null-Values-only/m-p/2050650#M1222992</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-03-22T08:25:18Z</dc:date>
    </item>
  </channel>
</rss>

