<?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: Set Analysis for Modifiers not present in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438480#M809550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Y&lt;SPAN style="font-size: 10pt;"&gt;ou both are Gem &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Cheers!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Oct 2017 17:06:54 GMT</pubDate>
    <dc:creator>passionate</dc:creator>
    <dc:date>2017-10-11T17:06:54Z</dc:date>
    <item>
      <title>Set Analysis for Modifiers not present</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438475#M809545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geeks,&lt;/P&gt;&lt;P&gt;I am using Set analysis to show Product wise sales for every ID.&lt;/P&gt;&lt;P&gt;Eg:- Sum({&amp;lt;Product={'A'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached QVW and data file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;I want to display Sum as Null if no Products are available for a particular id like in below example:&lt;/P&gt;&lt;P&gt;For ID 1 products available are A and B so I don't Want to Show "0" but Null().&lt;/P&gt;&lt;P&gt;Sum(Sales) for a particular product can be Zero or Null()&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Set Analysis.PNG" class="jive-image image-1" src="/legacyfs/online/179297_Set Analysis.PNG" style="height: 264px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Pankaj &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-for-Modifiers-not-present/m-p/1438475#M809545</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Modifiers not present</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438476#M809546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use a pivot table or use an expression like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum({&amp;lt;Product={'A'}&amp;gt;}Sales), Sum({&amp;lt;Product={'A'}&amp;gt;}Sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179301_Capture.PNG" style="height: 240px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 16:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438476#M809546</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-11T16:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Modifiers not present</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438477#M809547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny.&lt;/P&gt;&lt;P&gt;What if i also want to show Sum(Sales) as Zero as Well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 16:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438477#M809547</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-10-11T16:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Modifiers not present</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438478#M809548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You wrote&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum(Sales) for a particular product can be Zero or Null()&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Product&lt;/SPAN&gt;={'A'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;Product&lt;/SPAN&gt;)&amp;gt; 0,&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Product&lt;/SPAN&gt;={'A'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;Sales&lt;/SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 16:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438478#M809548</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-10-11T16:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Modifiers not present</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438479#M809549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean that you want to show it as 0 and null both at the same time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 16:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438479#M809549</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-11T16:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Modifiers not present</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438480#M809550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Y&lt;SPAN style="font-size: 10pt;"&gt;ou both are Gem &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Cheers!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 17:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-Modifiers-not-present/m-p/1438480#M809550</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-10-11T17:06:54Z</dc:date>
    </item>
  </channel>
</rss>

