<?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 - will it skip rows? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load-will-it-skip-rows/m-p/725852#M260319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've implemented incremental load with date restriction, the algo is like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if QVD exists, &lt;/P&gt;&lt;P&gt;if yes, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load from QVD&lt;/P&gt;&lt;P&gt;else &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load from database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store into QVD&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;load from database&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where date&amp;gt;=today's date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;//End&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If it loads at 10am on Aug 22, and again at 11pm on Aug 22, and if new rows have been added to the database between 10am and 11am, will the 11am refresh load the correct data? i.e. will the 11am refresh load all rows starting from Aug 22 00:00:00 and overwrite the 10am refresh? Because this would be correct then. Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2014 07:08:17 GMT</pubDate>
    <dc:creator>sifatnabil</dc:creator>
    <dc:date>2014-08-22T07:08:17Z</dc:date>
    <item>
      <title>Incremental load - will it skip rows?</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-will-it-skip-rows/m-p/725852#M260319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've implemented incremental load with date restriction, the algo is like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if QVD exists, &lt;/P&gt;&lt;P&gt;if yes, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load from QVD&lt;/P&gt;&lt;P&gt;else &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load from database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store into QVD&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;load from database&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where date&amp;gt;=today's date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;//End&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If it loads at 10am on Aug 22, and again at 11pm on Aug 22, and if new rows have been added to the database between 10am and 11am, will the 11am refresh load the correct data? i.e. will the 11am refresh load all rows starting from Aug 22 00:00:00 and overwrite the 10am refresh? Because this would be correct then. Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 07:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-will-it-skip-rows/m-p/725852#M260319</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-08-22T07:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load - will it skip rows?</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-will-it-skip-rows/m-p/725853#M260320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think&lt;/P&gt;&lt;P&gt;Check if QVD exists,&lt;/P&gt;&lt;P&gt;if yes&lt;/P&gt;&lt;P&gt;load from QVD;&lt;/P&gt;&lt;P&gt;Load from database&lt;/P&gt;&lt;P&gt;where date &amp;gt;= today;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (or where date &amp;gt;= last date loaded)&lt;/P&gt;&lt;P&gt;Store into QVD;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 07:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-will-it-skip-rows/m-p/725853#M260320</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-08-22T07:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load - will it skip rows?</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-will-it-skip-rows/m-p/725854#M260321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I used primary keys and LOAD DISTINCT to ensure that duplicate rows were not created during concatenation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 09:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-will-it-skip-rows/m-p/725854#M260321</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-08-28T09:53:40Z</dc:date>
    </item>
  </channel>
</rss>

