<?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: Can change accumulation options in Pivot Table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117297#M368687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny, i will try it out 1st with your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 09:23:14 GMT</pubDate>
    <dc:creator>jim_chan</dc:creator>
    <dc:date>2016-08-03T09:23:14Z</dc:date>
    <item>
      <title>Can change accumulation options in Pivot Table?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117293#M368683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there's a accumulation function/options to select in Straight Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i switch to Pivot, i cant make any change on the accumulation option, cant select any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 03:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117293#M368683</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-03T03:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can change accumulation options in Pivot Table?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117294#M368684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you can accumulate by using expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum(above(sum(sales),0,rowno())) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 03:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117294#M368684</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-08-03T03:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can change accumulation options in Pivot Table?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117295#M368685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Accumulation option will not be available in pivot table. Workaround is you have to user rangesum or other range functions. You may use above or below functions also.&lt;/P&gt;&lt;P&gt;Refer the following threads also&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/47952" title="https://community.qlikview.com/thread/47952"&gt;Accumulation in a pivot table | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/116522" title="https://community.qlikview.com/thread/116522"&gt;Sum | Qlik Community&lt;/A&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;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 03:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117295#M368685</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2016-08-03T03:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can change accumulation options in Pivot Table?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117296#M368686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you still accumulating vertically or is the accumulation done horizontally now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For horizontal accumulation, may be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Before(Sum(Value), 0, ColumnNo()))&lt;/STRONG&gt; or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RangeSum(Before(TOTAL Sum(Value), 0, ColumnNo(TOTAL)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;For vertical accumulation, may be this&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RangeSum(Above(Sum(Value), 0, RowNo()))&lt;/STRONG&gt; or&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RangeSum(Above(TOTAL Sum(Value), 0, RowNo(TOTAL)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 09:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117296#M368686</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-03T09:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can change accumulation options in Pivot Table?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117297#M368687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny, i will try it out 1st with your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 09:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117297#M368687</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-03T09:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can change accumulation options in Pivot Table?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117298#M368688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey bro, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried with the &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(Before(Sum(Value), 0, ColumnNo())). &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But looks weird on my pivot table. Or Do you have a sample qvw file that have applied with this expression so i can refer to ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 10:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117298#M368688</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-08-03T10:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can change accumulation options in Pivot Table?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117299#M368689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it be possible to share an image of what you are seeing. I want to see the weirdness you are seeing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 10:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117299#M368689</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-03T10:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can change accumulation options in Pivot Table?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117300#M368690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with Jim on this issue.&lt;/P&gt;&lt;P&gt;This is the result that we get. the expression is look fine for a month, when trying to calculate for two month. the amount is incorrect for 2nd month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expression we are using is =&lt;STRONG&gt; RangeSum(Before([Standard Cost], 0, ColumnNo(TOTAL))) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133748_Capture.PNG" style="height: 83px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 10:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117300#M368690</guid>
      <dc:creator />
      <dc:date>2016-08-05T10:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can change accumulation options in Pivot Table?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117301#M368691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about if you do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(Before(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; [Standard Cost], 0, ColumnNo(TOTAL)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 11:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-change-accumulation-options-in-Pivot-Table/m-p/1117301#M368691</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-05T11:22:16Z</dc:date>
    </item>
  </channel>
</rss>

