<?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 *** Use of QVD/ Incremental Data Load *** in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218011#M71181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DV,&lt;/P&gt;&lt;P&gt;QVD is a data file of qlikview. as qvw file contain application and data on the other hand qvd saves data in binary format. you can't do incremental load on qvw file so for that qvd file comes into play..&lt;/P&gt;&lt;P&gt;you can append fresh data to the previous qvd file using store &amp;lt;table name&amp;gt; into &amp;lt;filename.qvd(qvd)&amp;gt; and concatenate with the existing qvd. you can aply where condition in select statement which is your constraint for the history...and you can automate the loading using batch file..&lt;/P&gt;&lt;P&gt;hope it will help you to understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2011 10:50:40 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2011-04-15T10:50:40Z</dc:date>
    <item>
      <title>*** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218009#M71179</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;Please can you someone guide or explain me about QVD files? I had read the documentation and it is confusing in terms of loading the data. I would really appreciate if some one can share an example. I have a requirement of loading the data on incremental basis without reloading the historical data.&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 10:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218009#M71179</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-04-15T10:20:02Z</dc:date>
    </item>
    <item>
      <title>*** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218010#M71180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;QlikView has not incremental loads as such. What I do is to create two different QVW files, one that reads the historic data, and store it in QVD files (this file isn't usually reloaded unless there are changes in the data model). Using the WHERE clause of your SELECT statement you can set an easy filter by date, number, code, etc. I create another QVW file, with the almost same exact script, where the SELECTs pull from database the latest data. This file is reloaded say daily. Then, this same file or even a different file where I want to have the charts, I do a load and concatenation of both QVD files (sales historic, sales current, for example) and create the data model.&lt;/P&gt;&lt;P&gt;Using variables for the dates from and to I want to SELECT and scheduling different reload tasks makes maintenance relatively easy.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 10:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218010#M71180</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-15T10:38:53Z</dc:date>
    </item>
    <item>
      <title>*** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218011#M71181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DV,&lt;/P&gt;&lt;P&gt;QVD is a data file of qlikview. as qvw file contain application and data on the other hand qvd saves data in binary format. you can't do incremental load on qvw file so for that qvd file comes into play..&lt;/P&gt;&lt;P&gt;you can append fresh data to the previous qvd file using store &amp;lt;table name&amp;gt; into &amp;lt;filename.qvd(qvd)&amp;gt; and concatenate with the existing qvd. you can aply where condition in select statement which is your constraint for the history...and you can automate the loading using batch file..&lt;/P&gt;&lt;P&gt;hope it will help you to understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 10:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218011#M71181</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-04-15T10:50:40Z</dc:date>
    </item>
    <item>
      <title>*** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218012#M71182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DV,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;See this. It may give you an Idea&lt;/P&gt;&lt;P&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2746.Incremental_2500_20Load.ppt:550:0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 10:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218012#M71182</guid>
      <dc:creator />
      <dc:date>2011-04-15T10:52:03Z</dc:date>
    </item>
    <item>
      <title>*** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218013#M71183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This link answers most of the questions you have on QVD.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/blogs/qlikviewblogs/archive/2011/02/17/qvd-questions-and-answers.aspx"&gt;http://community.qlik.com/blogs/qlikviewblogs/archive/2011/02/17/qvd-questions-and-answers.aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 11:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218013#M71183</guid>
      <dc:creator />
      <dc:date>2011-04-15T11:16:02Z</dc:date>
    </item>
    <item>
      <title>*** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218014#M71184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel - That is good idea. Thank you very much for detailed explanation.&lt;/P&gt;&lt;P&gt;Sushil - Thanks to you as well for taking time to explain me. However, I am confused now... I might be silly to ask you this question. But what is the difference between Incremental Load &amp;amp; Appending Frest Data. I thought both are same???&lt;/P&gt;&lt;P&gt;Also can you provide sample script? That will be really helpful!&lt;/P&gt;&lt;P&gt;Sravan - Thank you very much for the presentation. It is very helpful reference, however I need to understand few concepts before digesting the content of presentation.&lt;/P&gt;&lt;P&gt;______________________________________________________________________________________________________________________&lt;/P&gt;&lt;P&gt;I have a dataset which is around 35 million records with 12 columns and I wanted to know the best practices to speed up the document? Can I load the data to QVD File?&lt;/P&gt;&lt;P&gt;Many thanks for your patience and help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 11:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218014#M71184</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-04-15T11:20:51Z</dc:date>
    </item>
    <item>
      <title>*** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218015#M71185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi DV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://global.qlik.com/uploadedimages/QlikLearn_UnderstandingQVD.pdf"&gt;http://global.qlik.com/uploadedimages/QlikLearn_UnderstandingQVD.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;check this out.. it is very good for understanding&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 11:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218015#M71185</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-04-15T11:48:55Z</dc:date>
    </item>
    <item>
      <title>*** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218016#M71186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sushil. Muralidhar Koti just provided the same document along with a video by Rob. I am looking in to this now and I'll come back with more questions.&lt;/P&gt;&lt;P&gt;Thanks folks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 11:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218016#M71186</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-04-15T11:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: *** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218017#M71187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 20:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218017#M71187</guid>
      <dc:creator>farolito20</dc:creator>
      <dc:date>2012-12-12T20:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: *** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218018#M71188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;the page come with the error:-&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;The item does not exist. It may have been deleted. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;please help me out for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218018#M71188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T07:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: *** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218019#M71189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;the page come with the error:-&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;H2&gt;Oops, the page can't be found&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218019#M71189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T07:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: *** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218020#M71190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;the page come with the error:-&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;H2&gt;Oops, the page can't be found&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218020#M71190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T07:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: *** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218021#M71191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;the page come with the error:-&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Oops, the page can't be found&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218021#M71191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T07:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: *** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218022#M71192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;the page come with the error:-&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="jive-thread-reply-message"&gt;&lt;/P&gt;&lt;H2&gt;Oops, the page can't be found&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218022#M71192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T07:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: *** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218023#M71193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;guys can you send me a one of the example QVW file related to&amp;nbsp; Incremental Data Load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218023#M71193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T07:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: *** Use of QVD/ Incremental Data Load ***</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218024#M71194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;guys can you send me a one of the example QVW file related to&amp;nbsp; Incremental Data Load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-QVD-Incremental-Data-Load/m-p/218024#M71194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T07:30:25Z</dc:date>
    </item>
  </channel>
</rss>

