<?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 syntax for excluding nulls in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113644#M902351</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 got a pivot that sums total spend amount for various FY and I would like to exclude nulls from Sub Rollup without adding this field as dimension. Is this the correct syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130552_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Set Analysis syntax for excluding nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113644#M902351</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 got a pivot that sums total spend amount for various FY and I would like to exclude nulls from Sub Rollup without adding this field as dimension. Is this the correct syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130552_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&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/Set-Analysis-syntax-for-excluding-nulls/m-p/1113644#M902351</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis syntax for excluding nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113645#M902352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it true null or does it says NULL? For true null, try one of these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;DRVD_PRD_SUB_ROLLUP -= {'*'},....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;{&amp;lt;DRVD_PRD_SUB_ROLLUP = e({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;DRVD_PRD_SUB_ROLLUP = {&lt;/SPAN&gt;'*'}&amp;gt;}),....&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;{&amp;lt;DRVD_PRD_SUB_ROLLUP -= {"=Len(Trim(&lt;SPAN style="font-size: 13.3333px;"&gt;DRVD_PRD_SUB_ROLLUP &lt;/SPAN&gt;)) &amp;gt; 0"},....&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 20:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113645#M902352</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-07T20:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis syntax for excluding nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113646#M902353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny! I'll try all three. Btw, what is the "e" for in this example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;&lt;STRONG&gt;{&amp;lt;DRVD_PRD_SUB_ROLLUP = e({&amp;lt;&lt;SPAN style="font-size: 13.33px;"&gt;DRVD_PRD_SUB_ROLLUP = {&lt;/SPAN&gt;'*'}&amp;gt;}),....&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 20:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113646#M902353</guid>
      <dc:creator />
      <dc:date>2016-07-07T20:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis syntax for excluding nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113647#M902354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, I might have made a mistake with the 1st two... try these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;{&amp;lt;DRVD_PRD_SUB_ROLLUP = {'*'},....&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;{&amp;lt;DRVD_PRD_SUB_ROLLUP -= {"=Len(Trim(&lt;SPAN style="font-size: 13.3333px;"&gt;DRVD_PRD_SUB_ROLLUP &lt;/SPAN&gt;)) &amp;gt; 0"},....&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 20:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113647#M902354</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-07T20:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis syntax for excluding nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113648#M902355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;e means exclude and p mean possible. Look at the attached document for more details on e and p&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 21:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113648#M902355</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-07T21:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis syntax for excluding nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113649#M902356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So these two will exclude true null &lt;STRONG&gt;DRVD_PRD_SUB_ROLLUP &lt;/STRONG&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 21:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113649#M902356</guid>
      <dc:creator />
      <dc:date>2016-07-07T21:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis syntax for excluding nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113650#M902357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;DRVD_PRD_SUB_ROLLUP = {'*'},.... worked but the others did not.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 21:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113650#M902357</guid>
      <dc:creator />
      <dc:date>2016-07-07T21:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis syntax for excluding nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113651#M902358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I left the - negative sign by mistake... should have been this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;DRVD_PRD_SUB_ROLLUP = {"=Len(Trim(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DRVD_PRD_SUB_ROLLUP &lt;/SPAN&gt;)) &amp;gt; 0"},....&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 01:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113651#M902358</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T01:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis syntax for excluding nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113652#M902359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ok. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-syntax-for-excluding-nulls/m-p/1113652#M902359</guid>
      <dc:creator />
      <dc:date>2016-07-08T13:00:52Z</dc:date>
    </item>
  </channel>
</rss>

