<?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: adding up data during load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/adding-up-data-during-load/m-p/481522#M1141421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried that, didn't work because it cant "remember" the sum from the data-set before the current one.&lt;/P&gt;&lt;P&gt;join only seems to work if adding or calculationg data of the current set or one linked to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2013 14:34:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-04T14:34:51Z</dc:date>
    <item>
      <title>adding up data during load</title>
      <link>https://community.qlik.com/t5/QlikView/adding-up-data-during-load/m-p/481519#M1141418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is it possible to add up data during the LOAD process ?&lt;/P&gt;&lt;P&gt;There is certain Data which has to add up, but the source provides only the amount per month&lt;/P&gt;&lt;P&gt;F.e.&lt;/P&gt;&lt;P&gt;tmp_table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ID_item,&lt;/P&gt;&lt;P&gt;'0' as Added_Amount&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // initializing the Collumn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next_Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ID_item,&lt;/P&gt;&lt;P&gt;Amount,&lt;/P&gt;&lt;P&gt;Amount+Added_Amount as Added_Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of course this example doesnt really work, because the script would have to look in the last recent data of the item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 13:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-up-data-during-load/m-p/481519#M1141418</guid>
      <dc:creator />
      <dc:date>2013-09-04T13:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: adding up data during load</title>
      <link>https://community.qlik.com/t5/QlikView/adding-up-data-during-load/m-p/481520#M1141419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you want something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ID_item,&lt;/P&gt;&lt;P&gt;Amount,&lt;/P&gt;&lt;P&gt;rangesum(peek('Added_Amount'),Amount) as Added_Amount&lt;/P&gt;&lt;P&gt;FROM ...somewhere...;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 14:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-up-data-during-load/m-p/481520#M1141419</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-04T14:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: adding up data during load</title>
      <link>https://community.qlik.com/t5/QlikView/adding-up-data-during-load/m-p/481521#M1141420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you do that in the next step?? load all the data, and then join it with a new column that do the sum??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe build a new table at the end, that group by ID_Item and do the sum of AMOUNT??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 14:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-up-data-during-load/m-p/481521#M1141420</guid>
      <dc:creator />
      <dc:date>2013-09-04T14:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: adding up data during load</title>
      <link>https://community.qlik.com/t5/QlikView/adding-up-data-during-load/m-p/481522#M1141421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried that, didn't work because it cant "remember" the sum from the data-set before the current one.&lt;/P&gt;&lt;P&gt;join only seems to work if adding or calculationg data of the current set or one linked to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 14:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-up-data-during-load/m-p/481522#M1141421</guid>
      <dc:creator />
      <dc:date>2013-09-04T14:34:51Z</dc:date>
    </item>
  </channel>
</rss>

