<?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 Whats wrong with this? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311650#M115058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr will only group information by the dimensions you choose.&lt;/P&gt;&lt;P&gt;You need to do something with the results. &lt;/P&gt;&lt;P&gt;E.g. &lt;/P&gt;&lt;P&gt;sum(AGGR($(vActPrinCashFlowC)+$(vActIntCashFlowC),Calendar.YearMonth))&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;avg( AGGR($(vActPrinCashFlowC)+$(vActIntCashFlowC),Calendar.YearMonth))&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;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2011 12:56:58 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-06-22T12:56:58Z</dc:date>
    <item>
      <title>Whats wrong with this?</title>
      <link>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311648#M115056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression in a Pivot chart with Year Month Dimension as below, it doesnt work and I am unable to find the issue with this:&lt;/P&gt;&lt;P&gt;I am trying to aggregate the monthly values for Year To Date numbers, which are stored in variables as seen here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AGGR($(vActPrinCashFlowC)+$(vActIntCashFlowC),Calendar.YearMonth) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance for your help&lt;/P&gt;&lt;P&gt;Ma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 12:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311648#M115056</guid>
      <dc:creator />
      <dc:date>2011-06-22T12:51:34Z</dc:date>
    </item>
    <item>
      <title>Whats wrong with this?</title>
      <link>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311649#M115057</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;is it possible, that you want to sum the values? than try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(AGGR(($(vActPrinCashFlowC)+$(vActIntCashFlowC)),Calendar.YearMonth))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 12:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311649#M115057</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-06-22T12:55:24Z</dc:date>
    </item>
    <item>
      <title>Whats wrong with this?</title>
      <link>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311650#M115058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr will only group information by the dimensions you choose.&lt;/P&gt;&lt;P&gt;You need to do something with the results. &lt;/P&gt;&lt;P&gt;E.g. &lt;/P&gt;&lt;P&gt;sum(AGGR($(vActPrinCashFlowC)+$(vActIntCashFlowC),Calendar.YearMonth))&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;avg( AGGR($(vActPrinCashFlowC)+$(vActIntCashFlowC),Calendar.YearMonth))&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;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 12:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311650#M115058</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-06-22T12:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Whats wrong with this?</title>
      <link>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311651#M115059</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;Can you pls try using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AGGR(sum($(vActPrinCashFlowC))+sum($(vActIntCashFlowC)),Calendar.YearMonth)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 13:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311651#M115059</guid>
      <dc:creator />
      <dc:date>2011-06-22T13:02:57Z</dc:date>
    </item>
    <item>
      <title>Whats wrong with this?</title>
      <link>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311652#M115060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the quick response, I was actually trying the same expression as mentioned by all of you here. But the problem is the 2 variables when combined give me a number and its the same even when I am doing the AGGR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vActPrinCashFlowC)+$(vActIntCashFlowC)&lt;/P&gt;&lt;P&gt;sum(AGGR($(vActPrinCashFlowC)+$(vActIntCashFlowC),Calendar.YearMonth))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both these expressions when used on a Pivot with Calendar.YearMonth as dimension gives me the same result. I was expecting the second one to display the carryforwarded totals from the last month. The first expression shows me the number for the Moth to Date collection and I want the second one to total it and shows Year To Date... How is it possible??&lt;/P&gt;&lt;P&gt;Thanks Again,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 13:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311652#M115060</guid>
      <dc:creator />
      <dc:date>2011-06-22T13:09:41Z</dc:date>
    </item>
    <item>
      <title>Whats wrong with this?</title>
      <link>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311653#M115061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Arunraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this expression as well, but it doesnt seem to work atall... &lt;/P&gt;&lt;P&gt;Here is what I am trying to do:&lt;/P&gt;&lt;P&gt;$(vActPrinCashFlowC)+$(vActIntCashFlowC) Using this expression gives me &lt;/P&gt;&lt;P&gt;2011-01&amp;nbsp; 20,000&lt;/P&gt;&lt;P&gt;2011-02&amp;nbsp; 33,000&lt;/P&gt;&lt;P&gt;2011-03&amp;nbsp; 41,000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(AGGR($(vActPrinCashFlowC)+$(vActIntCashFlowC),Calendar.YearMonth)) Using this expression I want to&amp;nbsp; &lt;/P&gt;&lt;P&gt;2011-01&amp;nbsp; 20,000&lt;/P&gt;&lt;P&gt;2011-02&amp;nbsp; 53,000&lt;/P&gt;&lt;P&gt;2011-03&amp;nbsp; 94,000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought AGGR does it for me... but no...please help&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 13:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311653#M115061</guid>
      <dc:creator />
      <dc:date>2011-06-22T13:18:09Z</dc:date>
    </item>
    <item>
      <title>Whats wrong with this?</title>
      <link>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311654#M115062</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;you need the function before resp. above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 13:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311654#M115062</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-06-22T13:45:55Z</dc:date>
    </item>
    <item>
      <title>Whats wrong with this?</title>
      <link>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311655#M115063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Martina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all the above expressions and nothing works for me. The strange thing is that when i convert my Pivot into a Bar chart to check i the Full Accumlation works... then its solves my problem. Can you tell me how to do a FULL ACCUMLATE of values in a Pivot please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 14:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311655#M115063</guid>
      <dc:creator />
      <dc:date>2011-06-22T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Whats wrong with this?</title>
      <link>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311656#M115064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we have an option to do a full Accumlate on a Pivot table like we can do it in Straight Table and other Charts??/&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>Wed, 22 Jun 2011 14:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311656#M115064</guid>
      <dc:creator />
      <dc:date>2011-06-22T14:50:42Z</dc:date>
    </item>
    <item>
      <title>Whats wrong with this?</title>
      <link>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311657#M115065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Above and Below are the comparable functions within a pivot table, used with rangesum I believe it will get you on your way, here is a brief example, just replace Sales with your variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;rangesum (&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Sales&lt;/SPAN&gt;),&lt;SPAN style="color: #0000ff;"&gt;below&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Sales&lt;/SPAN&gt;),-1,11))&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 01:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Whats-wrong-with-this/m-p/311657#M115065</guid>
      <dc:creator />
      <dc:date>2011-06-23T01:10:38Z</dc:date>
    </item>
  </channel>
</rss>

