<?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: Aggregation &amp; Set analysis queries. Applying past performance to future. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494192#M483672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ragha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volume_plan of S1 = Sum(TOTAL&amp;lt;State&amp;gt; Volume_plan) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volume_sold of S1&amp;amp;D1 = Sum(TOTAL&amp;lt;State, District&amp;gt; Volume_sold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volume_Sold of S1 = Sum(TOTAL&amp;lt;State&amp;gt; Volume_sold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the plan would be: Sum(TOTAL&amp;lt;State&amp;gt; Volume_plan) * Sum(TOTAL&amp;lt;State, District&amp;gt; Volume_sold) / Sum(TOTAL&amp;lt;State&amp;gt; Volume_sold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully you should be able to work out the rest yourself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Stephen Redmond is author of&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.packtpub.com/qlikview-developers-cookbook/book?utm_source=mention.com&amp;amp;utm_medium=Blog&amp;amp;utm_campaign=book_mention"&gt;QlikView for Developer's Cookbook&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;He is CTO of&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.capventis.com/"&gt;CapricornVentis&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;a&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.qlik.com/us/explore/experience/free-download?id=/&amp;amp;sourcepartner=CapricornVentis"&gt;QlikView&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;Elite Partner. We are always looking for the right people to&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://capventis.com/category/careers/"&gt;join our team&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Follow me on Twitter:&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://twitter.com/stephencredmond"&gt;@stephencredmond&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jun 2013 10:12:16 GMT</pubDate>
    <dc:creator>stephencredmond</dc:creator>
    <dc:date>2013-06-21T10:12:16Z</dc:date>
    <item>
      <title>Aggregation &amp; Set analysis queries. Applying past performance to future.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494189#M483669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am trying to use detailed data of past performance and make projections for future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my past sale trend. For a given state, district and product combination, there is the actual volume sold.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="224"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD colspan="2" height="16" width="112"&gt;Past sale trend&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;State&lt;/TD&gt;&lt;TD&gt;District&lt;/TD&gt;&lt;TD&gt;Product&lt;/TD&gt;&lt;TD&gt;Volume_sold&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S1&lt;/TD&gt;&lt;TD&gt;D1&lt;/TD&gt;&lt;TD&gt;P1&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S1&lt;/TD&gt;&lt;TD&gt;D1&lt;/TD&gt;&lt;TD&gt;P2&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S1&lt;/TD&gt;&lt;TD&gt;D2&lt;/TD&gt;&lt;TD&gt;P2&lt;/TD&gt;&lt;TD align="right"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S2&lt;/TD&gt;&lt;TD&gt;D3&lt;/TD&gt;&lt;TD&gt;P3&lt;/TD&gt;&lt;TD align="right"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, at a macro level, I have the projection or target volume to be sold at a state level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="112"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD colspan="2" height="16" width="112"&gt;Plan for sale future&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;State&lt;/TD&gt;&lt;TD&gt;Volume_plan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S1&lt;/TD&gt;&lt;TD align="right"&gt;700&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S2&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do these 2 tables below using pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="168"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD colspan="3" height="16" width="168"&gt;Plan break up Districtwise and Productwise&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;State&lt;/TD&gt;&lt;TD&gt;District&lt;/TD&gt;&lt;TD&gt;Volume_plan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S1&lt;/TD&gt;&lt;TD&gt;D1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S1&lt;/TD&gt;&lt;TD&gt;D2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S2&lt;/TD&gt;&lt;TD&gt;D3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="224"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="16" width="56"&gt;State&lt;/TD&gt;&lt;TD width="56"&gt;District&lt;/TD&gt;&lt;TD width="56"&gt;Product&lt;/TD&gt;&lt;TD width="56"&gt;Volume_plan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S1&lt;/TD&gt;&lt;TD&gt;D1&lt;/TD&gt;&lt;TD&gt;P1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S1&lt;/TD&gt;&lt;TD&gt;D1&lt;/TD&gt;&lt;TD&gt;P2&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S1&lt;/TD&gt;&lt;TD&gt;D2&lt;/TD&gt;&lt;TD&gt;P2&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="16"&gt;S2&lt;/TD&gt;&lt;TD&gt;D3&lt;/TD&gt;&lt;TD&gt;P3&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not clear about the use of TOTAL or other Set analysis functions.&lt;/P&gt;&lt;P&gt;Any help would be extremely useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;ragha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 14:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494189#M483669</guid>
      <dc:creator />
      <dc:date>2013-06-20T14:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation &amp; Set analysis queries. Applying past performance to future.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494190#M483670</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;Something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen Redmond is author of &lt;A href="http://www.packtpub.com/qlikview-developers-cookbook/book"&gt;QlikView for Developer's Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am CTO of &lt;A href="http://www.capventis.com"&gt;CapricornVentis&lt;/A&gt; a QlikView Elite Partner. We are always looking for the right people to join our team.&lt;/P&gt;&lt;P&gt;Follow me on Twitter: @stephencredmond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 15:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494190#M483670</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2013-06-20T15:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation &amp; Set analysis queries. Applying past performance to future.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494191#M483671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stephen for the response.&lt;/P&gt;&lt;P&gt;But that is not what I was looking for. Sorry for not being clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the basis of past data, I want the projection to be split to the State, District and Product level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Excel, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for the 1st table to be created, I would have used (&lt;SPAN style="color: #0000ff;"&gt;Volume_plan of S1&lt;/SPAN&gt;) * (&lt;SPAN style="color: #0000ff;"&gt;Volume_sold of S1&amp;amp;D1 &lt;SPAN style="color: #000000;"&gt;/ &lt;/SPAN&gt;Volume_Sold of S1&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;= Volume_plan of S1&amp;amp;D1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for the 2nd table to be created, I would use the above formula to (&lt;STRONG style="color: #0000ff;"&gt;Volume_plan of S1&amp;amp;D1&lt;/STRONG&gt;)*(&lt;SPAN style="color: #0000ff;"&gt;Volume_sold of S1&amp;amp;D1&amp;amp;P1&lt;/SPAN&gt;)/&lt;SPAN style="color: #0000ff;"&gt;Volume_sold of S1&amp;amp;D1&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;I am not sure of how these excel SUMIF and CONCATENATE operations are to be done in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;ragha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 16:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494191#M483671</guid>
      <dc:creator />
      <dc:date>2013-06-20T16:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation &amp; Set analysis queries. Applying past performance to future.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494192#M483672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ragha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volume_plan of S1 = Sum(TOTAL&amp;lt;State&amp;gt; Volume_plan) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volume_sold of S1&amp;amp;D1 = Sum(TOTAL&amp;lt;State, District&amp;gt; Volume_sold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volume_Sold of S1 = Sum(TOTAL&amp;lt;State&amp;gt; Volume_sold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the plan would be: Sum(TOTAL&amp;lt;State&amp;gt; Volume_plan) * Sum(TOTAL&amp;lt;State, District&amp;gt; Volume_sold) / Sum(TOTAL&amp;lt;State&amp;gt; Volume_sold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully you should be able to work out the rest yourself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Stephen Redmond is author of&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.packtpub.com/qlikview-developers-cookbook/book?utm_source=mention.com&amp;amp;utm_medium=Blog&amp;amp;utm_campaign=book_mention"&gt;QlikView for Developer's Cookbook&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;He is CTO of&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.capventis.com/"&gt;CapricornVentis&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;a&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.qlik.com/us/explore/experience/free-download?id=/&amp;amp;sourcepartner=CapricornVentis"&gt;QlikView&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;Elite Partner. We are always looking for the right people to&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://capventis.com/category/careers/"&gt;join our team&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Follow me on Twitter:&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://twitter.com/stephencredmond"&gt;@stephencredmond&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 10:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494192#M483672</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2013-06-21T10:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation &amp; Set analysis queries. Applying past performance to future.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494193#M483673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA .....&lt;/P&gt;&lt;P&gt;Though i hv doubt in your formula. pls check once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 13:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494193#M483673</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2013-06-21T13:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation &amp; Set analysis queries. Applying past performance to future.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494194#M483674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Somenath&lt;/P&gt;&lt;P&gt;Checked the logic. Its actually fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching the final file just for the benefit of the community in case someone needs it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the response.&lt;/P&gt;&lt;P&gt;ragha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jun 2013 05:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494194#M483674</guid>
      <dc:creator />
      <dc:date>2013-06-22T05:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation &amp; Set analysis queries. Applying past performance to future.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494195#M483675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But just before your response was received, I was going through the reference manual and found aggr().&lt;/P&gt;&lt;P&gt;I used &lt;SPAN style="color: #0000ff;"&gt;Volume_sold of S1&amp;amp;D1 &lt;/SPAN&gt;as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;AGGR NODISTINCT SUM(Volume_plan, State, District)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;On similar lines, remaining formulae also worked out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;This seems to work fine too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Could you please tell me which one is better to use?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;ragha&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jun 2013 06:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494195#M483675</guid>
      <dc:creator />
      <dc:date>2013-06-22T06:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation &amp; Set analysis queries. Applying past performance to future.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494196#M483676</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 would always prefer to use Total, unless I need to have a different expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jun 2013 14:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-Set-analysis-queries-Applying-past-performance-to/m-p/494196#M483676</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2013-06-22T14:39:19Z</dc:date>
    </item>
  </channel>
</rss>

