<?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 without Date and Pk fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913266#M986501</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can implement incremental load without date and primary key fields?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nihhal.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 08:18:30 GMT</pubDate>
    <dc:creator>nihhalmca</dc:creator>
    <dc:date>2021-11-09T08:18:30Z</dc:date>
    <item>
      <title>Incremental Load without Date and Pk fields</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913266#M986501</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can implement incremental load without date and primary key fields?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nihhal.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 08:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913266#M986501</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2021-11-09T08:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913267#M986502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also check for primary key in your table to get increment data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 06:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913267#M986502</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-07-24T06:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913268#M986503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create primary key and do increment laod on primary key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 06:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913268#M986503</guid>
      <dc:creator />
      <dc:date>2015-07-24T06:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913271#M986506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't specify what type of incremental load you need.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 06:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913271#M986506</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-24T06:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913272#M986507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response.&lt;/P&gt;&lt;P&gt;My question is simple it is possible incremental load without date field and primary key?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nihhal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 07:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913272#M986507</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2015-07-24T07:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913273#M986508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #3d3d3d;"&gt;For insert only Incremental Load, you need to have at least one of below&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #3d3d3d;"&gt;1) &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #3d3d3d;"&gt;Last updated date or any date field&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #3d3d3d;"&gt;2) &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #3d3d3d;"&gt;Sequential ID&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #3d3d3d;"&gt;Using above you can identify new records while extracting from the databased. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also read a blog post from Barry Harmsen about creating a Hash Key from combinng the non-key fields, but never tried it. While extracting the new records, you need to check each key value and load only those values where the Hash Key if different.&amp;nbsp; I suspect about performance issue on this. I would like to try it once at least. You can have a look!&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikfix.com/2014/03/11/hash-functions-collisions/"&gt;http://www.qlikfix.com/2014/03/11/hash-functions-collisions/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can use AutoNumberHash128(),AutoNumberHash256().&lt;/P&gt;&lt;P&gt;Hope this helps !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 08:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913273#M986508</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-24T08:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913274#M986509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nihhal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to implement incremental loading without key (May not be primary key) and Date field.&amp;nbsp; There should be some logic to find the records unique.&amp;nbsp; The records may be unique by using multiple fields.&amp;nbsp; If you attach some sample data then it would be easier to analyse and provide the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 03:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913274#M986509</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-27T03:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913275#M986510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/nihhalmca"&gt;nihhalmca&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.6999998092651px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.6999998092651px;"&gt;Can you attach some sample data for provide the sample data?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 03:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913275#M986510</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-27T03:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913276#M986511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Check this thread.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4597"&gt;Incremental Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 03:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913276#M986511</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-27T03:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913277#M986513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hie...&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will helps u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 03:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913277#M986513</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-07-27T03:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913278#M986514</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;without Date field we can't perform the incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;prabhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 04:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913278#M986514</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2015-07-27T04:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913279#M986515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nihhal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the answer please close this thread by giving the Correct Answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 15:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913279#M986515</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-12T15:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913280#M986516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Nihhal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you got the answer please close this thread by giving the Correct Answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 04:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913280#M986516</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-13T04:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913281#M986517</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;The mandatory requirement for the Incremental load is Primary key or the Last Modified date. With any one of this you can create the incremental load logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 05:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913281#M986517</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-08-13T05:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913282#M986518</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;If there is no Date field, we cant go for incremental load.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Full load only &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Possible &lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 05:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913282#M986518</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2015-08-13T05:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913283#M986519</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;If there is no primary key in our table, we can create one key by joining more than 1 field and dropping the original fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the primary key and time stamp field only we can identify the records, for the scenario like add and modify the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 18.0pt; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: bold; background: white;"&gt;Using QVD Files for Incremental Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN lang="en-AU" style="color: #3d3d3d; background: white;"&gt;Incremental load is a very common task in relation to data bases. It is defined as loading nothing but new or changed records from the database. All other data should already be available, in one way or another. With&lt;/SPAN&gt;&lt;SPAN lang="en-IN" style="color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="en-IN" style="font-style: italic; color: #3778c7; background: white;"&gt;QVD Files&lt;/SPAN&gt;&lt;SPAN lang="en-IN" style="color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="en-AU" style="color: #3d3d3d; background: white;"&gt;it is possible to perform incremental load in most cases.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;The basic process is described below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;1. Load the new data from Database table (a slow process, but loading a limited number of records).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;2. Load the old data from QVD file (loading many records, but a much faster process).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;3. Create a new QVD file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;4. Repeat the procedure for every table loaded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;The complexity of the actual solution depends on the nature of the source database, but the following basic cases can be identified:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN lang="en-AU" style="color: #3d3d3d; background: white;"&gt;1)&lt;/SPAN&gt;&lt;SPAN lang="en-IN" style="color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/123692"&gt;&lt;SPAN lang="en-IN" style="font-style: italic; background: white;"&gt;Case 1: Append Only&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN lang="en-IN" style="color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="en-AU" style="color: #3d3d3d; background: white;"&gt;(typically log files&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN lang="en-AU" style="color: #3d3d3d; background: white;"&gt;2)&lt;/SPAN&gt;&lt;SPAN lang="en-IN" style="color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/123692"&gt;&lt;SPAN lang="en-IN" style="font-style: italic; background: white;"&gt;Case 2: Insert Only (No Update or Delete)&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN lang="en-AU" style="color: #3d3d3d; background: white;"&gt;3)&lt;/SPAN&gt;&lt;SPAN lang="en-IN" style="color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/123692"&gt;&lt;SPAN lang="en-IN" style="font-style: italic; background: white;"&gt;Case 3: Insert and Update (No Delete)&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN lang="en-AU" style="color: #3d3d3d; background: white;"&gt;4)&lt;/SPAN&gt;&lt;SPAN lang="en-IN" style="color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/123692"&gt;&lt;SPAN lang="en-IN" style="font-style: italic; background: white;"&gt;Case 4: Insert, Update and Delete&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;Below you will find outlined solutions for each of these cases. The reading of QVD files can be done in either optimized mode or standard mode. (The method employed is automatically selected by the QlikView script engine depending on the complexity of the operation.) Optimized mode is (very approximately) about 10x faster than standard mode or about 100x faster than loading the database in the ordinary fashion.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 12.0pt; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: bold; background: white;"&gt;Case 1: Append Only&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;The simplest case is the one of log files; files in which records are only appended and never deleted. The following conditions apply:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;The database must be a log file (or some other file in which records are appended and not inserted or deleted) which is contained in a text file (no ODBC/OLE DB).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;QlikView keeps track of the number of records that have been previously read and loads only records added at the end of the file.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white;"&gt;Script Example:&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;Buffer (Incremental) Load * From LogFile.txt (ansi, txt, delimiter is '\t', embedded labels);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 12.0pt; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: bold; background: white;"&gt;Case 2: Insert Only (No Update or Delete)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;If the data resides in a database other than a simple log file the case 1 approach will not work. However, the problem can still be solved with minimum amount of extra work. The following conditions apply:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;The data source can be any database.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;QlikView loads records inserted in the database after the last script execution.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;A field ModificationDate (or similar) is required for QlikView to recognize which records are new.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white;"&gt;Script Example:&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: italic; background: white;"&gt;QV_Table&lt;/SPAN&gt;&lt;SPAN style="background: white;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;SQL SELECT PrimaryKey, X, Y FROM DB_TABLE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;WHERE ModificationTime &amp;gt;= #$(LastExecTime)#&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;AND ModificationTime &amp;lt; #$(BeginningThisExecTime)#;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;Concatenate LOAD PrimaryKey, X, Y FROM File.QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;STORE QV_Table INTO File.QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;(The hash signs in the SQL WHERE clause define the beginning and end of a date. Check your database manual for the correct date syntax for your database.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 12.0pt; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: bold; background: white;"&gt;Case 3: Insert and Update (No Delete)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;The next case is applicable when data in previously loaded records may have changed between script executions. The following conditions apply:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;The data source can be any database.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;QlikView loads records inserted into the database or updated in the database after the last script execution&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;A field ModificationDate (or similar) is required for QlikView to recognize which records are new.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;A primary key field is required for QlikView to sort out updated records from the QVD file.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;This solution will force the reading of the QVD file to standard mode (rather than optimized), which is still considerably faster than loading the entire database.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white;"&gt;Script Example:&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: italic; background: white;"&gt;QV_Table&lt;/SPAN&gt;&lt;SPAN style="background: white;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;SQL SELECT PrimaryKey, X, Y FROM DB_TABLE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;WHERE ModificationTime &amp;gt;= #$(LastExecTime)#;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;Concatenate LOAD PrimaryKey, X, Y FROM File.QVD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;WHERE NOT Exists(PrimaryKey);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;STORE QV_Table INTO File.QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 12.0pt; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: bold; background: white;"&gt;Case 4: Insert, Update and Delete&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;The most difficult case to handle is when records are actually deleted from the source database between script executions. The following conditions apply:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;The data source can be any database.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;QlikView loads records inserted into the database or updated in the database after the last script execution.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;QlikView removes records deleted from the database after the last script execution.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;A field ModificationDate (or similar) is required for QlikView to recognize which records are new.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;A primary key field is required for QlikView to sort out updated records from the QVD file.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: Calibri; font-size: 9.75pt; background: white;"&gt;This solution will force the reading of the QVD file to standard mode (rather than optimized), which is still considerably faster than loading the entire database.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;Script Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;Let ThisExecTime = Now( );&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: italic; background: white;"&gt;QV_Table&lt;/SPAN&gt;&lt;SPAN style="background: white;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;SQL SELECT PrimaryKey, X, Y FROM DB_TABLE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;WHERE ModificationTime &amp;gt;= #$(LastExecTime)#&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;AND ModificationTime &amp;lt; #$(ThisExecTime)#;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;Concatenate LOAD PrimaryKey, X, Y FROM File.QVD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;WHERE NOT EXISTS(PrimaryKey);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;Inner Join SQL SELECT PrimaryKey FROM DB_TABLE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;If ScriptErrorCount = 0 then&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;STORE QV_Table INTO File.QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;Let LastExecTime = ThisExecTime;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 33.75px; font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;End If&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 05:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913283#M986519</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-08-13T05:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913284#M986520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nihhal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without Date field &amp;amp; Primary key we can't perform Incremental Load,if you want to 'insert' new data by using 'Partial Reload' with ADD Prefix Keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 05:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913284#M986520</guid>
      <dc:creator>infosurya2</dc:creator>
      <dc:date>2015-08-13T05:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913285#M986521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/nihhalmca"&gt;nihhalmca&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.6999998092651px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread by selecting Correct and Helpful answers. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 09:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913285#M986521</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-14T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913287#M986523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 13:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913287#M986523</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2015-08-25T13:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913288#M986524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nihhal, can you share your sample data on which you want to perform incremental load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 19:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-without-Date-and-Pk-fields/m-p/913288#M986524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-11T19:46:39Z</dc:date>
    </item>
  </channel>
</rss>

