<?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: Incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350177#M826593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have insert only and no updates you don't even need incremental load! just concatenate your tables!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Jul 2017 09:12:20 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-07-08T09:12:20Z</dc:date>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350171#M826582</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 to perform incremental load on 250 tables in single reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&amp;nbsp; my tables are less then we can try with below code.in my case table count is 250 means I need to write 250 times&amp;nbsp; ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any better way to do this so that it can save my time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image result" class="jive-image" src="https://www.analyticsvidhya.com/blog/wp-content/uploads/2014/09/Incremental_Load_Qlikview_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1)I have total 250 tables in oracle.firstly i have converted&amp;nbsp; tables into qvd's. it took 13 hours.it's ok&amp;nbsp; np.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2)Now daily huge transaction data is adding daily now i need to do incremental load (insert only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3)Is there any script that loop through 250 tables and perform incremental load.please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;4)In community some one told we can achive by using sub-routine but i&amp;nbsp; dont't know how to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The same thing i need to implement incremental&amp;nbsp;&amp;nbsp; for 680&amp;nbsp; from sql database (incremental load)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please share any script which can perform incremental load dinamically.&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/Incremental-load/m-p/1350171#M826582</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350172#M826583</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;I don't understand exactly what do you mean. Do you have 250 excel files? Are always the same excel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 250 excel, do you know that you can use asterisks in the name of file? for example&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;FROM sales*.xlsx ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 18:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350172#M826583</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-07T18:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350173#M826584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use wildcards in your load from Excel like Jose says.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM Sales*.xlsx&lt;/P&gt;&lt;P&gt;or even &lt;/P&gt;&lt;P&gt;FROM *.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you need to loop through the individual spreadsheets in 1 workbook, you can look at this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/49769"&gt;Load excel, loop the worksheet&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 18:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350173#M826584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T18:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350174#M826587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Jose and Wallo might have the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have 250 Sales Tables to increment or 250 tables in your data model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is the case you can probably write a script that loops through the 250 values dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 250 tables in your data model, I would probably take a look there and see if you can clean it up. I have worked on some pretty complex projects, and 250 seems a bit excessive, but I am sure there is a case for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 18:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350174#M826587</guid>
      <dc:creator>datagrrl</dc:creator>
      <dc:date>2017-07-07T18:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350175#M826590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)I have total 250 tables in oracle.firstly i have converted&amp;nbsp; tables into qvd's. it took 13 hours.it's ok&amp;nbsp; np.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Now daily huge transaction data is adding daily now i need to do incremental load (insert only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Is there any script that loop through 250 tables and perform incremental load.please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)In community some one told we can achive by using sub-routine but i&amp;nbsp; dont't know how to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same thing i need to apply for 680 sql database (incremental load)&lt;/P&gt;&lt;P&gt;Please share any script which can perform incremental load dinamically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2017 05:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350175#M826590</guid>
      <dc:creator />
      <dc:date>2017-07-08T05:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350176#M826592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks wallo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm loading from database first i have converted all tables into qvd's ( all qvd's have different names)&lt;/P&gt;&lt;P&gt;now i need to load only new data like Max(modified_Date)&amp;gt;Modified_Date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2017 08:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350176#M826592</guid>
      <dc:creator />
      <dc:date>2017-07-08T08:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350177#M826593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have insert only and no updates you don't even need incremental load! just concatenate your tables!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2017 09:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350177#M826593</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-07-08T09:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350178#M826594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also why do you have 250 tables! how much data are you trying to load(no of Rows) , for how many years? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2017 09:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350178#M826594</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-07-08T09:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350179#M826595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before going into the incremental load concept can you please share your table viewer of your normal reload because need to check how it looks when loading with 250 tables or else you are saying for 250 columns of some tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2017 09:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350179#M826595</guid>
      <dc:creator>tajmohamed30</dc:creator>
      <dc:date>2017-07-08T09:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350180#M826596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vineeth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;250 tables in data base .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual plan in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Currently we have 250 tables in database and total 250 tables are&amp;nbsp; converted to qvd format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)My total data size 400 GB.2 Years data(is because huge transaction world wide)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)37 Qlikview applications are on live 37( qlikview&amp;amp;Qliksense) applications will load data from 250 tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Incremental load:(on daily basic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For loading this 400 gb of data it took more time for me.so we are planning incremental load only new data should loaded instead of loading entire data from the data base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only new data for eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i have loaded 07-jul-2017 then next day i should load only (08-Jul-2017) or 09-Jul-2017)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like it should load greater then last reload data and time(my data is in DD-MM-YYYY&amp;nbsp; HH-MM-SS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below code i used for Incremental load(sample code i found in google)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Incremental_Load_Qlikview_3" class="jive-image" src="https://www.analyticsvidhya.com/blog/wp-content/uploads/2014/09/Incremental_Load_Qlikview_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Incremental_Load_Qlikview_4" class="jive-image" src="https://www.analyticsvidhya.com/blog/wp-content/uploads/2014/09/Incremental_Load_Qlikview_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code is working perfect for me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; problum is i need to write this code for each and every table like 250 tables how to optimist this reload by writing any loop or dynamic script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is other database of that also we need to incremental load it contain&amp;nbsp; 600 tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please share any dynamic script available to load this table at time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2017 09:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350180#M826596</guid>
      <dc:creator />
      <dc:date>2017-07-08T09:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350181#M826597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have total 250 tables i have converted them qvd format.then i need to refresh this qvd's daily.so i chosed incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you told i need to write a script that loops through the 250 Qvd's (qvd's names are different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide how to write that loop script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jul 2017 18:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350181#M826597</guid>
      <dc:creator />
      <dc:date>2017-07-09T18:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350182#M826598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if all your QVD's are in a single folder then just the below will do&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;&lt;SPAN style="font-size: 14pt;"&gt;[Fullpath\&lt;STRONG style="color: #ff0000;"&gt;*&lt;/STRONG&gt;.qvd]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(QVD);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 08:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350182#M826598</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-07-10T08:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350183#M826599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like you're looking for something more like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Where files exist&lt;/P&gt;&lt;P&gt;LET File_Path = chr(39) &amp;amp; '..\Data\QVD\' &amp;amp; chr(39)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableList:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table_Name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Products&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employees&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Locations&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Each vTable in FieldValueList('Table_Name')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vQVDName =&amp;nbsp; chr(39) &amp;amp; $(File_Path) &amp;amp; vTable &amp;amp; '.qvd' &amp;amp; chr(39);&lt;/P&gt;&lt;P&gt;let vFileName = chr(39) &amp;amp; $(File_Path) &amp;amp; vTable &amp;amp; '.xlsx'&amp;amp; chr(39);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Get Max Modified Date. using where not exists pulls only distinct dates&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Modified_Date&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;$(vQVDName)&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;where not exists(Modified_Date);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last_Updated_Date:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;max(Modified_Date) as MaxDate&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let Last_Updated_Date = peek('MaxDate',0,'Last_Updated_Date');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Begin incremental&lt;/P&gt;&lt;P&gt;Incremental:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From $(vFileName)&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where Modified_Date&amp;gt; $(Last_Updated_Date);&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;&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;$(vQVDName)(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Incremental into $(vQVDName)(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 15:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1350183#M826599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-10T15:14:04Z</dc:date>
    </item>
  </channel>
</rss>

