<?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/828491#M291686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Load recent data&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD ....&lt;/P&gt;&lt;P&gt;FROM ...xlsx (ooxml, ...)&lt;/P&gt;&lt;P&gt;Where Date = Today() Or Date = Today() - 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Load past data from qvd&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;FROM .......qvd (qvd)&lt;/P&gt;&lt;P&gt;Where Date &amp;lt; Today() - 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Update qvd&lt;/P&gt;&lt;P&gt;STORE Data Into .....qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Change the date field to the appropriate field name, and make sure that the date field is loaded as a proper Qlikview date and not as a string)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2015 05:51:59 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-08-04T05:51:59Z</dc:date>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/828489#M291684</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 just tunned a file to do an incremental load from a Analytics excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is in the incremental Load script tab. As all the Analytics info has no key field, I would like to load the present day and present day - 1 info, just to have all the date up to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any body can help to me with the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 15:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/828489#M291684</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2015-05-21T15:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/828490#M291685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to date u can add new data to the existing Qvd&lt;/P&gt;&lt;P&gt;first u have convert the date formate&lt;/P&gt;&lt;P&gt; let vupdatedate = peek('&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Anal_date)&lt;/SPAN&gt;', -1, 'table name');&lt;/P&gt;&lt;P&gt;where Anal_date &amp;gt;= $(vupdatedate);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 05:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/828490#M291685</guid>
      <dc:creator />
      <dc:date>2015-08-04T05:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/828491#M291686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Load recent data&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD ....&lt;/P&gt;&lt;P&gt;FROM ...xlsx (ooxml, ...)&lt;/P&gt;&lt;P&gt;Where Date = Today() Or Date = Today() - 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Load past data from qvd&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;FROM .......qvd (qvd)&lt;/P&gt;&lt;P&gt;Where Date &amp;lt; Today() - 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Update qvd&lt;/P&gt;&lt;P&gt;STORE Data Into .....qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Change the date field to the appropriate field name, and make sure that the date field is loaded as a proper Qlikview date and not as a string)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 05:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/828491#M291686</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-04T05:51:59Z</dc:date>
    </item>
  </channel>
</rss>

