<?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: Confirmation/Way out requrie require for QVD file generation? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662631#M241441</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 guess you always have to read all records that you want to store into 1 qvd (reading your initial records, concatenate new ones then storing into qvd).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in your case, if you always need to insert new records (no update/delete of existing record), you could store each time the new pack of records into a different qvd and choose a common name for them with the timestamp (date and/or time), say MyQvd20141006.qvd and MyQvd20141007.qvd, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a variable for that:&lt;/P&gt;&lt;P&gt;let vDate = date(today(), 'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after loading your new records:&lt;/P&gt;&lt;P&gt;store MyQvd into MyQvd$(vDate).qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you want read the qvds that start with "MyQvd":&lt;/P&gt;&lt;P&gt;Load * from MyQvd*.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2014 08:36:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-06T08:36:25Z</dc:date>
    <item>
      <title>Confirmation/Way out requrie require for QVD file generation?</title>
      <link>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662628#M241438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Forum/Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have billions of record's in QVD file. But I want to just add some 100 records in QVD file. The process I follow as below:&lt;/P&gt;&lt;P&gt;qvdtab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 1st load the QVD data in Memory (Resident Load)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. (Concenate) Extracting the require/new 100 records from DataDase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Store qvdtab into D:\QVD\dataqvd.qvd(qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement:-&lt;/P&gt;&lt;P&gt;Is there any may to directly insert 100 records in QVD file without parking in memory?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance Thanks&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 07:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662628#M241438</guid>
      <dc:creator />
      <dc:date>2014-10-06T07:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Confirmation/Way out requrie require for QVD file generation?</title>
      <link>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662629#M241439</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;look at direct discovery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 07:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662629#M241439</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-06T07:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Confirmation/Way out requrie require for QVD file generation?</title>
      <link>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662630#M241440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashfaq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for Quik Response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware about the Direct discovery. In short it is directly co-ordinating/connecting(online) with database.&lt;/P&gt;&lt;P&gt;I am taking about updation of QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adv Thanks&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 08:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662630#M241440</guid>
      <dc:creator />
      <dc:date>2014-10-06T08:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Confirmation/Way out requrie require for QVD file generation?</title>
      <link>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662631#M241441</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 guess you always have to read all records that you want to store into 1 qvd (reading your initial records, concatenate new ones then storing into qvd).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in your case, if you always need to insert new records (no update/delete of existing record), you could store each time the new pack of records into a different qvd and choose a common name for them with the timestamp (date and/or time), say MyQvd20141006.qvd and MyQvd20141007.qvd, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a variable for that:&lt;/P&gt;&lt;P&gt;let vDate = date(today(), 'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after loading your new records:&lt;/P&gt;&lt;P&gt;store MyQvd into MyQvd$(vDate).qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you want read the qvds that start with "MyQvd":&lt;/P&gt;&lt;P&gt;Load * from MyQvd*.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 08:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662631#M241441</guid>
      <dc:creator />
      <dc:date>2014-10-06T08:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Confirmation/Way out requrie require for QVD file generation?</title>
      <link>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662632#M241442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick response. I am aware of all those stuff which u had mentioned above.&lt;/P&gt;&lt;P&gt;My query/question is whether I can insert changed/new 100 records directly in dataqvd.qvd without doing the process which is mentioned in 1st discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adv Thanks&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 08:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662632#M241442</guid>
      <dc:creator />
      <dc:date>2014-10-06T08:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Confirmation/Way out requrie require for QVD file generation?</title>
      <link>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662633#M241443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shan,&lt;/P&gt;&lt;P&gt;I already mentioned that you need to do the process you described if you want to store in 1 qvd only.&lt;/P&gt;&lt;P&gt;As far as I know, there's no insert/concatenate functionality directly into a qvd, without passing by a resident load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also proposed an alternative if you want to avoid doing your process, by storing into different qvds which names start the same, so you can later use the wildcard character '*' when you want to load the whole data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 09:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confirmation-Way-out-requrie-require-for-QVD-file-generation/m-p/662633#M241443</guid>
      <dc:creator />
      <dc:date>2014-10-06T09:12:03Z</dc:date>
    </item>
  </channel>
</rss>

