<?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 How to save multiple qvds into one qvd? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309021#M1191700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you need to build them into one? what's the problem on keeping them separated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2011 13:31:56 GMT</pubDate>
    <dc:creator>danielrozental</dc:creator>
    <dc:date>2011-07-26T13:31:56Z</dc:date>
    <item>
      <title>How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309019#M1191698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 10 qvd files. I need to make them as single qvd file. Could you please any one describe this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 12:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309019#M1191698</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2011-07-26T12:40:37Z</dc:date>
    </item>
    <item>
      <title>How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309020#M1191699</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 do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALL_QVD:&lt;/P&gt;&lt;P&gt;load null() as dummy autogenerate(0); &lt;/P&gt;&lt;P&gt;// this is needed for making the concat afterwards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each qvd_file in filelist ('c:\your_qvd_dir\*.qvd')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate (ALL_QVD)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from $(qvd_file) (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next qvd_file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop field dummy;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store ALL_QVD into ALL_QVD.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look on syntax because I don't have test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 12:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309020#M1191699</guid>
      <dc:creator />
      <dc:date>2011-07-26T12:58:32Z</dc:date>
    </item>
    <item>
      <title>How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309021#M1191700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you need to build them into one? what's the problem on keeping them separated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309021#M1191700</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-07-26T13:31:56Z</dc:date>
    </item>
    <item>
      <title>How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309022#M1191701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;You Could simply say, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Test_QVD:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From &lt;C&gt;;&lt;/C&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Store Test_QVD into [TEST\Final.QVD];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This should work.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-Sridhar&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309022#M1191701</guid>
      <dc:creator />
      <dc:date>2011-07-26T13:51:20Z</dc:date>
    </item>
    <item>
      <title>How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309023#M1191702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sridhar, that will only work if all qvd files have the same fields, if not you will end up having Test_QVD_1, Test_QVD_2, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea's answer is more generical in that regard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309023#M1191702</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-07-26T13:54:56Z</dc:date>
    </item>
    <item>
      <title>How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309024#M1191703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Exactly, my solution will work when the field names are same in all QVD`s.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;When &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/siva.boggarapu" id="jive-45893120789018782518" style="font-size: 12px; color: #007fc0; text-decoration: underline; font-weight: bold;"&gt;siva.boggarapu&lt;/A&gt; said about concatenating all the QVD`s in to one QVD, I have assumed that he may have the same field names in all QVD`s.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Moreover if the Qvd`s has different field names, then my code will create a QVD only for the 1st loaded table and it will not create a QVD for subsequent loaded tables.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Apologies for my misunderstandings &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; and i accept Andrea`s answer is more generical in that regard. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;- Sridhar&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 14:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309024#M1191703</guid>
      <dc:creator />
      <dc:date>2011-07-26T14:11:20Z</dc:date>
    </item>
    <item>
      <title>How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309025#M1191704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use this solution more generally for TXT or XLS files. I just&amp;nbsp; propose it because&amp;nbsp; is , as you said, more generic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact the Sridhar method is quite more efficent if the case of same fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 14:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309025#M1191704</guid>
      <dc:creator />
      <dc:date>2011-07-26T14:44:57Z</dc:date>
    </item>
    <item>
      <title>How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309026#M1191705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Danielato,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please understand my requirement. I need to make them as single qvd file. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *from [..\Data Loader\Loader OverUnder\QVD\OverUnderFDUS2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *from [..\Data Loader\Loader OverUnder\QVD\OverUnderSTAFF2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *from [..\Data Loader\Loader OverUnder\QVD\OverUnderILS2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *from [..\Data Loader\Loader OverUnder\QVD\OverUnderETCA2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *from [..\Data Loader\Loader OverUnder\QVD\OverUnderFDCA2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *from [..\Data Loader\Loader OverUnder\QVD\OverUnderSTCA2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *from [..\Data Loader\Loader OverUnder\QVD\OverUnderGACA2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 04:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309026#M1191705</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2011-07-27T04:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309027#M1191706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shridar already answered you &lt;A _jive_internal="true" href="https://community.qlik.com/message/135971#135971"&gt;here&lt;/A&gt;. Your code, would look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;// This loads all files in one table&lt;/P&gt;&lt;P&gt;TempLoad: &lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;FROM [..\Data Loader\Loader OverUnder\QVD\OverUnder*.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// This stores all previous QVDs in one&lt;/P&gt;&lt;P&gt;STORE TempLoad INTO [..\Data Loader\Loader OverUnder\QVD\CompleteFile.qvd];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Credits to Shridar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 08:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309027#M1191706</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-07-27T08:01:18Z</dc:date>
    </item>
    <item>
      <title>How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309028#M1191707</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;if in the directory you have only the qvd that you mention you can do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALL_QVD:&lt;/P&gt;&lt;P&gt;load null() as dummy autogenerate(0);&lt;/P&gt;&lt;P&gt;// this is needed for making the concat afterwards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each qvd_file in filelist ('..\Data Loader\Loader OverUnder\QVD\*.qvd')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate (ALL_QVD)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from $(qvd_file) (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next qvd_file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop field dummy;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store ALL_QVD into ALL_QVD.QVD;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 08:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309028#M1191707</guid>
      <dc:creator />
      <dc:date>2011-07-27T08:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309029#M1191708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &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, 27 Jul 2011 08:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309029#M1191708</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2011-07-27T08:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309030#M1191709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sridhar wrote&amp;nbsp; "&lt;EM&gt;Moreover if the Qvd`s has different field names, then my code will create a QVD only for the 1st loaded table and it will not create a QVD for subsequent loaded tables."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It is not necessary for all qvd files to have same fields. You can load fields with different names by using 'cocatenate load' and then store the table to 'Final.qvd'. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load * from file1.qvd;&lt;/P&gt;&lt;P&gt;cocatenate load * from file2.qvd;&lt;/P&gt;&lt;P&gt;cocatenate load * from file3.qvd;&lt;/P&gt;&lt;P&gt;store * from Tab1 into Fianl.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 17:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309030#M1191709</guid>
      <dc:creator>dkbhatt51</dc:creator>
      <dc:date>2011-07-27T17:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309031#M1191710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darshan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's right, but it takes more time to develop and you need to specify each of the files you want to concatenate, while when using the wildcard in the filename provided all fields are&amp;nbsp; the same, the concatenation takes places likewise, and the code is cleaner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use that quite a lot in my projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 17:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309031#M1191710</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-07-27T17:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309032#M1191711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to store all qvds into one qvd as per your suggession. Yes, its working as well. But when Im going to see the final qvd. It is not showing any data. May I know why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 04:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309032#M1191711</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2011-07-28T04:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309033#M1191712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;If the aim is to load qvd files with different field names and create a single qvd file for further use, one can use the wild card for filename in my example as well. You may either keep the initial qvd files in a separate project directory or give them project related names like P1F1.qvd, P1F2.qvd and so on. You may then use "concatenate load * from *.qvd " if they are in a separate project directory, otherwise "concatenate load * from P1*.qvd ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Darshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 05:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309033#M1191712</guid>
      <dc:creator>dkbhatt51</dc:creator>
      <dc:date>2011-07-28T05:02:52Z</dc:date>
    </item>
    <item>
      <title>How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309034#M1191713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Hi siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finaltable:&lt;BR /&gt;Load *,'OverUnderFDUS2011' as TableName&lt;BR /&gt;from [..\Data Loader\Loader OverUnder\QVD\OverUnderFDUS2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;concatenate&lt;BR /&gt; &lt;BR /&gt;Load *,'OverUnderSTAFF2011' as TableName&lt;BR /&gt;from [..\Data Loader\Loader OverUnder\QVD\OverUnderSTAFF2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt; &lt;BR /&gt;Load *,'OverUnderILS2011' as TableName&lt;BR /&gt;from [..\Data Loader\Loader OverUnder\QVD\OverUnderILS2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt; &lt;BR /&gt;Load *,'OverUnderETCA2011' as TableName&lt;BR /&gt;from [..\Data Loader\Loader OverUnder\QVD\OverUnderETCA2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt; &lt;BR /&gt;Load *,'OverUnderFDCA2011' as TableName&lt;BR /&gt;from [..\Data Loader\Loader OverUnder\QVD\OverUnderFDCA2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt; &lt;BR /&gt;Load *,'OverUnderSTCA2011' as TableName&lt;BR /&gt;from [..\Data Loader\Loader OverUnder\QVD\OverUnderSTCA2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt; &lt;BR /&gt;Load *,'OverUnderGACA2011' as TableName&lt;BR /&gt;from [..\Data Loader\Loader OverUnder\QVD\OverUnderGACA2011.qvd](qvd);&lt;/P&gt;&lt;P&gt;Store FinalTable into FinalTable.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName Field in the FinalTable.qvd will allow you to seperate the each table data on the selection in the front end(Optional).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 07:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309034#M1191713</guid>
      <dc:creator>rahulgupta</dc:creator>
      <dc:date>2011-07-28T07:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309035#M1191714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try a few files only, and see how large the file is in the folder, or if it's zero size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post your code or attach the application so we can take a closer look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 08:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309035#M1191714</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-08-01T08:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309036#M1191715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to say this I’m unable to post my code or attachment.Because it’s very confidential file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 08:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309036#M1191715</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2011-08-01T08:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309037#M1191716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok then,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if you don't load all records from your file? Is the file empty?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;ReducedTable:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM File*.qvd (qvd)&lt;/P&gt;&lt;P&gt;WHERE RecNo() &amp;lt; 10; // Load only 10 records from every file&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; text-decoration: underline; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 09:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309037#M1191716</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-08-01T09:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to save multiple qvds into one qvd?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309038#M1191717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with above code also, but still&amp;nbsp; final qvd was not showing any data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 09:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-save-multiple-qvds-into-one-qvd/m-p/309038#M1191717</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2011-08-02T09:29:05Z</dc:date>
    </item>
  </channel>
</rss>

