<?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 question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631893#M1092181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple: Do &lt;EM&gt;not&lt;/EM&gt; create/initialize this vLastLoadDate variable at the beginning of your script, but create/set its initial value in &lt;SPAN style="text-decoration: underline;"&gt;Settings-&amp;gt;Variable Overview...&lt;/SPAN&gt;&amp;nbsp; This kind of variable gets its initial value only once: the moment you create it. It then keeps that value across Reloads (unless you use a LET/SET statement somwhere in your script.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, at the end of your script, you should still update its value to the current date. The value stays like that until it is adjusted again at the end of the next Reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2014 20:12:31 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2014-05-13T20:12:31Z</dc:date>
    <item>
      <title>Incremental Load question</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631890#M1092177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an incremental load with the variable 'vLastLoadDate'.&amp;nbsp; This is to be used to pull records that have been added/changed since the last time they were loaded.&amp;nbsp; Once the load is completed I update the vLastLoadDate with today's date.&amp;nbsp; However, I am not sure how to initialize the vLastLoadDate to do the very first load without it resetting to the initialized date each time I reload the document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 19:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631890#M1092177</guid>
      <dc:creator />
      <dc:date>2014-05-13T19:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load question</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631891#M1092179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;Once you do the very first reload you should uncomment the line with the initialization of the variable (in fact I don't think the variable is needed at all for the very first reload since I assume you would like to load all the data available.&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 19:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631891#M1092179</guid>
      <dc:creator>cfz</dc:creator>
      <dc:date>2014-05-13T19:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load question</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631892#M1092180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;store in a file (qvd)&lt;/P&gt;&lt;P&gt;when there is the file load the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vLastLoadDate &lt;/SPAN&gt; from the file&lt;/P&gt;&lt;P&gt;when the file is missing, use an old date&lt;/P&gt;&lt;P&gt;at the end of the load, when ok, store vLastLoadDate in the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to reinitialize the process, delete the file and reload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 19:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631892#M1092180</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-13T19:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load question</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631893#M1092181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple: Do &lt;EM&gt;not&lt;/EM&gt; create/initialize this vLastLoadDate variable at the beginning of your script, but create/set its initial value in &lt;SPAN style="text-decoration: underline;"&gt;Settings-&amp;gt;Variable Overview...&lt;/SPAN&gt;&amp;nbsp; This kind of variable gets its initial value only once: the moment you create it. It then keeps that value across Reloads (unless you use a LET/SET statement somwhere in your script.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, at the end of your script, you should still update its value to the current date. The value stays like that until it is adjusted again at the end of the next Reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 20:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631893#M1092181</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-05-13T20:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load question</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631894#M1092182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean the variable table?  If so, that is super easy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 21:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631894#M1092182</guid>
      <dc:creator />
      <dc:date>2014-05-13T21:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load question</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631895#M1092183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what you mean exactly by "Variable table". Just to be sure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it is super simple. Launch QlikView Desktop, open your document, from the menu select Settings-&amp;gt;Variable Overview... and (if it's not already there) add a new variable called 'vLastLoadDate' and set its initial value to something like 1/1/1990 or some other date before the earliest date in your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now remove any SET/LET statement from the start of your script that initializes this same variable. Leave the SET/LET statement(s) at the end in place. They will update the value upon loading the first set of records which will probably be the entire table. This value will become for example 13/5/2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next reload will start with vLastLoadDate = 13/5/2014 as this value was stored with the rest of the data at the end of the first reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 00:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-question/m-p/631895#M1092183</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-05-14T00:03:49Z</dc:date>
    </item>
  </channel>
</rss>

