<?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: Problem combining AGGR and Set analyses. Always want to compare to same thing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-combining-AGGR-and-Set-analyses-Always-want-to-compare/m-p/538127#M481797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! That solves it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm absolutely surprised to see that the formula does not work when coded into the expression, but that it does work when using a variable.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="case2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46688_case2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 18:11:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-18T18:11:57Z</dc:date>
    <item>
      <title>Problem combining AGGR and Set analyses. Always want to compare to same thing</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-combining-AGGR-and-Set-analyses-Always-want-to-compare/m-p/538124#M481794</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'm having problems with building a formula. This picture shows it best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="case.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46685_case.png" style="width: 620px; height: 203px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CALC1 field should Always be the total of the productgroup: baseset.&lt;/P&gt;&lt;P&gt;I've succeeded with doing that with for the first part with the formula &lt;BR /&gt; SUM(TOTAL &amp;lt;[PRODUCTGROUP]&amp;gt; AMOUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I can't get it to work when the table hits the productgroup "Sales".&lt;/P&gt;&lt;P&gt;See the picture.&lt;/P&gt;&lt;P&gt; SUM(TOTAL &amp;lt;[PRODUCTGROUP]&amp;gt; {&amp;lt;PRODUCTGROUP={'BASESET'}&amp;gt;}AMOUNT) doesn't do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've included a .qvw file with script and GUI. Can anyone help? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 15:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-combining-AGGR-and-Set-analyses-Always-want-to-compare/m-p/538124#M481794</guid>
      <dc:creator />
      <dc:date>2013-09-18T15:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem combining AGGR and Set analyses. Always want to compare to same thing</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-combining-AGGR-and-Set-analyses-Always-want-to-compare/m-p/538125#M481795</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;Use CALC1 formula as&lt;/P&gt;&lt;P&gt; $(=SUM( {&amp;lt;PRODUCTGROUP={'BASESET'}&amp;gt;} AMOUNT) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 16:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-combining-AGGR-and-Set-analyses-Always-want-to-compare/m-p/538125#M481795</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-09-18T16:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem combining AGGR and Set analyses. Always want to compare to same thing</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-combining-AGGR-and-Set-analyses-Always-want-to-compare/m-p/538126#M481796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a helper variable. For example vTotal_BASESET: =sum({&amp;lt;PRODUCTGROUP={'BASESET'}&amp;gt;}AMOUNT)&lt;/P&gt;&lt;P&gt;See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 16:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-combining-AGGR-and-Set-analyses-Always-want-to-compare/m-p/538126#M481796</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-18T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem combining AGGR and Set analyses. Always want to compare to same thing</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-combining-AGGR-and-Set-analyses-Always-want-to-compare/m-p/538127#M481797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! That solves it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm absolutely surprised to see that the formula does not work when coded into the expression, but that it does work when using a variable.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="case2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46688_case2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 18:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-combining-AGGR-and-Set-analyses-Always-want-to-compare/m-p/538127#M481797</guid>
      <dc:creator />
      <dc:date>2013-09-18T18:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem combining AGGR and Set analyses. Always want to compare to same thing</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-combining-AGGR-and-Set-analyses-Always-want-to-compare/m-p/538128#M481798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh wow. It seems I got 2 correct answers!&lt;/P&gt;&lt;P&gt;Thanks for this one too. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 18:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-combining-AGGR-and-Set-analyses-Always-want-to-compare/m-p/538128#M481798</guid>
      <dc:creator />
      <dc:date>2013-09-18T18:13:36Z</dc:date>
    </item>
  </channel>
</rss>

