<?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 Accumulation in Qlikview Scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulation-in-Qlikview-Scripting/m-p/1107026#M897834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we go for cumulative Sum in Script itself&lt;/P&gt;&lt;P&gt;Requirement:&lt;/P&gt;&lt;P&gt;We have 3-4 Dimensions available - Year, Month, Name, Address&lt;/P&gt;&lt;P&gt;KPI - Salary&lt;/P&gt;&lt;P&gt;For Name, Address combination, Salary should get added up for YearMonth Combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to achieve it using for loops in the script but it's leading to huge reload time of the qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest something helpful here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rashmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Accumulation in Qlikview Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-Qlikview-Scripting/m-p/1107026#M897834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we go for cumulative Sum in Script itself&lt;/P&gt;&lt;P&gt;Requirement:&lt;/P&gt;&lt;P&gt;We have 3-4 Dimensions available - Year, Month, Name, Address&lt;/P&gt;&lt;P&gt;KPI - Salary&lt;/P&gt;&lt;P&gt;For Name, Address combination, Salary should get added up for YearMonth Combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to achieve it using for loops in the script but it's leading to huge reload time of the qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest something helpful here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rashmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-Qlikview-Scripting/m-p/1107026#M897834</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlikview Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-in-Qlikview-Scripting/m-p/1107027#M897835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can resident load your table order by Name, Address, Year, Month adding a new field, cum Salary.&lt;/P&gt;&lt;P&gt;Using peek function (or previous), when Name or Address change, set cum Salary to current row Salary, else add current row Salary to previous row cum Salary &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 07:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-in-Qlikview-Scripting/m-p/1107027#M897835</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-08-02T07:08:14Z</dc:date>
    </item>
  </channel>
</rss>

