<?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 Set Analysis for Null and Not Null Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922102#M469005</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;I'm trying to create a text object indicating the number of unassigned, open tickets. When I try to use this formula, I think that the $- part of the set analysis is applying to both conditions that I've set, because the number is wildly inaccurate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$-&amp;lt;actorname={'*'}, Status={'Open'}&amp;gt;} RequestID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way I tried to do this was by subtracting the number of tickets with an open and not null actorname value from the total count of open tickets, but when I validated my data, I found that it wasn't working either. For that, I used this formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Status={'Open'}&amp;gt;} RequestID)-count({&amp;lt;actorname={'*'}, Status={'Open'}&amp;gt;} RequestID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Is there a way to get the count of tickets with null actorname values which also have a status of 'Open'? &lt;/SPAN&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>Thu, 30 Jul 2015 12:48:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-30T12:48:51Z</dc:date>
    <item>
      <title>Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922102#M469005</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;I'm trying to create a text object indicating the number of unassigned, open tickets. When I try to use this formula, I think that the $- part of the set analysis is applying to both conditions that I've set, because the number is wildly inaccurate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$-&amp;lt;actorname={'*'}, Status={'Open'}&amp;gt;} RequestID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way I tried to do this was by subtracting the number of tickets with an open and not null actorname value from the total count of open tickets, but when I validated my data, I found that it wasn't working either. For that, I used this formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Status={'Open'}&amp;gt;} RequestID)-count({&amp;lt;actorname={'*'}, Status={'Open'}&amp;gt;} RequestID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Is there a way to get the count of tickets with null actorname values which also have a status of 'Open'? &lt;/SPAN&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>Thu, 30 Jul 2015 12:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922102#M469005</guid>
      <dc:creator />
      <dc:date>2015-07-30T12:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922103#M469006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Count({&amp;lt;actorname-={*},Status={'Open'}&amp;gt;} RequestID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 12:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922103#M469006</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-07-30T12:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922104#M469007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=count({$-&amp;lt;actorname={'*'}&amp;gt; * &amp;lt;Status={'Open'}&amp;gt;} RequestID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 12:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922104#M469007</guid>
      <dc:creator />
      <dc:date>2015-07-30T12:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922105#M469008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;=if(isnull(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;actorname),count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Status={'Open'}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RequestID))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 12:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922105#M469008</guid>
      <dc:creator />
      <dc:date>2015-07-30T12:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922106#M469009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I do this I get the same result as I did for the (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;count({$-&amp;lt;actorname={'*'}, Status={'Open'}&amp;gt;} RequestID)) formula I tried earlier.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 12:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922106#M469009</guid>
      <dc:creator />
      <dc:date>2015-07-30T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922107#M469010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This formula gives me a result of 0. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 12:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922107#M469010</guid>
      <dc:creator />
      <dc:date>2015-07-30T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922108#M469011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, I forgot ')' at end of expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922108#M469011</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-07-30T13:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922109#M469012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may be not having exactly null in your data base some time its blank. use len() function .&lt;/P&gt;&lt;P&gt;So use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(len(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;actorname)&amp;gt;0,count({$&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Status={'Open'}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;RequestID))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922109#M469012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-30T13:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922110#M469013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is returning the total number of open tickets, but I don't think the null actor value is narrowing it down any further. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922110#M469013</guid>
      <dc:creator />
      <dc:date>2015-07-30T13:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922111#M469014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well nulls will never be part of the current selection, so you needs something like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count({1&amp;lt;actorname -= {'*'}, Status={'Open'}&amp;gt;} RequestID)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;or this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-decoration: line-through;"&gt;=count({1&amp;lt;actorname -= {'*'}&amp;gt; * $&amp;lt;Status={'Open'}&amp;gt;} RequestID)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these do not work, I suggest you post your application or at least a sample&amp;nbsp; illustrating the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922111#M469014</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-30T13:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922112#M469015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count({&amp;lt;actorname-={"''"},Status={'Open'}&amp;gt;} RequestID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Count({&amp;lt;actorname-={"'-'"},Status={'Open'}&amp;gt;} RequestID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922112#M469015</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-30T13:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922113#M469016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can try using NullAsValue in your script as represented in the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JV !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922113#M469016</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2015-07-30T13:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922114#M469017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922114#M469017</guid>
      <dc:creator />
      <dc:date>2015-07-30T13:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922115#M469018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({1&amp;lt;actorname={"$(Null())"},Status={'Open'}&amp;gt;} RequestID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922115#M469018</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-30T13:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Null and Not Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922116#M469019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is working in QV 12, not in QV 11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 08:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Null-and-Not-Null-Values/m-p/922116#M469019</guid>
      <dc:creator>anilmahanty</dc:creator>
      <dc:date>2016-11-14T08:00:56Z</dc:date>
    </item>
  </channel>
</rss>

