<?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 load table with only new data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-table-with-only-new-data/m-p/198505#M715258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a distinct number/string (like an invoice no) in the csv file you can use the "where not exists()". This will only loads records not previously loaded.&lt;/P&gt;&lt;P&gt;First LOAD:&lt;/P&gt;&lt;P&gt;LOAD * from csv ...;&lt;/P&gt;&lt;P&gt;Second LOAD:&lt;/P&gt;&lt;P&gt;LOAD * from qvd ...;&lt;/P&gt;&lt;P&gt;concatenate LOAD * from csv ... where not exists(InvoiceNo);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Mar 2010 09:09:52 GMT</pubDate>
    <dc:creator>blaise</dc:creator>
    <dc:date>2010-03-31T09:09:52Z</dc:date>
    <item>
      <title>load table with only new data</title>
      <link>https://community.qlik.com/t5/QlikView/load-table-with-only-new-data/m-p/198504#M715257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a table loaded in qv that contains data from a csv file.&lt;/P&gt;&lt;P&gt;Now i want to load that same csv file again. Only the new records that are found should be added to the qv-table.&lt;/P&gt;&lt;P&gt;the ones not found should not be deleted.&lt;/P&gt;&lt;P&gt;i have other tables/sources in the same qv that needs a full refresh. So the above mentioned table has a different load methode compaired to the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 08:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-table-with-only-new-data/m-p/198504#M715257</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2010-03-31T08:53:03Z</dc:date>
    </item>
    <item>
      <title>load table with only new data</title>
      <link>https://community.qlik.com/t5/QlikView/load-table-with-only-new-data/m-p/198505#M715258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a distinct number/string (like an invoice no) in the csv file you can use the "where not exists()". This will only loads records not previously loaded.&lt;/P&gt;&lt;P&gt;First LOAD:&lt;/P&gt;&lt;P&gt;LOAD * from csv ...;&lt;/P&gt;&lt;P&gt;Second LOAD:&lt;/P&gt;&lt;P&gt;LOAD * from qvd ...;&lt;/P&gt;&lt;P&gt;concatenate LOAD * from csv ... where not exists(InvoiceNo);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 09:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-table-with-only-new-data/m-p/198505#M715258</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2010-03-31T09:09:52Z</dc:date>
    </item>
    <item>
      <title>load table with only new data</title>
      <link>https://community.qlik.com/t5/QlikView/load-table-with-only-new-data/m-p/198506#M715259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amien,&lt;/P&gt;&lt;P&gt;first of all are a date field or a flag field in your excel file which can be used to identify new records?&lt;/P&gt;&lt;P&gt;If YES do an initial load and save your table as a *.qvd file.&lt;/P&gt;&lt;P&gt;Find MaxDate as example and expand the load statement .....from ..... Where Date &amp;gt; $(MaxDate);&lt;/P&gt;&lt;P&gt;Now load your *.qvd file. QlikView concatenate the new records to the ones coming from your qvd.&lt;/P&gt;&lt;P&gt;Store the new *.qvd file. Get the new MaxDate and so on.&lt;/P&gt;&lt;P&gt;See also the attached application (comments are in german but i´m sure you will understand the logic).&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 09:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-table-with-only-new-data/m-p/198506#M715259</guid>
      <dc:creator />
      <dc:date>2010-03-31T09:17:24Z</dc:date>
    </item>
    <item>
      <title>load table with only new data</title>
      <link>https://community.qlik.com/t5/QlikView/load-table-with-only-new-data/m-p/198507#M715260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you .. very clear!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 22:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-table-with-only-new-data/m-p/198507#M715260</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2010-03-31T22:09:28Z</dc:date>
    </item>
  </channel>
</rss>

