<?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: Null value in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221679#M860218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Working...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2017 06:55:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-24T06:55:41Z</dc:date>
    <item>
      <title>Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221677#M860216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know the sales values when Top BU is null. I tried the below expression but it is not working.&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Top BU]={"$(=IsNull([Top BU]))"}&amp;gt;}Sales).&lt;/P&gt;&lt;P&gt;I would like to have your suggestions to correct my expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221677#M860216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221678#M860217</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;sum({&amp;lt;[Top BU]={""}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 06:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221678#M860217</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2017-01-24T06:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221679#M860218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Working...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 06:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221679#M860218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-24T06:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221680#M860219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({$-&amp;lt;[Top BU]={'*'}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 06:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221680#M860219</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-24T06:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221681#M860220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think above will give sales where top bu is not null. But I am looking for Sales when Top BU is NULL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 07:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221681#M860220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-24T07:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221682#M860221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you share sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 07:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221682#M860221</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-24T07:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221683#M860222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="196"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;Top BU&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;SEC&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;625000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;EM&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;164000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;262400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1000000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;55200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;250000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;API&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;115000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;138000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;API&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;291666.66&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;350000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;API&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0.83&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I exported, null values are replaced with '-'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 07:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221683#M860222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-24T07:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221684#M860223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(IsNull([Top BU]) or Len(Trim(Replace([Top BU],'-','')))=0, Null(), [Top BU]) as [Top BU],&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(IsNull([Top BU]) or Len(Trim(Replace([Top BU],'-','')))=0, 1,0) as TopBUNullFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Top BU, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; SEC, 625000&lt;/P&gt;&lt;P&gt;&amp;nbsp; -, 1000000&lt;/P&gt;&lt;P&gt;&amp;nbsp; EM, 164000&lt;/P&gt;&lt;P&gt;&amp;nbsp; -, 262400&lt;/P&gt;&lt;P&gt;&amp;nbsp; -, 1000000&lt;/P&gt;&lt;P&gt;&amp;nbsp; -, 55200&lt;/P&gt;&lt;P&gt;&amp;nbsp; -, 250000&lt;/P&gt;&lt;P&gt;&amp;nbsp; API, 115000&lt;/P&gt;&lt;P&gt;&amp;nbsp; -, 138000&lt;/P&gt;&lt;P&gt;&amp;nbsp; API, 291666.66&lt;/P&gt;&lt;P&gt;&amp;nbsp; -, 350000&lt;/P&gt;&lt;P&gt;&amp;nbsp; API, 0.83&lt;/P&gt;&lt;P&gt;&amp;nbsp; -, 1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use as below&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;TopBUNullFlag = {1}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 07:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221684#M860223</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-24T07:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221685#M860224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want to change anything in script then use as below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SUM({1-&amp;lt;[Top BU] = {'*'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 07:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221685#M860224</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-24T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221686#M860225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me this is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Top -= {"-"}&amp;gt;}[BU Sales]) // - and = is there&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150614_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 07:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221686#M860225</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-24T07:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221687#M860226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Anil's answer is correct. Note the "-" after $.&amp;nbsp; See also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 07:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221687#M860226</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-01-24T07:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221688#M860227</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;/P&gt;&lt;P&gt;sum({&amp;lt;[Top BU] ={'=$(=len([Top BU])=0)'}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 07:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221688#M860227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-24T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221689#M860228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think suggestions from AMnish Kachhia, rgv rand , Anil Babu should be worked.&lt;/P&gt;&lt;P&gt;But they did not work for me, not sure maybe because of the model I have.&lt;/P&gt;&lt;P&gt;Good article to know about the 'NULL'.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I solved my problem by adding the below calculated dimension without changing anything in the expression.&lt;/P&gt;&lt;P&gt;if(IsNull([Top BU]),'Yes'), and checked the option "Suppress when value is NULL"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 05:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/1221689#M860228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-25T05:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Null value in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/2522585#M1226593</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I hope this follow-up will be useful for other readers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Having a similar problem, I noticed that&lt;BR /&gt;the complement to &lt;SPAN&gt;Sum({$&amp;lt;[Top BU]&amp;nbsp;&lt;STRONG&gt;=&amp;nbsp;&lt;/STRONG&gt;{"*"}, ...&amp;gt;}Sales)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;is not&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Sum({$&amp;lt;[Top BU]&amp;nbsp;&lt;STRONG&gt;-=&amp;nbsp;&lt;/STRONG&gt;{"*"}, ...&amp;gt;}Sales) as I have read in this forum somewhere.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Your solution is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Sum({$&lt;STRONG&gt;-&lt;/STRONG&gt;&amp;lt;[Top BU]&amp;nbsp;={"*"}&amp;gt;}Sales). This already helped me. Thanks!&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Alternatively, the less elegant expression&lt;BR /&gt;Sum({$&amp;lt;ID=E({&amp;lt;[Top BU]={"*"}&amp;gt;} ID), ...&amp;gt;} Sales) works as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To combine this with my extra conditions, I wrote&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Sum({$&amp;lt;...&amp;gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&amp;lt;[Top BU]&amp;nbsp;={"*"}&amp;gt;}Sales).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 13:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value-in-set-analysis/m-p/2522585#M1226593</guid>
      <dc:creator>Gaël</dc:creator>
      <dc:date>2025-06-27T13:16:38Z</dc:date>
    </item>
  </channel>
</rss>

