<?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 from multiple QVD files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load-from-multiple-QVD-files/m-p/290630#M107910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our QV module reads data from multiple QVD files stores in a specific directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each day new file is being added to the same directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we make the load of the qvw to take only the newly added files (since last update)?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Currently, we open the qvw daily, run the load script, save and close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2011 14:47:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-22T14:47:19Z</dc:date>
    <item>
      <title>Incremental load from multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-from-multiple-QVD-files/m-p/290630#M107910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our QV module reads data from multiple QVD files stores in a specific directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each day new file is being added to the same directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we make the load of the qvw to take only the newly added files (since last update)?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Currently, we open the qvw daily, run the load script, save and close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 14:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-from-multiple-QVD-files/m-p/290630#M107910</guid>
      <dc:creator />
      <dc:date>2011-08-22T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load from multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-from-multiple-QVD-files/m-p/290631#M107911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what about renaming / moving the qvd's at the end of your script? You can execute a command line like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;execute cmd.exe /c move *.qvd ../archive;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 14:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-from-multiple-QVD-files/m-p/290631#M107911</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-22T14:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load from multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-from-multiple-QVD-files/m-p/290632#M107912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taladmon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several ways of achieving this.&lt;/P&gt;&lt;P&gt;One of them is:&lt;/P&gt;&lt;P&gt;- Create a table where you store each file you read and store it as QVD&lt;/P&gt;&lt;P&gt;- Check against this QVD if the file has already been read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is:&lt;/P&gt;&lt;P&gt;- Check against a key/timestamp when you read the files&lt;/P&gt;&lt;P&gt;- Only load files with keys/timestamps that haven't been read before, ie. if not exists(key)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are more ways, but these often are sufficient considering you did not supply your specific requirements.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 14:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-from-multiple-QVD-files/m-p/290632#M107912</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2011-08-22T14:59:39Z</dc:date>
    </item>
    <item>
      <title>Incremental load from multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-from-multiple-QVD-files/m-p/290633#M107913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Magnus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do it in practice?&lt;/P&gt;&lt;P&gt;Currently I reload the script daily to process all the files in the directory.&lt;/P&gt;&lt;P&gt;Is there a way to append the data of the newest file without having the nead of reloading all the other QVDs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 11:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-from-multiple-QVD-files/m-p/290633#M107913</guid>
      <dc:creator />
      <dc:date>2011-08-23T11:54:00Z</dc:date>
    </item>
    <item>
      <title>Incremental load from multiple QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load-from-multiple-QVD-files/m-p/290634#M107914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic for what you expect should be a double load and one store for the most recent QVD. The first loads the existing records, the second load concatenates the new data to the existing table, then you store the table (with all the data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find some examples on how to get that "double step" in &lt;A _jive_internal="true" href="https://community.qlik.com/message/131306"&gt;this thread&lt;/A&gt; and the macro code to load the latest file &lt;A _jive_internal="true" href="https://community.qlik.com/message/17774"&gt;here&lt;/A&gt; among many others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 12:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load-from-multiple-QVD-files/m-p/290634#M107914</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-08-23T12:14:16Z</dc:date>
    </item>
  </channel>
</rss>

