<?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: QVW file compounds calculation with every reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775641#M1038440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO REPLY???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2014 20:21:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-22T20:21:10Z</dc:date>
    <item>
      <title>QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775635#M1038432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inventory expn has sum(qty sold) and every time I do a reload, the number keeps going up!!! Any suggestions..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="compounding eg.PNG" class="image-1 jive-image" src="/legacyfs/online/74022_compounding eg.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Carsale:&lt;/P&gt;&lt;P&gt;LOAD Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item#, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Qty Sold], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Department&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;"carsale.QVD"&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carsale:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt; From &lt;/P&gt;&lt;P&gt;[Incre Example.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt; where Date &amp;gt;= '4/5/2013';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Concatenate&lt;/P&gt;&lt;P&gt; LOAD*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From carsale.QVD&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; STORE Carsale into "carsale.QVD";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my script above:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 15:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775635#M1038432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-22T15:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775636#M1038433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the fiedls u have in xl ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the store command put&amp;nbsp; drop table carsle;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and change xl table name as carsle1&amp;nbsp; instead of carsle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 15:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775636#M1038433</guid>
      <dc:creator />
      <dc:date>2014-12-22T15:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775637#M1038434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carsale1:&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item#,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item name],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Qty Sold],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; country,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Department&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;"carsale.QVD"&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carsale:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;[Incre Example.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where Date &amp;gt;= '4/5/2013';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From carsale.QVD&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Carsale into "carsale.QVD";&lt;/P&gt;&lt;P&gt;Drop Table Carsale1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 16:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775637#M1038434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-22T16:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775638#M1038436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you loading QVD twice?&lt;/P&gt;&lt;P&gt;Are you trying to do incremental load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 16:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775638#M1038436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-22T16:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775639#M1038438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly the behaviour expected from this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Carsale: Load 1 set of data from qvd;&lt;/LI&gt;&lt;LI&gt;Carsale: Load another set of data from Excel; // this will be automatically appended to the first table, if the fieldnames are same&lt;/LI&gt;&lt;LI&gt;Carsale: Append all data from qvd and append to the last table;&amp;nbsp; // might be another set of values, as not specified to which table it should append&lt;/LI&gt;&lt;LI&gt;Store the table Carsale into qvd&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure, what the purpose of your script is, usually it might be&lt;/P&gt;&lt;P&gt;Carsale: LOAD * FROM Carsale.qvd;&lt;/P&gt;&lt;P&gt;CONCATENATE (Carsale) LOAD * FROM Carsale.xls;&amp;nbsp; // here you may limit the data with EXISTS() or the like&lt;/P&gt;&lt;P&gt;STORE Carsale INTO Carsale.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n.b.:&lt;/P&gt;&lt;P&gt;It makes always sense to reference properly, i.e. give proper table-names for each individual table and also specify, to which table you wish to concatenate or join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 16:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775639#M1038438</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2014-12-22T16:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775640#M1038439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone for the help. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/122974"&gt;Neetha_p&lt;/A&gt; and @ Peter Rieper, your instructions i followed. But still my total (qty sold) is way more than the excel file. Please comment. Incremental load should only add the "new increase" but it is adding at an exponential rate. I have attached my script and excel file below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="straight table.PNG" class="image-1 jive-image" src="/legacyfs/online/74038_straight table.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="excel file.PNG" class="jive-image image-2" src="/legacyfs/online/74039_excel file.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;carsale_2.QVD&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Table1)&lt;/P&gt;&lt;P&gt;load*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Incre Example.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where Date &amp;gt; 4/9/2013;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Table1 into carsale_2.QVD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 19:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775640#M1038439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-22T19:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775641#M1038440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO REPLY???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 20:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775641#M1038440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-22T20:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775642#M1038441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what do you expect?&lt;/P&gt;&lt;P&gt;You load the qvd, add all data after 4/9, store combined data into qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When reloading the same repeats:&lt;/P&gt;&lt;P&gt;You load the qvd (but then incl the data from Excel, as stored above), add the Excel with all data after 4/9 and store again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As advised earlier, you may have a look at the EXIST-condition (limiting by a keyfield) or you may store the last update-date and include in a conditional clause then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 20:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775642#M1038441</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2014-12-22T20:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775643#M1038442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help with this. What I am trying to do is peform an incremental load- I only want to add the new row, which is sales made on 4/9/2013, when 6 grand prixs were sold. I have the script below. Its adding every thing twice. Can some one advise on how you can add only the new data. The snaps below are for a straight table where the Expn is the sum of all qty sold. As from the excel file, I want the total grand prixs to be only 21 but it is showing 42, which is double the amount.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Excel file.PNG" class="image-1 jive-image" src="/legacyfs/online/74091_Excel file.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="straight tab pic.PNG" class="jive-image image-2" src="/legacyfs/online/74092_straight tab pic.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Incre Example.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where Date &amp;gt;= 4/9/2013;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Incremental_1.QVD&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;store Table2 into Incremental_2.QVD(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 13:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775643#M1038442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-23T13:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775644#M1038443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have saved "old data" sales before 4/9/2013 on "Incremental_1.QVD" which you can see being the data source in the script. I thought I understood Incremental load but not so&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 13:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775644#M1038443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-23T13:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775645#M1038444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carsale:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;[Incre Example.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where Date &amp;gt;= '4/5/2013';&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;From carsale.QVD&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P&gt;STORE Carsale into carsale.QVD;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 14:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775645#M1038444</guid>
      <dc:creator />
      <dc:date>2014-12-23T14:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775646#M1038445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Peter Rieper, &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Carsale: LOAD * FROM Carsale.qvd;&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CONCATENATE (Carsale) LOAD * FROM Carsale.xls;&amp;nbsp; // here you may limit the data with EXISTS() or the like&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Carsale INTO Carsale.qvd;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;when you use concatenate, it will add rows and that is why sum function was showing crazy additions.&lt;/P&gt;&lt;P&gt;As neetha suggested,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Carsale1:&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Date,&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item#,&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item name],&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Qty Sold],&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; country,&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Department&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"carsale.QVD"&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Noconcatenate&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Carsale:&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Incre Example.xlsx]&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Date &amp;gt;= '4/5/2013';&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD*&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From carsale.QVD&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Carsale into "carsale.QVD";&lt;/P&gt;
&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Table Carsale1;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;if you drop the previous table after adding new rows to it in a new table, it adds only the new rows. Therefore, this is the correct script. Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 17:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775646#M1038445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-23T17:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: QVW file compounds calculation with every reload</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775647#M1038446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;this is &lt;STRONG&gt;not&lt;/STRONG&gt; correct.&lt;/P&gt;&lt;P&gt;For an incremental load you need to have an identifyer, which records are already loaded, and which not.&lt;/P&gt;&lt;P&gt;This criteria is ideally a keyfield. Alternatively you may extract the last update and hand it over into a variable.&lt;/P&gt;&lt;P&gt;Provided, your data are consistant you may try a solution like:&lt;/P&gt;&lt;P&gt;1st time load:&lt;/P&gt;&lt;P&gt;Carsale: LOAD * FROM Carsale.xls ....; STORE Carsale INTO Carsale.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then all other loads may be done as fllws:&lt;/P&gt;&lt;P&gt;Carsale: LOAD * FROM Carsale.qvd;&lt;/P&gt;&lt;P&gt;MaxDate: LOAD MAX(Date) AS MaxDate RESIDENT Carsale;&lt;/P&gt;&lt;P&gt;LET vMaxDate = PEEK('MaxDate', 0, 'MaxDate');&lt;/P&gt;&lt;P&gt;DROP TABLE MaxDate;&lt;/P&gt;&lt;P&gt;CONCATENATE (Carsale) LOAD * FROM Carsale.xls ... WHERE Date &amp;gt; $(vMaxDate);&lt;/P&gt;&lt;P&gt;STORE Carsale INTO Carsale.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 18:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-file-compounds-calculation-with-every-reload/m-p/775647#M1038446</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2014-12-23T18:21:04Z</dc:date>
    </item>
  </channel>
</rss>

