<?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: How to accumulate in a Pivot table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88357#M457542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want to accumulate across your months and not go down? Use ColumnNo() instead of RowNo() and Before/Atfer instead of Above/Below in your RangeSum() function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2018 16:52:46 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-10-09T16:52:46Z</dc:date>
    <item>
      <title>How to accumulate in a Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88356#M457541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to show the accumulate by month per year in a pivot table. Is it possible? How would I accomplish this? I attached a photo of what my pivot table looks like. Basically a accumulation month over month. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88356#M457541</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2018-10-09T16:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to accumulate in a Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88357#M457542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want to accumulate across your months and not go down? Use ColumnNo() instead of RowNo() and Before/Atfer instead of Above/Below in your RangeSum() function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88357#M457542</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T16:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to accumulate in a Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88358#M457543</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 use &lt;/P&gt;&lt;P&gt;For Counts&lt;/P&gt;&lt;P&gt;Rangesum(before(Count[Field]),0,12))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;For Sum &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Rangesum(before(Sum[Field]),0,12))&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;where - 0 is an offset and 12 is the "Counter" - assuming you want to accumulate it for 12 months. You may adjust it based on your need.&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FYI &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;&lt;A href="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/before.htm" title="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/before.htm"&gt;https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/bef…&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88358#M457543</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2018-10-09T17:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to accumulate in a Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88359#M457544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I want it to accumulate across. So would I have 2 expressions? Currently I have SUM(Net Sales Amount). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88359#M457544</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2018-10-09T17:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to accumulate in a Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88360#M457545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok&amp;nbsp; then use &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Rangesum(before(Sum[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Net Sales Amount&lt;/SPAN&gt;]),0,12))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;I have just given examples of Sum and Count. You can use as per your need.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 18:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88360#M457545</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2018-10-09T18:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to accumulate in a Pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88361#M457546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do what &lt;A href="https://community.qlik.com/people/jayanttibhe"&gt;jayanttibhe&lt;/A&gt;‌ mentioned, or use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;RangeSum(Before(Sum([Net Sales Amount]), 0, ColumnNo()))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 18:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-accumulate-in-a-Pivot-table/m-p/88361#M457546</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T18:10:28Z</dc:date>
    </item>
  </channel>
</rss>

