<?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: Accumulation with two dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulation-with-two-dimensions/m-p/1799325#M1211525</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123252"&gt;@Dmichel0729&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For ur scenario, you can use rolling n-period in scripting like below articles&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Calculating-rolling-n-period-totals-averages-or-other/ta-p/1483033" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Calculating-rolling-n-period-totals-averages-or-other/ta-p/1483033&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Apr 2021 08:53:47 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2021-04-14T08:53:47Z</dc:date>
    <item>
      <title>Accumulation with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-with-two-dimensions/m-p/1797706#M1211402</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have a line chart that displays a count accumulation throughout the years. The two dimensions I am using are Year and Month. However, when I drill down to a specific year, the accumulation starts over in January (see below). Is there anyway to make the continue the accumulation when a specific year is selected?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Year Image:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dmichel0729_0-1617815536608.png" style="width: 745px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52582i2F9A18074AE86A6C/image-dimensions/745x190?v=v2" width="745" height="190" role="button" title="Dmichel0729_0-1617815536608.png" alt="Dmichel0729_0-1617815536608.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Month Image (2020):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dmichel0729_1-1617815577478.png" style="width: 741px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52583i26A45349606A0132/image-dimensions/741x202?v=v2" width="741" height="202" role="button" title="Dmichel0729_1-1617815577478.png" alt="Dmichel0729_1-1617815577478.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;January for 2020 year selected should be close to the number 2499 in the first image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The expression I am currently using is count(Date) with Full Accumulation checked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dylan&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 17:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-with-two-dimensions/m-p/1797706#M1211402</guid>
      <dc:creator>Dmichel0729</dc:creator>
      <dc:date>2021-04-07T17:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-with-two-dimensions/m-p/1799103#M1211510</link>
      <description>&lt;P&gt;You could modify your expression to something logically like this. (Notice I said logically don't copy paste this code)&lt;/P&gt;&lt;P&gt;IF (GetSelectedCount(Year) and&amp;nbsp;RowNo() = 1, Sum(Set analysis to accumulate previous years values) + my value, Your rangeabove expression currently being used)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 13:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-with-two-dimensions/m-p/1799103#M1211510</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2021-04-13T13:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-with-two-dimensions/m-p/1799325#M1211525</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123252"&gt;@Dmichel0729&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For ur scenario, you can use rolling n-period in scripting like below articles&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Calculating-rolling-n-period-totals-averages-or-other/ta-p/1483033" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Calculating-rolling-n-period-totals-averages-or-other/ta-p/1483033&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 08:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-with-two-dimensions/m-p/1799325#M1211525</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-04-14T08:53:47Z</dc:date>
    </item>
  </channel>
</rss>

