<?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: Load and save QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333462#M122955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;New_Table:&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;SELECT ID from DB_Table where date&amp;gt;$(lastexedate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(New_Table)&lt;/P&gt;&lt;P&gt; LOAD ID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;File.Qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS (ID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join SQL SELECT ID FROM DB_Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the one i am using. i observe that the QVD file is not saved with the changes. Hence, the evaluation happens with the data that was available during the creation of QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2012 06:48:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-03T06:48:50Z</dc:date>
    <item>
      <title>Load and save QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333455#M122948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to load a QVD file and append the new data to it and save it back to its original name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333455#M122948</guid>
      <dc:creator />
      <dc:date>2012-05-03T06:06:44Z</dc:date>
    </item>
    <item>
      <title>Load and save QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333456#M122949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; create a qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set qvdpath=c:\file.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tmp:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from $(qvdpath);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load fields //new data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from file.xls;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Tmp into $(qvdpath)(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333456#M122949</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-05-03T06:18:44Z</dc:date>
    </item>
    <item>
      <title>Load and save QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333457#M122950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried it, but it says could not find table Tmp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333457#M122950</guid>
      <dc:creator />
      <dc:date>2012-05-03T06:21:01Z</dc:date>
    </item>
    <item>
      <title>Load and save QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333458#M122951</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; We call this as incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have a look at the below links for documentation on incremental load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" class="active_link" href="https://community.qlik.com/docs/DOC-1870"&gt;http://community.qlik.com/docs/DOC-1870&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333458#M122951</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-05-03T06:23:39Z</dc:date>
    </item>
    <item>
      <title>Load and save QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333459#M122952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks kaushik, my case happens similar to scenario 6 as said in your dcoument. there step 5 says "Save Updated Data". i need clarification on that. i get the updated data in the report once i click the reload(say value1 changes to value2), but if i click for reload for the second time the data is rolled back(values2 changes back to value1). Same wit insert, the inserted row disappears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333459#M122952</guid>
      <dc:creator />
      <dc:date>2012-05-03T06:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load and save QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333460#M122953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New_Table:&lt;/P&gt;&lt;P&gt;SELECT ID from DB_Table where date&amp;gt;$(lastexedate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Concatenate(New_Table)&lt;/P&gt;&lt;P&gt; LOAD ID &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;File.Qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS (ID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join SQL SELECT ID FROM DB_Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Temp into File.Qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if i am wrong..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333460#M122953</guid>
      <dc:creator />
      <dc:date>2012-05-03T06:41:29Z</dc:date>
    </item>
    <item>
      <title>Load and save QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333461#M122954</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;&amp;nbsp;&amp;nbsp; Will you please share with us the script which you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333461#M122954</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2012-05-03T06:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load and save QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333462#M122955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;New_Table:&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;SELECT ID from DB_Table where date&amp;gt;$(lastexedate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(New_Table)&lt;/P&gt;&lt;P&gt; LOAD ID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;File.Qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS (ID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join SQL SELECT ID FROM DB_Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the one i am using. i observe that the QVD file is not saved with the changes. Hence, the evaluation happens with the data that was available during the creation of QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 06:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333462#M122955</guid>
      <dc:creator />
      <dc:date>2012-05-03T06:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load and save QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333463#M122956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What do you mean by "the evaluation happens with the data that was available during the creation of QVD"? If you want to save it. You can use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New_Table:&lt;/P&gt;&lt;P&gt;SELECT ID from DB_Table where date&amp;gt;$(lastexedate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;Concatenate(New_Table)&lt;/P&gt;&lt;P&gt;LOAD ID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;File.Qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS (ID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join SQL SELECT ID FROM DB_Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;store New_Table into File.qvd(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xue Bin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 07:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333463#M122956</guid>
      <dc:creator />
      <dc:date>2012-05-03T07:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load and save QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333464#M122957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xue Bin. It Worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 07:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333464#M122957</guid>
      <dc:creator />
      <dc:date>2012-05-03T07:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load and save QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333465#M122958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I save in my qvd the date when I saved the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 23:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-and-save-QVD/m-p/333465#M122958</guid>
      <dc:creator>farolito20</dc:creator>
      <dc:date>2012-12-17T23:16:34Z</dc:date>
    </item>
  </channel>
</rss>

