<?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 Help on incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-on-incremental-load/m-p/470074#M175568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I would like to know if there are any solution for the issue that i'm facing. &lt;/P&gt;&lt;P&gt;I am creating a Qlikview report based on an ERP systems database and it takes longer time to load data into QVD. When checked some of the tables had fetched over 5 million of lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have decided to use Incremental data load approach for those tables with large amount of data. When I checked the table it only have timestamp as its unique data field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case how can i go about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2013 09:07:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-30T09:07:18Z</dc:date>
    <item>
      <title>Help on incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-incremental-load/m-p/470074#M175568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I would like to know if there are any solution for the issue that i'm facing. &lt;/P&gt;&lt;P&gt;I am creating a Qlikview report based on an ERP systems database and it takes longer time to load data into QVD. When checked some of the tables had fetched over 5 million of lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have decided to use Incremental data load approach for those tables with large amount of data. When I checked the table it only have timestamp as its unique data field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case how can i go about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 09:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-incremental-load/m-p/470074#M175568</guid>
      <dc:creator />
      <dc:date>2013-01-30T09:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help on incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-incremental-load/m-p/470075#M175569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/thread/65934"&gt;this discussion&lt;/A&gt; for links about incremental load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 19:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-incremental-load/m-p/470075#M175569</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-30T19:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help on incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-incremental-load/m-p/470076#M175570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the links Gysbert. I have some what understood the concept of Incremental Load but my doubt now is how to implement it on a table with data as screenshot below.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="32851" class="jive-image-thumbnail jive-image" onclick="" alt="DB_table.PNG" src="https://community.qlik.com/legacyfs/online/32851_DB_table.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The examples I read explains that I need to have a primary key and a date field. I am not sure how to start with this timestamp data as I can't seem to convert them to normal dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 02:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-incremental-load/m-p/470076#M175570</guid>
      <dc:creator />
      <dc:date>2013-01-31T02:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help on incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-incremental-load/m-p/470077#M175571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like your timestamp field is really the poorly named revision field of SQL Server 2005&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://msdn.microsoft.com/en-us/library/ms182776(v=sql.90).aspx" title="http://msdn.microsoft.com/en-us/library/ms182776(v=sql.90).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms182776(v=sql.90).aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is not really a timestamp field, but rather a binary number that gets incremented everytime a row gets updated. The datatype was renamed to "revision" in SQL Server 2008+.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your timestamp column can serve as an update indicator. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 05:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-incremental-load/m-p/470077#M175571</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-01-31T05:24:18Z</dc:date>
    </item>
  </channel>
</rss>

