<?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 Help in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Set-Analysis-Help/m-p/831326#M1623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is that because the selection results in no values for Region, there is nothing for the aggr() dimension to iterate over. But why do you need the aggregate? &lt;EM&gt;=&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Sum({&amp;lt;Producttype=&amp;gt;} Sales) &lt;/EM&gt;&lt;/SPAN&gt;should suffice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 05:59:03 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-05-22T05:59:03Z</dc:date>
    <item>
      <title>Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Set-Analysis-Help/m-p/831324#M1621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a scenario where i have written an expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(Aggr(Sum({&amp;lt;Producttype=&amp;gt;} Sales),Region))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since producttype has nothing to do with my calculation, but due to some other requirement i &lt;/P&gt;&lt;P&gt;have to use it on the front end. Hence i have nullified it in this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my question is when i select Producttype on the front end, Region field becomes grey i.e. zero or&lt;/P&gt;&lt;P&gt;no value, since there is no linking between them and ultimately my calculation for sales for above expression also gives &lt;/P&gt;&lt;P&gt;me zero which is wrong. So is there any way so that i can accomplish this using set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Set-Analysis-Help/m-p/831324#M1621</guid>
      <dc:creator>md_qlikview</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Set-Analysis-Help/m-p/831325#M1622</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;"&gt;Try sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&amp;lt;Producttype=&amp;gt;} &lt;/SPAN&gt;Aggr(Sum({&amp;lt;Producttype=&amp;gt;} Sales),Region)).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If that doesn't do what you want please post a qlikview document that demonstrates the problem.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 05:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Set-Analysis-Help/m-p/831325#M1622</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-22T05:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Set-Analysis-Help/m-p/831326#M1623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is that because the selection results in no values for Region, there is nothing for the aggr() dimension to iterate over. But why do you need the aggregate? &lt;EM&gt;=&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Sum({&amp;lt;Producttype=&amp;gt;} Sales) &lt;/EM&gt;&lt;/SPAN&gt;should suffice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 05:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Set-Analysis-Help/m-p/831326#M1623</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-05-22T05:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Set-Analysis-Help/m-p/831327#M1624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for you reply....i could not get back to my post. But it worked the same way that you have mentioned&lt;/P&gt;&lt;P&gt;thanks much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 May 2015 12:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Set-Analysis-Help/m-p/831327#M1624</guid>
      <dc:creator>md_qlikview</dc:creator>
      <dc:date>2015-05-31T12:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Set-Analysis-Help/m-p/831328#M1625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should mark the issue as answered !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 19:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Set-Analysis-Help/m-p/831328#M1625</guid>
      <dc:creator>cotiso_hanganu</dc:creator>
      <dc:date>2015-08-14T19:29:03Z</dc:date>
    </item>
  </channel>
</rss>

