<?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: qvd files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375035#M1173839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm trying to manage a table with 4 million records. So I would like to approach a sort of incremental loading, like load records year by year or month by month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I mean is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test1:&lt;/P&gt;&lt;P&gt;load * from mytable where Yearfield = 2011&lt;/P&gt;&lt;P&gt;store test1 into myfile.qvd(qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the script again, I should have:&lt;/P&gt;&lt;P&gt;test1:&lt;/P&gt;&lt;P&gt;load * from mytable where Yearfield = 2012&lt;/P&gt;&lt;P&gt;store .... I don't know how to append these records to the existing into Myfile.qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help and advices&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Jun 2012 12:33:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-30T12:33:27Z</dc:date>
    <item>
      <title>qvd files</title>
      <link>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375029#M1173833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I'm trying to load data from a QVD file, but I don't see my records. I created Myfile.qvd by&amp;nbsp; &lt;STRONG&gt;STORE Myfile INTO Myfile.QVD&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Then I try to load data by&amp;nbsp; LOAD * FROM Myfile.QVD, but I don't see anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm doing wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 23:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375029#M1173833</guid>
      <dc:creator />
      <dc:date>2012-06-29T23:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: qvd files</title>
      <link>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375030#M1173834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your table MyFile had any data and you generated the qvd file using the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE MyFile into MyFile.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you load the qvd file using the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from MyFile.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should be seeing your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 00:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375030#M1173834</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2012-06-30T00:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: qvd files</title>
      <link>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375031#M1173835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First look at your qvd size if it has any data at all. Once sure, that your qvd file has data, then one possibility could be - you have used a DROP command somewhere after the LOAD (from qvd) command, it is not necessary that you drop the same loaded table to lose your table, but sometimes if you are loading two tables with all common fields the later one gets concatenated automatically to the pervious one, therefore if you drop the previous table... you lose your both tables, because there was no second table actually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see, if this is the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;tresesco &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 04:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375031#M1173835</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2012-06-30T04:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: qvd files</title>
      <link>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375032#M1173836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did exaclty the same, but I forgot to mention that I'm using the Personal Edition. Is it possible to use QVD files with this version ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 10:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375032#M1173836</guid>
      <dc:creator />
      <dc:date>2012-06-30T10:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: qvd files</title>
      <link>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375033#M1173837</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; You can use it in personal edition also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; test:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;product,amount&lt;/P&gt;&lt;P&gt;xxx,56&lt;/P&gt;&lt;P&gt;yyy,78&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store test into test.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then reload once... After that from script, choose table files and select your&amp;nbsp; qvd file from the path where it store.. may be file path is problem for you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can remove the test table from script because you will get same data from qvd file itself.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 11:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375033#M1173837</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-06-30T11:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: qvd files</title>
      <link>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375034#M1173838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it works!!!!&lt;/P&gt;&lt;P&gt;Just one thing: is it possible to append new records to an existing QVD file ? &lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;first loading, all the 2011 records&lt;/P&gt;&lt;P&gt;second loading, all the 2012 records.&lt;/P&gt;&lt;P&gt;At the end, I should have Myfile.QVD with both year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 12:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375034#M1173838</guid>
      <dc:creator />
      <dc:date>2012-06-30T12:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: qvd files</title>
      <link>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375035#M1173839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm trying to manage a table with 4 million records. So I would like to approach a sort of incremental loading, like load records year by year or month by month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I mean is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test1:&lt;/P&gt;&lt;P&gt;load * from mytable where Yearfield = 2011&lt;/P&gt;&lt;P&gt;store test1 into myfile.qvd(qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the script again, I should have:&lt;/P&gt;&lt;P&gt;test1:&lt;/P&gt;&lt;P&gt;load * from mytable where Yearfield = 2012&lt;/P&gt;&lt;P&gt;store .... I don't know how to append these records to the existing into Myfile.qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help and advices&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 12:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375035#M1173839</guid>
      <dc:creator />
      <dc:date>2012-06-30T12:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: qvd files</title>
      <link>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375036#M1173840</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; try this ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tablename:&lt;/P&gt;&lt;P&gt; load * from mytable where yearfield = 2011 or yearfield = 2012;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; store tablename into test.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 12:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd-files/m-p/375036#M1173840</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-06-30T12:48:06Z</dc:date>
    </item>
  </channel>
</rss>

