<?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 use Isnull() function in Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2237#M325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If A and B are associate each then, Try this? Or post sample to test&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;B = {"=Null()"}&amp;gt;} A)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2018 11:08:05 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-01-17T11:08:05Z</dc:date>
    <item>
      <title>How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2230#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we implement Isnull() function in Set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2230#M318</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2018-01-17T10:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2231#M319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like 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;sum({&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;($ -&amp;lt;Code={'*'}&amp;gt;) &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2231#M319</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2018-01-17T10:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2232#M320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you want to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you can somethink like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;qty={"*"}&amp;gt;}checknum)&lt;/P&gt;&lt;P&gt;-&amp;gt; this will Count everything that is not null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;qty-={"*"}&amp;gt;}checknum)&lt;/P&gt;&lt;P&gt;-&amp;gt; this will Count everything that is null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2232#M320</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2018-01-17T10:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2233#M321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://qlikviewtips.wordpress.com/2013/11/19/how-to-handle-null-values%E2%80%8B%E2%80%8B-ands-and-ors-in-set-analysis/" title="https://qlikviewtips.wordpress.com/2013/11/19/how-to-handle-null-values%E2%80%8B%E2%80%8B-ands-and-ors-in-set-analysis/"&gt;How to handle NULL values​​, ANDs and ORs in SET ANALYSIS: | QlikView Help, Tips &amp;amp; Hints&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2233#M321</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2018-01-17T10:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2234#M322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;field1&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;-={"*"}&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;} field2)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2234#M322</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2018-01-17T10:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2235#M323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=&lt;STRONG&gt;sum({&amp;lt;DimensionField-={*}&amp;gt;} FactField)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2235#M323</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2018-01-17T10:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2236#M324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry guys. But Nothing is working out. I am explaining more with example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want count of A where B is null. So I am using below formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;B-={"*"}&amp;gt;}A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 11:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2236#M324</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2018-01-17T11:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2237#M325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If A and B are associate each then, Try this? Or post sample to test&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;B = {"=Null()"}&amp;gt;} A)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 11:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2237#M325</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-17T11:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2238#M326</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 don't think that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({$&amp;lt;qty-={"*"}&amp;gt;}checknum) gives the correct results since nulls cannot be selected. Something like this will have to be used and seemed to work in a simple example application:&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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count( {$-&amp;lt;qty={"*"}&amp;gt;} checknum)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-Teemu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 11:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2238#M326</guid>
      <dc:creator>teempi</dc:creator>
      <dc:date>2018-01-17T11:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2239#M327</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;Try this: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({$-&amp;lt;B={"*"}&amp;gt;}A)&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;-Teemu&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 11:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2239#M327</guid>
      <dc:creator>teempi</dc:creator>
      <dc:date>2018-01-17T11:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2240#M328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I want count of B where A is null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 13:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2240#M328</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2018-01-17T13:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2241#M329</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;&lt;STRONG&gt;Count({&amp;lt;B={"=(len(trim(B))=0)"}&amp;gt;}A)&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;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;OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Count(DISTINCT {&amp;lt;B={"=(len(trim(B))=0)"}&amp;gt;}A)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 13:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2241#M329</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-17T13:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2242#M330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like, This is working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(If(Len(A)=0,B))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 13:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2242#M330</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-17T13:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2243#M331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Anil, It is working fine..Thanks for your quick reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 14:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2243#M331</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2018-01-17T14:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2244#M332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This didn't work ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 14:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2244#M332</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-17T14:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2245#M333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil, How can we use it in set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 14:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2245#M333</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2018-01-17T14:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2246#M334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;A = {"=Len(A)=0"}&amp;gt;} B)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 14:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2246#M334</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-17T14:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2247#M335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Anil. Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 14:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/2247#M335</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2018-01-17T14:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/1725651#M452009</link>
      <description>&lt;P&gt;I don't think this is working, as how can we compare value of A with a condition equaling length of that field =0. if we have below example values of table:&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;100&lt;BR /&gt;NULL 200&lt;BR /&gt;Then how can we do this set analysis when A=&amp;nbsp;&lt;STRONG&gt;{"=Len(A)=0"}&amp;gt;}.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 10:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/1725651#M452009</guid>
      <dc:creator>MohitSharma3110</dc:creator>
      <dc:date>2020-07-07T10:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Isnull() function in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/1749666#M453523</link>
      <description>&lt;P&gt;Count ( { $ - &amp;lt; B ={"*"} &amp;gt; } A)&lt;BR /&gt;Is the correct solution.&lt;BR /&gt;Take everything and subtract the non-null() values, and your result is only the isnull() values.&lt;/P&gt;&lt;P&gt;Credits to teempi !&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 15:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Isnull-function-in-Set-analysis/m-p/1749666#M453523</guid>
      <dc:creator>john_oll</dc:creator>
      <dc:date>2020-10-05T15:07:30Z</dc:date>
    </item>
  </channel>
</rss>

