<?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: Data loading from QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903121#M314104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivo Marques&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- QVDs are nothing but data files. (Same as Excel with some data in it)&lt;/P&gt;&lt;P&gt;- When you generate a qvd its nothing but extracting the data from database (currently available data in the database at time of loading) and saving it as copy.&lt;/P&gt;&lt;P&gt;- Each time you reload it will overwrite the data&lt;/P&gt;&lt;P&gt;- Your select statements are required all the time to read the data and store command to&amp;nbsp; create qvd. so create one dedicated qvw file for this ( for example : qvd_generator.qvw ) and you can schedule this qvw file in the server to generate qvd files .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Veeki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 10:54:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-03T10:54:45Z</dc:date>
    <item>
      <title>Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903115#M314098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I'm starting to implement qvd in my qlikview application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have read some posts about how to use the qvds and I already created the files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far the script on my qvw has the following structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL Connection String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE query1 INTO query1.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE query2 INTO query2.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query3:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE query3 INTO query3.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The qvds are created with the data from the select statement. But I have some questions regarding this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - How do the qvds reload the information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - After the creation of the qvds, can I delete the select statement from the qvw?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Should I put the select statement in the qvd instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a little confused regarding how everything should be connected in order to be efficient using the qvds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 10:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903115#M314098</guid>
      <dc:creator />
      <dc:date>2015-06-03T10:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903116#M314099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- If you want the data in the QVD reloading the data from the DB, you need to rerun above script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Yes, you can, but then you will work with the data stored in the qvd, it's not possible to update data anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-No.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 10:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903116#M314099</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-03T10:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903117#M314100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qvd files are just data files. They cannot 'do' anything, so they'll never reload themselves. You create qvd files with a load script like you posted. Running that script again will recreate the qvd files with the latest data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you created the qvd files you can load the data from the qvd files instead of from your sql database. If that's what you want to do then you can remove the sql statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;There's no way for you to put a select statement into a qvd file other than creating a table with an sql statement and store that table into the qvd file. &lt;/SPAN&gt;The select statement that created the table is stored in the qvd in the xml header of the qvd document. But it's just metadata. It won't be used when you load the data from the qvd file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 10:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903117#M314100</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-03T10:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903118#M314101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a layered approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Build a QVW that queries your DB and stored the data into QVD.&lt;/P&gt;&lt;P&gt;Have that QVW reloaded as needed to keep QVD in sync with DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have another QVW(s) use these QVD to build the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set up security that users creating the second QVW can't access the first QVW, only have access to the deployed QVDs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 10:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903118#M314101</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-03T10:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903119#M314102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But there is one thing that is not making sense to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update the qvds I have to execute the script in the qvw and I still have to wait for the select statements to finish, so how do I have a performance enhancement with the qvds like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 10:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903119#M314102</guid>
      <dc:creator />
      <dc:date>2015-06-03T10:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903120#M314103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a simple setting, you won't save time for reloading your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But imagine reusing the same created QVDs in a lot of different QVWs (for Sales, Executive dashboard, Production etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can run several QVWs querying the DB(s) in parallel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 10:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903120#M314103</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-03T10:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903121#M314104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivo Marques&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- QVDs are nothing but data files. (Same as Excel with some data in it)&lt;/P&gt;&lt;P&gt;- When you generate a qvd its nothing but extracting the data from database (currently available data in the database at time of loading) and saving it as copy.&lt;/P&gt;&lt;P&gt;- Each time you reload it will overwrite the data&lt;/P&gt;&lt;P&gt;- Your select statements are required all the time to read the data and store command to&amp;nbsp; create qvd. so create one dedicated qvw file for this ( for example : qvd_generator.qvw ) and you can schedule this qvw file in the server to generate qvd files .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Veeki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 10:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903121#M314104</guid>
      <dc:creator />
      <dc:date>2015-06-03T10:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903122#M314105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the help guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I understood I will always need a QVW to generate the QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QVD is only an advantage if I have multiple QVW accessing the same data source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my application I only need to have one QVW so, there is not really any advantage in using the QVD...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 sql queries running in my application. The application takes about 3/4 minutes to reload the data and I was studying the QVD in order to reduce the reload time. But unfortunately it does not seem to be the most correct thing to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any optimization techniques that can improve the reload time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you once again for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 12:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903122#M314105</guid>
      <dc:creator />
      <dc:date>2015-06-04T12:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903123#M314106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must try incremental loading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 13:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903123#M314106</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2015-06-04T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903124#M314107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well after some test with incremental loading, I was able to reduce a query of 1 minute to 7 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not bad &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I have one problem. I have four SQL queries and so I am creating 4 different QVDs for each query and for each I have 5 STORE statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE query1 INTO query1.qvd(qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE query2 INTO query2.qvd(qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE query3 INTO query3.qvd(qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE query4 INTO query4.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of writing the four queries to the same QVD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like: STORE query1, query2, query3, query4 INTO GeneralQuery.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 09:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903124#M314107</guid>
      <dc:creator />
      <dc:date>2015-06-05T09:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903125#M314108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If all your tables have same columns and similar data u can concatenate it in one table and store in one qvd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 09:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903125#M314108</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2015-06-05T09:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903126#M314109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QVD stores only one table, if you want to store more than one table then you need to concatenate those tables .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer this link for more information on this topic &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/28747"&gt;https://community.qlik.com/thread/28747&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 09:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903126#M314109</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-06-05T09:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903127#M314110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot find information about how to join the queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a little bit of research but everything I find is not exactly what I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script has the following structure: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;query1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;query2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;query3:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;query4:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the script reloads all the result are joined because I have the same ID in all the selects of the 4 queries.&lt;/P&gt;&lt;P&gt;My problem is how I can join everything in a general query to send to a QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeneralQuery:&lt;/P&gt;&lt;P&gt;LOAD * RESIDENT query1; OUTER JOIN(GeneralQuery) LOAD * RESIDENT query2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeneralQuery:&lt;/P&gt;&lt;P&gt;LOAD * RESIDENT GeneralQuery; OUTER JOIN(GeneralQuery) LOAD * RESIDENT query3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeneralQuery:&lt;/P&gt;&lt;P&gt;LOAD * RESIDENT GeneralQuery; OUTER JOIN(GeneralQuery) LOAD * RESIDENT query4;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my script returns a error of table not found (I think is because of the "GeneralQuery"), but I do not know how to solve it... Am I missing something in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 12:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903127#M314110</guid>
      <dc:creator />
      <dc:date>2015-06-05T12:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903128#M314111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps one or more of the queryN tables is not created. If a table contains exactly the same fields as a table created earlier then the data is appended to that existing table instead of creating a new table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 14:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903128#M314111</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-05T14:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903129#M314112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"From what I understood I will always need a QVW to generate the QVD. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCORRECT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 14:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903129#M314112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-05T14:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903130#M314113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I mentioned was , if all your query return same columns then u can use concatenate statement to concatenate all query result into one table and then save as one QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting an error because while using resident load prefer adding NOCONCATENATE before the load statement(if columns are same, then QLikview autoconcats the tables)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 07:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-from-QVD/m-p/903130#M314113</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2015-06-08T07:50:45Z</dc:date>
    </item>
  </channel>
</rss>

