<?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 appending data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/appending-data/m-p/356180#M132172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is correct, you can't append to a QVD without loading it first into memory to concatenate to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand you can see it as a time and performance issue, but unless there's an operation performed on the old data, it should be read in optimized mode and shouldn't be an issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 22:50:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-18T22:50:19Z</dc:date>
    <item>
      <title>appending data</title>
      <link>https://community.qlik.com/t5/QlikView/appending-data/m-p/356177#M132169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just a question, how can I append some data to a QVD ?&lt;/P&gt;&lt;P&gt;I have read the documentation about incremental load but I have understood what I'm going to explain here below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I can extract just new data from a database server (suppose we ha ve no update or delete) and this is powerful.&lt;/P&gt;&lt;P&gt;I can then concatenate this data with the consolidated data one stored in a QVD, and here is the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To performe a concatenation I have to read all the data from a qvd into the memory, and this is NOT what I want (because a performance issue and waste time).&lt;/P&gt;&lt;P&gt;I just want to write in APPEND some data into a qvd without have to load it and overwrite it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't understood if it's possible or not (or if I have always to store the new qvd with the concatenation of old and new data together).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, if we work with bigdata, this can be a big issue and can maybe sometimes occurs in memory overflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 22:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/appending-data/m-p/356177#M132169</guid>
      <dc:creator />
      <dc:date>2012-04-17T22:33:10Z</dc:date>
    </item>
    <item>
      <title>appending data</title>
      <link>https://community.qlik.com/t5/QlikView/appending-data/m-p/356178#M132170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If I misunderstood your question, please correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here is the answer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Whenever the qlikview file gets reloaded, that means it clears the preloaded data from memory and reloads the new data from the file again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is what generally happening in qlikview reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But in your case, You just want load the new data which you have downloaded from the data source recently and without loading the previous data i.e., the exact previously loaded table, I don't think it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Because, to concatenate the new data with the table that should exist in the memory before the concatenation process. right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think it is must to load the previous table for concatenation. Only Loading the recent data will throw an error logically. Lets say it would be a table not found error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrew Hudson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 03:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/appending-data/m-p/356178#M132170</guid>
      <dc:creator>adhudson</dc:creator>
      <dc:date>2012-04-18T03:16:16Z</dc:date>
    </item>
    <item>
      <title>appending data</title>
      <link>https://community.qlik.com/t5/QlikView/appending-data/m-p/356179#M132171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to store the new data extracted from the datasource in an appending mode to an existing qvd.&lt;/P&gt;&lt;P&gt;I think this is not possible because in every documentation file I have read it is always described that you have to concatenate two dataset (the historical qvd and the new data extracted) and store in the qvd (overwriting the old one)...but concatenate means that I have to load data into the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you confirm this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, I'll just stop to search &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 22:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/appending-data/m-p/356179#M132171</guid>
      <dc:creator />
      <dc:date>2012-04-18T22:18:32Z</dc:date>
    </item>
    <item>
      <title>appending data</title>
      <link>https://community.qlik.com/t5/QlikView/appending-data/m-p/356180#M132172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is correct, you can't append to a QVD without loading it first into memory to concatenate to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand you can see it as a time and performance issue, but unless there's an operation performed on the old data, it should be read in optimized mode and shouldn't be an issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 22:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/appending-data/m-p/356180#M132172</guid>
      <dc:creator />
      <dc:date>2012-04-18T22:50:19Z</dc:date>
    </item>
    <item>
      <title>appending data</title>
      <link>https://community.qlik.com/t5/QlikView/appending-data/m-p/356181#M132173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Ya... I confirm that you need to load the data before concatenation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrew Hudson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 00:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/appending-data/m-p/356181#M132173</guid>
      <dc:creator>adhudson</dc:creator>
      <dc:date>2012-04-19T00:13:21Z</dc:date>
    </item>
    <item>
      <title>appending data</title>
      <link>https://community.qlik.com/t5/QlikView/appending-data/m-p/356182#M132174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As others have confirmed, there is no Append functionality for QVDs. As an alternative to re-reading and merging into a single QVD, you can store each set of updates into a seperate QVD file, qualifed for example with a datestamp. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactions_20120417.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then your QVD consuming script can load all QVDs with a wildcard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM Transactions_*.qvd (qvd).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich"&gt;http://robwunderlich&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 01:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/appending-data/m-p/356182#M132174</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-04-19T01:58:48Z</dc:date>
    </item>
  </channel>
</rss>

