<?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 Accumaltion in qlik sense script level in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Accumaltion-in-qlik-sense-script-level/m-p/1655162#M63559</link>
    <description>&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to accumulate sales value for range of unique custids,&lt;/P&gt;&lt;P&gt;for example one customer have sales in multiple dates, need to accumulate for each customer.sample data attached , please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Apr 2021 08:12:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-04-02T08:12:40Z</dc:date>
    <item>
      <title>Accumaltion in qlik sense script level</title>
      <link>https://community.qlik.com/t5/App-Development/Accumaltion-in-qlik-sense-script-level/m-p/1655162#M63559</link>
      <description>&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to accumulate sales value for range of unique custids,&lt;/P&gt;&lt;P&gt;for example one customer have sales in multiple dates, need to accumulate for each customer.sample data attached , please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumaltion-in-qlik-sense-script-level/m-p/1655162#M63559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-02T08:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Accumaltion in qlik sense script level</title>
      <link>https://community.qlik.com/t5/App-Development/Accumaltion-in-qlik-sense-script-level/m-p/1655269#M63560</link>
      <description>&lt;P&gt;If you're just looking to aggregate by customer you can do it with the following data load script.&amp;nbsp; Any reason you wouldn't just let Qlik Sense do this on its own when serving up the content?&amp;nbsp; If your use case is to show the total or running total on the same line in your charts there are set analysis ways to handle this.&lt;/P&gt;&lt;P&gt;table1:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;CustID,Date,Sales,Transaction Type&lt;BR /&gt;101,1-Jan-2019,100,B&lt;BR /&gt;101,2-Jan-2019,200,B&lt;BR /&gt;101,3-Jan-2019,300,S&lt;BR /&gt;101,4-Jan-2019,400,B&lt;BR /&gt;102,1-Jan-2019,400,B&lt;BR /&gt;102,2-Jan-2019,500,S&lt;BR /&gt;102,3-Jan-2019,600,B&lt;BR /&gt;102,4-Jan-2019,700,B&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Accumulation:&lt;BR /&gt;LOAD CustID, SUM(Sales) as AggSales&lt;BR /&gt;Resident table1&lt;BR /&gt;GROUP BY CustID;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ex.png" style="width: 588px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25131iA4F1F3BA8D66DEBA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Ex.png" alt="Ex.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 00:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumaltion-in-qlik-sense-script-level/m-p/1655269#M63560</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-09T00:02:52Z</dc:date>
    </item>
  </channel>
</rss>

