<?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 Selecting Null Values in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-Null-Values-in-Set-Analysis/m-p/160391#M34683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying get the amend the expression below to also select records where Cancelled_Date is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;=Sum&lt;/B&gt;({&amp;lt;&lt;B&gt;[Cancelled_Date]&lt;/B&gt;={&lt;B&gt;"&amp;gt;$(=getfieldselections(Period))"&lt;/B&gt;}&amp;gt;}&lt;B&gt;[Contract_Fee]&lt;/B&gt;) &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2009 21:00:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-20T21:00:25Z</dc:date>
    <item>
      <title>Selecting Null Values in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Null-Values-in-Set-Analysis/m-p/160391#M34683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying get the amend the expression below to also select records where Cancelled_Date is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;=Sum&lt;/B&gt;({&amp;lt;&lt;B&gt;[Cancelled_Date]&lt;/B&gt;={&lt;B&gt;"&amp;gt;$(=getfieldselections(Period))"&lt;/B&gt;}&amp;gt;}&lt;B&gt;[Contract_Fee]&lt;/B&gt;) &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 21:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Null-Values-in-Set-Analysis/m-p/160391#M34683</guid>
      <dc:creator />
      <dc:date>2009-11-20T21:00:25Z</dc:date>
    </item>
    <item>
      <title>Selecting Null Values in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Null-Values-in-Set-Analysis/m-p/160392#M34684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If so, you should be able to use Null() for that. It returns null.&lt;/P&gt;&lt;P&gt;Or IsNULL() which returns a boolean on checking if some expression returns null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Null() like this: IF ([Cancelled_Date]=Null(), ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 21:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Null-Values-in-Set-Analysis/m-p/160392#M34684</guid>
      <dc:creator />
      <dc:date>2009-11-20T21:03:53Z</dc:date>
    </item>
    <item>
      <title>Selecting Null Values in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Null-Values-in-Set-Analysis/m-p/160393#M34685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get results where Cancelled Date is null by using:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt;[Cancelled_Date]={""}&amp;gt;}[Contract_Fee])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;To get both, I think you can use:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt;[Cancelled_Date]={"&amp;gt;$(=getfieldselections(Period))", ""}&amp;gt;}[Contract_Fee])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I tried it on a simpler Set Modifier and it worked, but I've never used that in practice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 21:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Null-Values-in-Set-Analysis/m-p/160393#M34685</guid>
      <dc:creator />
      <dc:date>2009-11-20T21:41:26Z</dc:date>
    </item>
    <item>
      <title>Selecting Null Values in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Null-Values-in-Set-Analysis/m-p/160394#M34686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried a few different ways with no luck so I am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;Sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;({1-$&amp;lt;&lt;B&gt;[Cancelled_Date]&lt;/B&gt;={&lt;B&gt;"&amp;lt;$(=getfieldselections(Period))"&lt;/B&gt;}&amp;gt;}&lt;B&gt;[Contract_Fee]&lt;/B&gt;)&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2009 00:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Null-Values-in-Set-Analysis/m-p/160394#M34686</guid>
      <dc:creator />
      <dc:date>2009-11-21T00:19:52Z</dc:date>
    </item>
  </channel>
</rss>

