<?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: How to include and exclude null values using SET Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867765#M303552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramon, i tried your expn; result was 0. so I added minus &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt; infront of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;{"=nullcount(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;ImportID&lt;/SPAN&gt;)=0"} it gave me&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;IMG alt="warr_SID_Ramon.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89002_warr_SID_Ramon.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;it is missing XYZ002. otherwise it would have been the correct ansswer. because the task is to have those records with Created status, include if Cust_demand is NOT null, include if ImportID IS null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2015 21:05:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-10T21:05:30Z</dc:date>
    <item>
      <title>How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867757#M303544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="exclude_warr_SID.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88992_exclude_warr_SID.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirements: count distinct ProductID for below condition&lt;/P&gt;&lt;P&gt;1) include only Created status&lt;/P&gt;&lt;P&gt;2) include only when Customer_demand is not null&lt;/P&gt;&lt;P&gt;3) exclude when ImportID is not null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 17:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867757#M303544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T17:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867758#M303545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the IF expression as below and it seems to be working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count (DISTINCT if( Status='created' and&amp;nbsp; not isnull(Customer_demand) and isnull (ImportID), ProductID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would like set analysis to do this. with above statement,&amp;nbsp; i am not comfortable with isnull (ImportID) part very much, because it will include all records where ImportID is a null value. Please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 18:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867758#M303545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T18:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867759#M303546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this post has a couple of examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/docs/DOC-3155/version/7" title="https://community.qlikview.com/docs/DOC-3155/version/7"&gt;https://community.qlikview.com/docs/DOC-3155/version/7&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; I normally use nullcount &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=avg({&amp;lt;AQ={"=nullcount(TARGET)=0"}&amp;gt;}TARGET)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 18:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867759#M303546</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-10T18:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867760#M303547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this: count(distinct{&amp;lt;status={"created"}, Customer_demand={*}-{},ImportID={*}-{}&amp;gt;} ProductID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 18:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867760#M303547</guid>
      <dc:creator />
      <dc:date>2015-06-10T18:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867761#M303548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramon, i did not understand avg and TARGET in your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uday, your expression did not work. this is what i got:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="warr_SIDpart2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88998_warr_SIDpart2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 18:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867761#M303548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T18:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867762#M303549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;try like this: count(distinct{&amp;lt;status={"created"}, Customer_demand={*}-{},ImportID={}-{*}&amp;gt;} ProductID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 19:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867762#M303549</guid>
      <dc:creator />
      <dc:date>2015-06-10T19:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867763#M303550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that was just an example of what I have used before, try with this expresion&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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(distinct{&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;status={"created"}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProductID = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{"=nullcount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customer_demand&lt;/SPAN&gt;)=0"} &amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;status={"created"}, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProductID = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{"=nullcount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ImportID&lt;/SPAN&gt;)=0"} &amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProductID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 19:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867763#M303550</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-10T19:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867764#M303551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count(distinct{&amp;lt;Status={created}&amp;gt;*&amp;lt;Customer_demand={"*"}&amp;gt;*-&amp;lt;ImportID={"*"}&amp;gt;} ProductID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89003_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 20:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867764#M303551</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-10T20:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867765#M303552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramon, i tried your expn; result was 0. so I added minus &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt; infront of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;{"=nullcount(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;ImportID&lt;/SPAN&gt;)=0"} it gave me&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;IMG alt="warr_SID_Ramon.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89002_warr_SID_Ramon.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;it is missing XYZ002. otherwise it would have been the correct ansswer. because the task is to have those records with Created status, include if Cust_demand is NOT null, include if ImportID IS null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 21:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867765#M303552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T21:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867766#M303553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Massimo, you nailed it. That was the answer. I have broken down the expn to understand your key.&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;SPAN style="text-decoration: underline;"&gt;count(distinct{&amp;lt;Status={created}&amp;gt;&lt;/SPAN&gt; : this part I get it. Clear&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;SPAN style="text-decoration: underline;"&gt;*&amp;lt;Customer_demand={"*"}&amp;gt;*&lt;/SPAN&gt; : here, by {'*'}, you mean include all non-null values for Cust_demand..?? what do ** mean at either ends..?&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;SPAN style="text-decoration: underline;"&gt;-&amp;lt;ImportID={"*"}&amp;gt;} ProductID)&lt;/SPAN&gt; : here I understand that u r doing opposite of Cust_demand, becoz we want to count null values. but there is no ** on either sides. please explain&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 21:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867766#M303553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T21:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867767#M303554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;intersection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89004_1.png" style="height: 239px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 21:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867767#M303554</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-10T21:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867768#M303555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please close the discussion if you get the answer (mark helpful and correct...., there are already so many open thread); thanks and good qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 21:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867768#M303555</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-10T21:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to include and exclude null values using SET Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867769#M303556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="massimo_warr_SID.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89006_massimo_warr_SID.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if Class 3,6 and 7 is to be excluded, is this the correct expn:&lt;/P&gt;&lt;P&gt;count(distinct{&amp;lt;Status={'created'}&amp;gt; *&amp;lt;Class=-{'3','6','7'}&amp;gt;* &amp;lt;Customer_demand={'*'}&amp;gt; *&amp;nbsp; -&amp;lt;ImportID={'*'}&amp;gt;}ProductID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this expn is working in this app but when I tried to apply the same logic in my other app, the count was 0. I was curious if you see any thing not right in here,&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, 10 Jun 2015 21:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-include-and-exclude-null-values-using-SET-Analysis/m-p/867769#M303556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T21:59:37Z</dc:date>
    </item>
  </channel>
</rss>

