<?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: Question about Accumulate data with script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251371#M624647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for suggestion,&lt;/P&gt;&lt;P&gt;but I need to use rangesum() with column [TR-RPM] and the answer that I want same as column "result".&lt;/P&gt;&lt;P&gt;I try to use script as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum([TR-RPM],peek([TR-RPM],-1))&amp;nbsp; as result&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;then the result that I got ,It's not correct.&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;How to make column "result" to show accumulate data from column TR-RPM?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149675_test.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2017 01:50:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-17T01:50:01Z</dc:date>
    <item>
      <title>Question about Accumulate data with script</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251367#M624643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data something like columns below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="196"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="left" class="xl63" height="17" width="72"&gt;Date&lt;/TD&gt;&lt;TD align="left" class="xl63" style="border-left: none;" width="74"&gt;Machine No.&lt;/TD&gt;&lt;TD align="left" class="xl63" style="border-left: none;" width="50"&gt;TR-RPM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;01/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA001&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7436&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;02/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA001&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7436&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;03/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA001&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7436&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;04/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA001&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7436&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;05/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA001&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7436&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;01/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA002&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7524&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;02/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA002&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7524&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;03/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA002&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7524&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;04/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA002&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7524&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;05/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA002&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7524&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;01/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7656&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;02/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7656&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;03/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7656&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;04/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7656&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;05/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-top: none; border-left: none;"&gt;MA003&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;7656&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the result that I need as column result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;-webkit-right&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 260px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="left" class="xl65" height="17" width="72"&gt;Date&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-left: none;" width="74"&gt;Machine No.&lt;/TD&gt;&lt;TD align="left" class="xl65" style="border-left: none;" width="50"&gt;TR-RPM&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;result&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="17" style="border-top: none;"&gt;01/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl67" style="border-top: none; border-left: none;"&gt;MA001&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7436&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;7436&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="17" style="border-top: none;"&gt;02/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl67" style="border-top: none; border-left: none;"&gt;MA001&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7436&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;14872&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="17" style="border-top: none;"&gt;03/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl67" style="border-top: none; border-left: none;"&gt;MA001&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7436&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;22308&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="17" style="border-top: none;"&gt;04/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl67" style="border-top: none; border-left: none;"&gt;MA001&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7436&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;29744&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="17" style="border-top: none;"&gt;05/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl67" style="border-top: none; border-left: none;"&gt;MA001&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7436&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;37180&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="17" style="border-top: none;"&gt;01/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl67" style="border-top: none; border-left: none;"&gt;MA002&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7524&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;44704&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="17" style="border-top: none;"&gt;02/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl67" style="border-top: none; border-left: none;"&gt;MA002&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7524&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;52228&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="17" style="border-top: none;"&gt;03/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl67" style="border-top: none; border-left: none;"&gt;MA002&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7524&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;59752&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="17" style="border-top: none;"&gt;04/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl67" style="border-top: none; border-left: none;"&gt;MA002&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7524&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;67276&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="17" style="border-top: none;"&gt;05/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl67" style="border-top: none; border-left: none;"&gt;MA002&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7524&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;74800&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="17" style="border-top: none;"&gt;01/01/2017&lt;/TD&gt;&lt;TD align="left" class="xl67" style="border-top: none; border-left: none;"&gt;MA003&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7656&lt;/TD&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;82456&lt;/TH&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So How to coding script for accumulate data with column TR-RPM ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 03:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251367#M624643</guid>
      <dc:creator />
      <dc:date>2017-01-16T03:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accumulate data with script</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251368#M624644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this as expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum(above(total sum([TR-RPM]),0,Rowno(TOTAL)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 05:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251368#M624644</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2017-01-16T05:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accumulate data with script</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251369#M624645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The suggestion from Amit is for using within a chart in the gui which might already suitable for your needs. If you instead want to calculate it within the script you could use peek() for it, like this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;rangesum([TR-RPM], peek('result')) as result&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;within a proper sorted resident-load. More could you find here: &lt;A href="https://community.qlik.com/docs/DOC-9314"&gt;Peek() or Previous() ?&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 09:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251369#M624645</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-16T09:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accumulate data with script</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251370#M624646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively, you can use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;numsum( [TR-RPM], peek( 'result' ) ) as result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But correct to use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rangesum() function&lt;/SPAN&gt; as written above Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 13:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251370#M624646</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-01-16T13:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accumulate data with script</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251371#M624647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for suggestion,&lt;/P&gt;&lt;P&gt;but I need to use rangesum() with column [TR-RPM] and the answer that I want same as column "result".&lt;/P&gt;&lt;P&gt;I try to use script as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum([TR-RPM],peek([TR-RPM],-1))&amp;nbsp; as result&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;then the result that I got ,It's not correct.&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;How to make column "result" to show accumulate data from column TR-RPM?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149675_test.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 01:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251371#M624647</guid>
      <dc:creator />
      <dc:date>2017-01-17T01:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Accumulate data with script</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251372#M624648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you missed the essential requirement for using peek/previous within the above answer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" ... within a &lt;STRONG&gt;proper sorted residen&lt;/STRONG&gt;t-load."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 12:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Accumulate-data-with-script/m-p/1251372#M624648</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-17T12:14:51Z</dc:date>
    </item>
  </channel>
</rss>

