<?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 incremental load for more than 1 file !!!!!!!!!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272071#M848251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;We are working on 1 scenario where after loading the initial data , we need to load multiple&amp;nbsp; files but each and every file should load in incremental load manner like 1&lt;SUP&gt;st&lt;/SUP&gt; file than 2&lt;SUP&gt;nd&lt;/SUP&gt; file ans so on and follow the inser+update scenario.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;I have already loaded qvd file and now i just want incremental scenerio ...insert and update ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;but while running below script only insert scenario is working not update.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;please suggest how to make the scenario like :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;every day file should load with qvd with insert and update and scenario and so on&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;like 1st file should be Basic_&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'inherit','serif'; font-weight: inherit;"&gt;20170315 in qvd than Basic_&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;20170316 with insert and update scenario and need to update the data as desired.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'inherit','serif'; font-weight: inherit;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'inherit','serif'; font-weight: inherit;"&gt;script code given below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'inherit','serif'; font-weight: inherit;"&gt;===============================================&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;for i = 20170315 to 20170317&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;vFileName = 'Basic_' &amp;amp; $(i);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Basic:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;$(vPath)$(vFileName).xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;$(vPath)Basic.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;(qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;where not Exists(id);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Store Basic into $(vPath)Basic.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;next i;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>qliklearnervir</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272071#M848251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;We are working on 1 scenario where after loading the initial data , we need to load multiple&amp;nbsp; files but each and every file should load in incremental load manner like 1&lt;SUP&gt;st&lt;/SUP&gt; file than 2&lt;SUP&gt;nd&lt;/SUP&gt; file ans so on and follow the inser+update scenario.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;I have already loaded qvd file and now i just want incremental scenerio ...insert and update ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;but while running below script only insert scenario is working not update.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;please suggest how to make the scenario like :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;every day file should load with qvd with insert and update and scenario and so on&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;like 1st file should be Basic_&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'inherit','serif'; font-weight: inherit;"&gt;20170315 in qvd than Basic_&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;20170316 with insert and update scenario and need to update the data as desired.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'inherit','serif'; font-weight: inherit;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'inherit','serif'; font-weight: inherit;"&gt;script code given below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'inherit','serif'; font-weight: inherit;"&gt;===============================================&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;for i = 20170315 to 20170317&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;vFileName = 'Basic_' &amp;amp; $(i);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Basic:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;$(vPath)$(vFileName).xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;$(vPath)Basic.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;(qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;where not Exists(id);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Store Basic into $(vPath)Basic.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: #f2f2f2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;next i;&lt;/SPAN&gt;&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-for-more-than-1-file/m-p/1272071#M848251</guid>
      <dc:creator>qliklearnervir</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272072#M848252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code looks fine, assuming that the spreadsheet contains the new and updated data?&lt;/P&gt;&lt;P&gt;Any new and modified rows will be uploaded, then Qlik will just load any rows which don't exist i.e. are not new or updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to know more about your data to advise further&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 09:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272072#M848252</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-24T09:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272073#M848253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes...but i want that file should load like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first it should load &lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;20170315&lt;/SPAN&gt; file and concatenated with QVD and store.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that &lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;20170316 file &lt;SPAN style="font-size: 13.3333px;"&gt;and concatenated with QVD and store.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like each file should load separately...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272073#M848253</guid>
      <dc:creator>qliklearnervir</dc:creator>
      <dc:date>2017-03-24T13:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272074#M848254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should be what your script is doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is it going wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272074#M848254</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-24T13:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272075#M848255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no it is not updating the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example i got &lt;SPAN style="font-size: 12px; font-family: Helvetica, sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;20170315&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; &lt;/SPAN&gt; data having id and status and in &lt;SPAN style="font-size: 12px; font-family: Helvetica, sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;20170316 file same id but status changed....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Helvetica, sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;in this scenario this code will not work.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;this code will only append the data instead of update scenario...&lt;/P&gt;&lt;P&gt;i want some more programmatic code to load insert + update for n number of files....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 13:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272075#M848255</guid>
      <dc:creator>qliklearnervir</dc:creator>
      <dc:date>2017-03-24T13:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272076#M848256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm that is strange, in theory this is what is happening&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store to QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;load id from qvd where not exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should only load&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then store &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;back into qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272076#M848256</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-24T14:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272077#M848257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if &lt;SPAN style="font-size: 9pt; font-family: Helvetica, sans-serif; color: #3d3d3d;"&gt; &lt;SPAN style="color: #3d3d3d; font-size: 13.3333px;"&gt;&lt;STRONG&gt;Basic_&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;20170316&lt;/STRONG&gt; has the latest data then &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Helvetica, sans-serif; color: #3d3d3d;"&gt;Basic_&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: #3d3d3d;"&gt;20170314 should be loaded after &lt;SPAN style="color: #3d3d3d; font-size: 13.3333px;"&gt;&lt;STRONG&gt;Basic_&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;20170316 &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reverse the order in which you are loading the files&lt;/P&gt;&lt;P&gt;Use Do loop Until instead of For loop to reverse the order &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272077#M848257</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-03-24T14:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272078#M848258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Figured it out, you need a drop table in there &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry that took me longer than it should have to work out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a handy script which will also avoid any errors if the qvd doesn't exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14903670495956440" jivemacro_uid="_14903670495956440"&gt;
&lt;P&gt;for i = 20170315 to 20170316&lt;/P&gt;
&lt;P&gt;vFileName = 'basic_' &amp;amp; $(i);&lt;/P&gt;
&lt;P&gt;Basic:&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;$(vPath)$(vFileName).xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET logqvdfile = '$(vPath)Basic.qvd';&lt;/P&gt;
&lt;P&gt;LET baseQVDFileSize = FileSize('$(logqvdfile)'); //test the file size&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IF baseQVDFileSize &amp;gt; 0 THEN &lt;/P&gt;
&lt;P&gt;Concatenate&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;$(vPath)Basic.qvd&lt;/P&gt;
&lt;P&gt;(qvd)&lt;/P&gt;
&lt;P&gt;where not Exists(id);&lt;/P&gt;
&lt;P&gt;ELSE &lt;/P&gt;
&lt;P&gt;ENDIF&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Store Basic into $(vPath)Basic.qvd(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;drop table Basic;&lt;/P&gt;
&lt;P&gt; next i;&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;$(vPath)Basic.qvd&lt;/P&gt;
&lt;P&gt;(qvd);&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272078#M848258</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-24T14:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272079#M848259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming, you are just storing into qvd. May be you need to fetch stored one by help of&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load * from Updatedqvdpath;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Mar 2017 16:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272079#M848259</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-25T16:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272080#M848260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This makes no sense and is not helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 06:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272080#M848260</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-27T06:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272081#M848261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then what does the mean of your comment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;LOAD *&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;FROM&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;$(vPath)Basic.qvd&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;(qvd);&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 06:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272081#M848261</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-27T06:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272082#M848262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Anil Babu Samineni wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Then what does the mean of your comment&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;
&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;LOAD *&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;FROM&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;$(vPath)Basic.qvd&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;(qvd);&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used exactly the code which the OP has used, and works and makes sense.&lt;/P&gt;&lt;P&gt;It is unnecessary to make any changes to this, when the code is fine&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; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;$(vPath)Basic.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;(qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 06:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272082#M848262</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-27T06:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272083#M848263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True, that is my intend to show over here. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 06:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272083#M848263</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-27T06:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272084#M848264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give me some code snapshot for use do loop until instead of for loop to reverse the order ....this is bit urgent.please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code lgic is similar as given in above code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 02:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272084#M848264</guid>
      <dc:creator>qliklearnervir</dc:creator>
      <dc:date>2017-04-19T02:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load for more than 1 file !!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272085#M848265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;Try below&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;for i = &lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;20170317&lt;/SPAN&gt; to 20170315 Step -1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;vFileName = 'Basic_' &amp;amp; $(i);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;Basic:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;$(vPath)$(vFileName).xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;$(vPath)Basic.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;(qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;where not Exists(id);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;Store Basic into $(vPath)Basic.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;&lt;STRONG&gt;Drop table Basic;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Helvetica, sans-serif;"&gt;next i;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 06:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-for-more-than-1-file/m-p/1272085#M848265</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-19T06:36:13Z</dc:date>
    </item>
  </channel>
</rss>

