<?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: check for isNull(field1) or isNull(field2) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-check-for-isNull-field1-or-isNull-field2/m-p/318849#M117522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The heck with set analysis for this one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(if(not IsNull(DisconnectDate) or&amp;nbsp; not IsNull(VASEndDate), AcctNo))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2011 00:39:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-22T00:39:24Z</dc:date>
    <item>
      <title>Set Analysis: check for isNull(field1) or isNull(field2)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-check-for-isNull-field1-or-isNull-field2/m-p/318848#M117521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set analysis is still a mystery for me.&amp;nbsp; I am trying to count the records in a table when either VASEndDate is null or when DisconnectDate is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get one or the other with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt; VASEndDate = {"=Len(VASEndDate) &amp;gt; 0"} &amp;gt;} AcctNo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot determine how to 'or' them together.&amp;nbsp; I found a post that just listed the second filed inside the &amp;lt;&amp;gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt; VASEndDate = {"=Len(VASEndDate) &amp;gt; 0"} DisconnectDate= {"=Len(DisconnectDate) &amp;gt; 0"}&amp;gt;} AcctNo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, is Len()&amp;gt;0 the best way to look for Nulls?&amp;nbsp; It seems to work, but it bothers me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 00:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-check-for-isNull-field1-or-isNull-field2/m-p/318848#M117521</guid>
      <dc:creator />
      <dc:date>2011-12-22T00:25:44Z</dc:date>
    </item>
    <item>
      <title>Set Analysis: check for isNull(field1) or isNull(field2)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-check-for-isNull-field1-or-isNull-field2/m-p/318849#M117522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The heck with set analysis for this one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(if(not IsNull(DisconnectDate) or&amp;nbsp; not IsNull(VASEndDate), AcctNo))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 00:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-check-for-isNull-field1-or-isNull-field2/m-p/318849#M117522</guid>
      <dc:creator />
      <dc:date>2011-12-22T00:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: check for isNull(field1) or isNull(field2)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-check-for-isNull-field1-or-isNull-field2/m-p/318850#M117523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Check if the below expression helps you.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Count({$&amp;lt; VASEndDate = {"=Len(VASEndDate) &amp;gt; 0"}&amp;gt; * &amp;lt;DisconnectDate= {"=Len(DisconnectDate) &amp;gt; 0"}&amp;gt;} AcctNo)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Check the attached application for sample.&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-Sridhar&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 05:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-check-for-isNull-field1-or-isNull-field2/m-p/318850#M117523</guid>
      <dc:creator>sridhar240784</dc:creator>
      <dc:date>2011-12-22T05:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: check for isNull(field1) or isNull(field2)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-check-for-isNull-field1-or-isNull-field2/m-p/318851#M117524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try this also&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Count(if(IsNull(DisconnectDate)='-1' or&amp;nbsp;&amp;nbsp; IsNull(VASEndDate)='-1', AcctNo))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;thanks&amp;amp;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;rohit&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 06:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-check-for-isNull-field1-or-isNull-field2/m-p/318851#M117524</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2011-12-22T06:13:23Z</dc:date>
    </item>
    <item>
      <title>Set Analysis: check for isNull(field1) or isNull(field2)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-check-for-isNull-field1-or-isNull-field2/m-p/318852#M117525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Correct me if wrong, but I think using "LEN() &amp;gt; 0" would mean it is NOT Null and "= 0" or "&amp;lt; 1" would indicate Null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 12:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-check-for-isNull-field1-or-isNull-field2/m-p/318852#M117525</guid>
      <dc:creator />
      <dc:date>2012-05-03T12:50:57Z</dc:date>
    </item>
  </channel>
</rss>

