<?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: Is Null with Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-Null-with-Set-Analysis/m-p/1020918#M345414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 16:54:57 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-15T16:54:57Z</dc:date>
    <item>
      <title>Is Null with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Is-Null-with-Set-Analysis/m-p/1020915#M345411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am using the following expression but it does not provide any result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;round(count({$&amp;lt;Region ={'(=isnull())'} &amp;gt;} distinct EmpNo) / count({$&amp;lt;EmpNo &amp;gt;} distinct EmpNo),0.01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I use a if statement the it does, but need to use set analysis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(DISTINCT(if(isnull(Region)=-1, EmpNo, null())))/count(DISTINCT(EmpNo))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-Null-with-Set-Analysis/m-p/1020915#M345411</guid>
      <dc:creator>jagjivvt</dc:creator>
      <dc:date>2016-02-12T11:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is Null with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Is-Null-with-Set-Analysis/m-p/1020916#M345412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&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;STRONG&gt;Round(Count({$&amp;lt;Region ={"=IsNull(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Region&lt;/SPAN&gt;)"} &amp;gt;} Distinct EmpNo) / count({$&amp;lt;EmpNo &amp;gt;} Distinct EmpNo), 0.01)&lt;/STRONG&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;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;or&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;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Round(Count({$&amp;lt;Region ={"=Len(Trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Region&lt;/SPAN&gt;)) = 0"} &amp;gt;} Distinct EmpNo) / count({$&amp;lt;EmpNo &amp;gt;} Distinct EmpNo), 0.01)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 17:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-Null-with-Set-Analysis/m-p/1020916#M345412</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-12T17:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is Null with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Is-Null-with-Set-Analysis/m-p/1020917#M345413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, but none of them give any result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 09:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-Null-with-Set-Analysis/m-p/1020917#M345413</guid>
      <dc:creator>jagjivvt</dc:creator>
      <dc:date>2016-02-15T09:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is Null with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Is-Null-with-Set-Analysis/m-p/1020918#M345414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 16:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-Null-with-Set-Analysis/m-p/1020918#M345414</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-15T16:54:57Z</dc:date>
    </item>
  </channel>
</rss>

