<?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 without Primary Key and Date Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key-and-Date-Field/m-p/96976#M765925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't mentioned, what type of incremental load you required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert Only? Insert and Update? Insert, Update and Delete?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simplest is add-only incremental load. This requires some way of identifying new records - it does not have to be a date-added or date-modified field. If you have a increasing key value, you can identify new records using the key as well.This may be a primary key in the database table, but any continually increasing field value will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you cannot identify newly added records, then add-only incremental load is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For insert only Incremental Load, you need to have at least one of below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) Last updated date or any date field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) Sequential ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using above you can identify new records while extracting from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this, you can create an ID field:&lt;/P&gt;&lt;P&gt;autonumberhash128 (EmpCode, EmpName, Region) as KeyID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Jun 2018 17:38:25 GMT</pubDate>
    <dc:creator>BalaBhaskar_Qlik</dc:creator>
    <dc:date>2018-06-30T17:38:25Z</dc:date>
    <item>
      <title>Incremental Load without Primary Key and Date Field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key-and-Date-Field/m-p/96974#M765923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one small doubt. Can we do an incremental load without primary key and Date field?&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-without-Primary-Key-and-Date-Field/m-p/96974#M765923</guid>
      <dc:creator>mahesha955</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Primary Key and Date Field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key-and-Date-Field/m-p/96975#M765924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you could do for example the ReloadTime() to get the rows that were added from ReloadTime() till now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 16:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key-and-Date-Field/m-p/96975#M765924</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2018-06-29T16:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Primary Key and Date Field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key-and-Date-Field/m-p/96976#M765925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't mentioned, what type of incremental load you required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert Only? Insert and Update? Insert, Update and Delete?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simplest is add-only incremental load. This requires some way of identifying new records - it does not have to be a date-added or date-modified field. If you have a increasing key value, you can identify new records using the key as well.This may be a primary key in the database table, but any continually increasing field value will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you cannot identify newly added records, then add-only incremental load is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For insert only Incremental Load, you need to have at least one of below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) Last updated date or any date field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) Sequential ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using above you can identify new records while extracting from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this, you can create an ID field:&lt;/P&gt;&lt;P&gt;autonumberhash128 (EmpCode, EmpName, Region) as KeyID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2018 17:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Primary-Key-and-Date-Field/m-p/96976#M765925</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-06-30T17:38:25Z</dc:date>
    </item>
  </channel>
</rss>

