<?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 Insert Data to QVD files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Insert-Data-to-QVD-files/m-p/143776#M716352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, QVD files cannot be appended, it's always a full re-write. I'm guessing that you are using a 32-bit machine... You might want to run the same script on a 64-bit machine, if you have access to one...&lt;/P&gt;&lt;P&gt;Out of curiosity - what's so bad about keeping your data in 30 files and loading them as needed? Why necessarily write them into one "final" file?&lt;/P&gt;&lt;P&gt;You know, of course, that in your QVW you can simply load them all based on the wildcard:&lt;/P&gt;&lt;P&gt;load * from &lt;B&gt;&lt;I&gt;$(path)AH*.QVD (QVD);&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-style: italic; font-weight: bold"&gt;cheers,&lt;/P&gt;&lt;P style="font-style: italic; font-weight: bold"&gt;Oleg&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 May 2009 22:43:31 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2009-05-10T22:43:31Z</dc:date>
    <item>
      <title>Insert Data to QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-Data-to-QVD-files/m-p/143775#M716351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the below code to insert data from 30 QVD files to a new final QVD file whereas each qvd file contains 400,000 records. when i am trying to execute this code my sytem's virtual memory size has exceeded the available limit at the file number 14.&lt;/P&gt;&lt;P&gt;Can I update the QVD file by inserting new records with in a loop and releasing the memory at each step of the loop?&lt;/P&gt;&lt;P&gt;&lt;B&gt;let&lt;/B&gt; path= 'D:\Test\QVDs' ;&lt;BR /&gt;&lt;B&gt;let&lt;/B&gt; Outputpath= 'D:\Test\QVDs' ;&lt;BR /&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;For &lt;P&gt;&lt;/P&gt;For each File in filelist (&lt;B&gt;&lt;I&gt;'$(path)AH*.QVD'&lt;/I&gt;&lt;/B&gt;)&lt;BR /&gt; &lt;I&gt;AH:&lt;BR /&gt;&lt;/I&gt; &lt;B&gt;LOAD&lt;/B&gt; * &lt;B&gt;FROM&lt;/B&gt; &lt;B&gt;&lt;I&gt;[$(File)]&lt;/I&gt;&lt;/B&gt; (qvd);&lt;BR /&gt;&lt;B&gt;Next&lt;/B&gt; File ; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;B&gt;store A&lt;/B&gt;H &lt;B&gt;into&lt;/B&gt; &lt;B&gt;&lt;I&gt;$(Outputpath)&lt;/I&gt;&lt;/B&gt;Final_AH.qvd;&lt;BR /&gt;&lt;B&gt;drop&lt;/B&gt; &lt;B&gt;table&lt;/B&gt; AH&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2009 19:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-Data-to-QVD-files/m-p/143775#M716351</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2009-05-10T19:53:09Z</dc:date>
    </item>
    <item>
      <title>Insert Data to QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-Data-to-QVD-files/m-p/143776#M716352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, QVD files cannot be appended, it's always a full re-write. I'm guessing that you are using a 32-bit machine... You might want to run the same script on a 64-bit machine, if you have access to one...&lt;/P&gt;&lt;P&gt;Out of curiosity - what's so bad about keeping your data in 30 files and loading them as needed? Why necessarily write them into one "final" file?&lt;/P&gt;&lt;P&gt;You know, of course, that in your QVW you can simply load them all based on the wildcard:&lt;/P&gt;&lt;P&gt;load * from &lt;B&gt;&lt;I&gt;$(path)AH*.QVD (QVD);&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-style: italic; font-weight: bold"&gt;cheers,&lt;/P&gt;&lt;P style="font-style: italic; font-weight: bold"&gt;Oleg&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2009 22:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-Data-to-QVD-files/m-p/143776#M716352</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-05-10T22:43:31Z</dc:date>
    </item>
    <item>
      <title>Insert Data to QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-Data-to-QVD-files/m-p/143777#M716353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically we daily generate a qvd file and in the end we consolidate it... (i.e. Same Problem of Updation)&lt;/P&gt;&lt;P&gt;Is there any alternate? OR any other suggestion on the same hardware&lt;/P&gt;&lt;P&gt;FYI.... My system RAM is 3 GB, Processor : Intel Core 2 Duo @ 2.83 GHz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2009 23:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-Data-to-QVD-files/m-p/143777#M716353</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2009-05-10T23:09:01Z</dc:date>
    </item>
    <item>
      <title>Insert Data to QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-Data-to-QVD-files/m-p/143778#M716354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, first of all, your hardware is pretty modest, in relation to the amount of data that you mentioned earlier... I'd defeinitely look into a possibility of an upgrade - some 64bit system with more RAM. Those are cheap today...&lt;/P&gt;&lt;P&gt;Other than that... when you read data and then write it into a QVD, the system typically need twice as much memory for the short period of time when the data is being written. You might find out that you can still load your data from multiple files into a QVW and finish your load script successfully without writing it back into a combined large file.If that's the case - then just keep your daily files and load them all into your final document.&lt;/P&gt;&lt;P&gt;If you can't even load all your data - then your only choice is to upgrade your hardware and use 64-bit version. Or, find another way to reduce the amount of data that you load...&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 02:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-Data-to-QVD-files/m-p/143778#M716354</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-05-11T02:41:47Z</dc:date>
    </item>
    <item>
      <title>Insert Data to QVD files</title>
      <link>https://community.qlik.com/t5/QlikView/Insert-Data-to-QVD-files/m-p/143779#M716355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Oleg!&lt;/P&gt;&lt;P&gt;I think the reading from the daily file into one QVW is the right approach rather to consolidate into single qvd on daily basis. and I agree the upgradtion is required on my machine. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 21:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Insert-Data-to-QVD-files/m-p/143779#M716355</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2009-05-12T21:10:42Z</dc:date>
    </item>
  </channel>
</rss>

