<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/934845#M977984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does for incremental load in our database, we must have a date field telling last updated date ? &lt;/P&gt;&lt;P&gt;And if we don't have last updated date field, then is there any way for doing incremental load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Aug 2015 13:46:46 GMT</pubDate>
    <dc:creator>nikhilgarg</dc:creator>
    <dc:date>2015-08-30T13:46:46Z</dc:date>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/934845#M977984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does for incremental load in our database, we must have a date field telling last updated date ? &lt;/P&gt;&lt;P&gt;And if we don't have last updated date field, then is there any way for doing incremental load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 13:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/934845#M977984</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-08-30T13:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/934846#M977985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will depend on which incremental load scenarios (add, update, delete records) you need to handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to identify a primary key in your source table, if this primary key is for example an OrderID and the OrderID will be incremented by new orders, you can pretty much translate the approach using a last updated date to your setting with OrderID ( ...WHERE OrderID &amp;gt; $(vMaxOrderIDFromQVD) ) [but not for all scenarios like updated records].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 14:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/934846#M977985</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-30T14:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/934847#M977986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohk,&lt;/P&gt;&lt;P&gt;U mean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: For Insert, apart from date field we can use primarykeyfield(Orderid) instead of date field to load newly added data.&lt;/P&gt;&lt;P&gt;2: For update, date field required&lt;/P&gt;&lt;P&gt;3: No date field required, We need to make inner join with primary key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 14:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/934847#M977986</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-08-30T14:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/934848#M977987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mostly like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. will work best if your primary key is somehow incremented by each new record and you can use a simple comparison in a WHERE clause to your DB LOAD statement (like I tried to show above).&lt;/P&gt;&lt;P&gt;It will be much more complicated / less efficient if your available primary keys are unique but somewhat randomly distributed across value range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 14:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/934848#M977987</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-30T14:55:10Z</dc:date>
    </item>
  </channel>
</rss>

