<?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 FUNCTIONNING OF QVD FILES in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/FUNCTIONNING-OF-QVD-FILES/m-p/165294#M37652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please in the functioning of QVD file, I heard about the incremental load.&lt;/P&gt;&lt;P&gt;I'd like to have a sample script that performs the incremental load.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 16:30:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-29T16:30:21Z</dc:date>
    <item>
      <title>FUNCTIONNING OF QVD FILES</title>
      <link>https://community.qlik.com/t5/QlikView/FUNCTIONNING-OF-QVD-FILES/m-p/165294#M37652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please in the functioning of QVD file, I heard about the incremental load.&lt;/P&gt;&lt;P&gt;I'd like to have a sample script that performs the incremental load.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 16:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FUNCTIONNING-OF-QVD-FILES/m-p/165294#M37652</guid>
      <dc:creator />
      <dc:date>2010-10-29T16:30:21Z</dc:date>
    </item>
    <item>
      <title>FUNCTIONNING OF QVD FILES</title>
      <link>https://community.qlik.com/t5/QlikView/FUNCTIONNING-OF-QVD-FILES/m-p/165295#M37653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You question is generic, but solutions are always specific. Read "help" and try...&lt;BR /&gt;Anyway, I ansewred to a specific question yesterday, you can see an example &lt;A href="http://community.qlik.com/forums/t/36118.aspx"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 17:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FUNCTIONNING-OF-QVD-FILES/m-p/165295#M37653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-29T17:00:03Z</dc:date>
    </item>
    <item>
      <title>FUNCTIONNING OF QVD FILES</title>
      <link>https://community.qlik.com/t5/QlikView/FUNCTIONNING-OF-QVD-FILES/m-p/165296#M37654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first thing to keep in mind is that every time you use the STORE command, qlikview overwrites your old qvd file.&lt;/P&gt;&lt;P&gt;The incremental load is a sequence of actions where you get the historical data from a qvd, the new data from your source (concatenating) then overwrite the old qvd. You can also create an Insert / Delete logic using dates or primary keys.&lt;/P&gt;&lt;P&gt;The typical incremental load looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;//historical data from qvd but today data&lt;BR /&gt;DATA:&lt;BR /&gt;LOAD * FROM HISTORICAL_DATA.qvd WHERE DATE&amp;lt;TODAY();&lt;BR /&gt;&lt;BR /&gt;//adds new data from today - concatenates to DATA table&lt;BR /&gt;CONCATENATE LOAD * WHERE DATE=TODAY(); SQL SELECT * FROM SOURCE WHERE ;&lt;BR /&gt;&lt;BR /&gt;//stores the new table overwriting the old qvd&lt;BR /&gt;STORE DATA INTO HISTORICAL_DATA.QVD;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The important is to get the idea, so you can adapt this solution to your case!&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 18:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FUNCTIONNING-OF-QVD-FILES/m-p/165296#M37654</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2010-10-29T18:07:25Z</dc:date>
    </item>
  </channel>
</rss>

