<?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 date fields ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717506#M671256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have lso tried this one :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD id from&lt;/P&gt;&lt;P&gt;MyTable.qvd&lt;/P&gt;&lt;P&gt;(qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as Compteur_Location,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where not exists(id);&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM MyTable&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But again all the table is reloaded...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2014 12:43:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-17T12:43:25Z</dc:date>
    <item>
      <title>incremental load without date fields ?</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717499#M671249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an application in which I load data from the database without almost any transformation and then store the tables in qvd files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have any date fields like "creating data" or "modification date".&amp;nbsp; I was wondering if there was any tips to use kind of incremental load ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I compare the values to the ones existing in the qvd and then add only the new lines ? But if I have to compare each record of the table to each record of the QVD, would that improve the performance ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your anwers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 08:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717499#M671249</guid>
      <dc:creator />
      <dc:date>2014-09-17T08:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load without date fields ?</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717500#M671250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the primary key in your database?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 08:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717500#M671250</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-17T08:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load without date fields ?</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717501#M671251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possible,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But atleast you need to have primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 08:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717501#M671251</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-17T08:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load without date fields ?</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717502#M671252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/217373"&gt;Incremental load without timestamp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/368147"&gt;Incremental Load without date feild&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 08:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717502#M671252</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-17T08:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load without date fields ?</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717503#M671253</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;Yes, in each table, there is an "id".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I've read, I can do insert but not update ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 09:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717503#M671253</guid>
      <dc:creator />
      <dc:date>2014-09-17T09:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load without date fields ?</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717504#M671254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's true. Without modification timestamp (and actually not comparing all field values -which beats the purpose of incremental load) updated records would not be possible to identify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 09:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717504#M671254</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-17T09:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load without date fields ?</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717505#M671255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to try it but I cannot find the proper syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as Compteur_Location,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "MyTable";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where id not in&lt;/P&gt;&lt;P&gt;LOAD id from&lt;/P&gt;&lt;P&gt;Lala\MyTable.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id is the primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANy ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 12:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717505#M671255</guid>
      <dc:creator />
      <dc:date>2014-09-17T12:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: incremental load without date fields ?</title>
      <link>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717506#M671256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have lso tried this one :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD id from&lt;/P&gt;&lt;P&gt;MyTable.qvd&lt;/P&gt;&lt;P&gt;(qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as Compteur_Location,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where not exists(id);&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM MyTable&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But again all the table is reloaded...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 12:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/incremental-load-without-date-fields/m-p/717506#M671256</guid>
      <dc:creator />
      <dc:date>2014-09-17T12:43:25Z</dc:date>
    </item>
  </channel>
</rss>

