<?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: Append data to a qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Append-data-to-a-qvd/m-p/395351#M147442</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;It is not possible to append data to a QVD.&amp;nbsp; You need to store content of a QVD in a resident table, and concatenate additional data to resident table and finally stored resident table into QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2012 15:21:44 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-10-09T15:21:44Z</dc:date>
    <item>
      <title>Append data to a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-a-qvd/m-p/395350#M147441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is it possible append data to a qvd without overwrite all the file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, i'm loading all the old data from a qvd, downloading new data from a DB, concatenate the 2 source and STORE everything in the same qvd used before to load the old data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i just download the new data from the DB, append in the QVD and than load only the last data ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't know if it is possible or i must load everything, STORE everything and load again the last data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 15:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-a-qvd/m-p/395350#M147441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-09T15:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-a-qvd/m-p/395351#M147442</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;It is not possible to append data to a QVD.&amp;nbsp; You need to store content of a QVD in a resident table, and concatenate additional data to resident table and finally stored resident table into QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 15:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-a-qvd/m-p/395351#M147442</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-10-09T15:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-a-qvd/m-p/395352#M147443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know you can't just add data to an existing qvd without bringing that old data back within the qvw file.&amp;nbsp; Assuming you are using an incremental load it would be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maxdate:&lt;/P&gt;&lt;P&gt;load max(date) as maxdate&lt;/P&gt;&lt;P&gt;from old.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vMaxDate = peek('maxdate',-1,'maxdate');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load * from currentdatabase where date &amp;gt; vMaxDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Data)&lt;/P&gt;&lt;P&gt;load * from old.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Date into old.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bit laborious but I haven't used incremental loads for a while ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 15:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-a-qvd/m-p/395352#M147443</guid>
      <dc:creator />
      <dc:date>2012-10-09T15:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-a-qvd/m-p/395353#M147444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan.&lt;/P&gt;&lt;P&gt;Emma, yours way works but i'd like having all the old data in the qvd just in case that i need to analize older data without download everything ( i'm managing a lot of data that take much time in downloading)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 16:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-a-qvd/m-p/395353#M147444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-09T16:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Append data to a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Append-data-to-a-qvd/m-p/395354#M147445</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;The other option is to have data stored in chunks rather than all in one big qvd ... I've done that before when I wanted to limit the size of the qvd files,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you could have one file per week's worth of data or month or something.&amp;nbsp; Name the qvd's MyDataOct2012 or something then, if you want to load them all in you just do load * from MyData*.qvd &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would that be better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Emma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 16:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-data-to-a-qvd/m-p/395354#M147445</guid>
      <dc:creator />
      <dc:date>2012-10-09T16:16:42Z</dc:date>
    </item>
  </channel>
</rss>

