<?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 How to use isnull() in Set Analysis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174964#M43588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, John&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;sum(&lt;STRONG&gt;{$&amp;lt;[Department]={"=Len(Department) = 0"}&amp;gt;}&lt;/STRONG&gt; Sales)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;sum(&lt;STRONG&gt;{$&amp;lt;[Department]={""}&amp;gt;}&lt;/STRONG&gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, for you task it will be like this:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[Department]={"=Len(Department) &lt;STRONG&gt;&amp;gt; 0&lt;/STRONG&gt;"}&amp;gt;} &lt;STRONG&gt;&lt;/STRONG&gt; Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 09:26:51 GMT</pubDate>
    <dc:creator>sparur</dc:creator>
    <dc:date>2011-01-19T09:26:51Z</dc:date>
    <item>
      <title>How to use isnull() in Set Analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174961#M43585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use "sum(if(isnull(Department)=0,Sales))", but how can I achieve by useing &lt;STRONG&gt;Set Analysis&lt;/STRONG&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 06:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174961#M43585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-19T06:11:41Z</dc:date>
    </item>
    <item>
      <title>How to use isnull() in Set Analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174962#M43586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;You check the null condition in script. This will make the expression easy at reporting level.&lt;/P&gt;&lt;P&gt;If(isnull(Fieldname) =-1,'Y','N') as Indicator&lt;/P&gt;&lt;P&gt;at expr:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Indicator ={"Y"}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 07:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174962#M43586</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-01-19T07:37:28Z</dc:date>
    </item>
    <item>
      <title>How to use isnull() in Set Analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174963#M43587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Deepak Kurup, but how can you achieve it without creating a new field "Indicator"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 08:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174963#M43587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-19T08:33:01Z</dc:date>
    </item>
    <item>
      <title>How to use isnull() in Set Analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174964#M43588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, John&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;sum(&lt;STRONG&gt;{$&amp;lt;[Department]={"=Len(Department) = 0"}&amp;gt;}&lt;/STRONG&gt; Sales)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;sum(&lt;STRONG&gt;{$&amp;lt;[Department]={""}&amp;gt;}&lt;/STRONG&gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, for you task it will be like this:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[Department]={"=Len(Department) &lt;STRONG&gt;&amp;gt; 0&lt;/STRONG&gt;"}&amp;gt;} &lt;STRONG&gt;&lt;/STRONG&gt; Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 09:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174964#M43588</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2011-01-19T09:26:51Z</dc:date>
    </item>
    <item>
      <title>How to use isnull() in Set Analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174965#M43589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, &lt;STRONG&gt;sqarur.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 10:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174965#M43589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-19T10:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use isnull() in Set Analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174966#M43590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the Len function only works when your value is not really a null, but an empty string.&lt;/P&gt;&lt;P&gt;The difference is subtle,&amp;nbsp; but there IS a difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 14:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-isnull-in-Set-Analysis/m-p/174966#M43590</guid>
      <dc:creator />
      <dc:date>2011-12-14T14:43:56Z</dc:date>
    </item>
  </channel>
</rss>

