<?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/186615#M50642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also implement increamental load on primary key or composite key.&lt;/P&gt;&lt;P&gt;date and time is not a compulsory field for increamental load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Nov 2010 13:17:22 GMT</pubDate>
    <dc:creator>suniljain</dc:creator>
    <dc:date>2010-11-15T13:17:22Z</dc:date>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186611#M50638</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 am new to QlikView and I'm just wondering if a certain table doesn't have a date field as a reference that a table is modified or a new data has been added, what should I use to implement 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>Mon, 15 Nov 2010 02:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186611#M50638</guid>
      <dc:creator />
      <dc:date>2010-11-15T02:16:28Z</dc:date>
    </item>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186612#M50639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There may be a unique key, some record ID field, that you can use. It would be convenient if it was a counter - 1,2,3,... In this case you simply load records with ID &amp;gt; than last loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 02:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186612#M50639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-15T02:23:57Z</dc:date>
    </item>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186613#M50640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what if a certain data is modified how can you tell that the data is modified using that unique ID??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 03:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186613#M50640</guid>
      <dc:creator />
      <dc:date>2010-11-15T03:40:57Z</dc:date>
    </item>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186614#M50641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use ID in this situation. Need modification time.&lt;BR /&gt;Or, use a combination of fields as a unique ID:&lt;BR /&gt;Field1 &amp;amp; Field2 &amp;amp; ... &amp;amp; Field N as ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 12:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186614#M50641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-15T12:31:52Z</dc:date>
    </item>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186615#M50642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also implement increamental load on primary key or composite key.&lt;/P&gt;&lt;P&gt;date and time is not a compulsory field for increamental load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 13:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186615#M50642</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-11-15T13:17:22Z</dc:date>
    </item>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186616#M50643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to ask yourself these questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;How can I identify new rows in this table?&lt;/LI&gt;&lt;LI&gt;Can rows be modified? &lt;UL&gt;&lt;LI&gt;If so, how can I identify modified rows in this table?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Can rows be deleted? &lt;UL&gt;&lt;LI&gt;If so, how can I identify deleted rows in this table?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Unless you tell us your table structure, we can't answer them for you. We can only give you guesses based on how tables are often structured (use an update timestamp, use a unique ID, use some sequential field).&lt;/P&gt;&lt;P&gt;If you can't figure it out, try posting your table structure.&lt;/P&gt;&lt;P&gt;Edit: Typically, you can't actually directly identify deleted rows in the table. You might be able to if you were using a delete status, or a deletion indicator, rather than actually deleting the rows. A typical approach if you've actually deleted rows is to take what's in QlikView and do an inner join on the unique keys loaded from the real table. Any keys that were deleted will then be removed from the QlikView table as well. In that case, you're identifying deleted rows by comparing to what's in QlikView, which should be the rows before the deletions occurred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 01:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186616#M50643</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-16T01:05:45Z</dc:date>
    </item>
    <item>
      <title>Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186617#M50644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am Agree with John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 13:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186617#M50644</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-11-16T13:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186618#M50645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do an incremental load for a table having composite key. I create a primary_key while loading the incremental portion and also create a primary_key while loading from the qvd. The where not exists(primary_key) check gives the 'Field not found' error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(tableName):&lt;/P&gt;&lt;P&gt;LOAD name&amp;amp;surname as $(primaryKeyColumn),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; surname, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `modified_date`;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM `qv_test`.names&lt;/P&gt;&lt;P&gt;Where $(lastModifiedColumn) &amp;gt; '$(startDate)' and $(lastModifiedColumn) &amp;lt; '$(endDate)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate ($(tableName))&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; name&amp;amp;surname as $(primaryKeyColumn),&lt;/P&gt;&lt;P&gt;&amp;nbsp; name,&lt;/P&gt;&lt;P&gt;&amp;nbsp; surname,&lt;/P&gt;&lt;P&gt;&amp;nbsp; `modified_date`&lt;/P&gt;&lt;P&gt;From $(qvdPath)$(tableName).qvd (qvd)&lt;/P&gt;&lt;P&gt;Where not (Exists($(primaryKeyColumn)));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me with how to get incremental load when there is a composite key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 07:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186618#M50645</guid>
      <dc:creator />
      <dc:date>2011-08-24T07:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186619#M50646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As error message suggests, the $(primaryKeyColumn) field does not exist in your QVD.&lt;/P&gt;&lt;P&gt;Create the QVD with that field first, then the script works.&lt;/P&gt;&lt;P&gt;Or use the Exists() with two parameters: Exists($(primaryKeyColumn), name&amp;amp;surname ). This will probably load slower (unoptimized).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 08:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load/m-p/186619#M50646</guid>
      <dc:creator>tanelry</dc:creator>
      <dc:date>2011-08-24T08:28:19Z</dc:date>
    </item>
  </channel>
</rss>

