<?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 Combine multiple QVWs into a single QVW? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529736#M198020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase I have 2 QVWs (let 2 as of now) with data for two different Regions, Suppose for 1st QVW, Region = IND and for 2nd QVW, Region = USA. Both the QVWs have same data model script and same GUI. Only data is different.&lt;/P&gt;&lt;P&gt;Now I want to combine these QVWs into a single QVW, so that in the new QVW I can have a single List Box as Region which would show a list of regions and also the same GUI as like individial QVWs. If I would select IND, the QVW should show data for IND and if I select USA, QVW should show data for USA. I can select multiple Regions as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly I have 11 QVWs. Now I need to know the approach on how to combine into a single one? Please help in providing the steps and approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2013 06:47:56 GMT</pubDate>
    <dc:creator>dmohanty</dc:creator>
    <dc:date>2013-07-02T06:47:56Z</dc:date>
    <item>
      <title>How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529736#M198020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase I have 2 QVWs (let 2 as of now) with data for two different Regions, Suppose for 1st QVW, Region = IND and for 2nd QVW, Region = USA. Both the QVWs have same data model script and same GUI. Only data is different.&lt;/P&gt;&lt;P&gt;Now I want to combine these QVWs into a single QVW, so that in the new QVW I can have a single List Box as Region which would show a list of regions and also the same GUI as like individial QVWs. If I would select IND, the QVW should show data for IND and if I select USA, QVW should show data for USA. I can select multiple Regions as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly I have 11 QVWs. Now I need to know the approach on how to combine into a single one? Please help in providing the steps and approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 06:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529736#M198020</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-07-02T06:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529737#M198021</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;&amp;nbsp; All you need to do is open anyone of the application. Say the application name is App1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; At at the start of the script (i.e at first line) type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Binary C:\App2.qvw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and reload the application.&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;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 07:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529737#M198021</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-02T07:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529738#M198022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kaushik for the quick help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase I have multiple files, how to approach? As only one Binary command is allowed in a single QVW. I need to combine 11 QVWs now. What would be the best possible way?&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 07:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529738#M198022</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-07-02T07:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529739#M198023</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;&amp;nbsp; The only way is you combine the apps one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Meaning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; App2 = App1 + App2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; App3 = App3 + App2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Like wise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 07:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529739#M198023</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-02T07:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529740#M198024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dmo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did u create a 11 qvw files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is source same for this all qvw files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if source is same u can load the all region into qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 07:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529740#M198024</guid>
      <dc:creator />
      <dc:date>2013-07-02T07:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529741#M198025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kabilan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have different sources. Let say for 1st QVW, QVDs are stored in IND folder. for 2nd QVW, QVDs are stored in USA folder, for 3rd QVW, QVDs are stored in UK folder and so on...QVDs for different regions have similar structure but data are different. &lt;/P&gt;&lt;P&gt;So I need consolidate all 11 QVWs into one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 07:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529741#M198025</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-07-02T07:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529742#M198026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kaushik for the suggestion. I will try this approach. Please do let me know if you come across any other possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 07:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529742#M198026</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-07-02T07:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529743#M198027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did u save the qvds name? eg Invoice_tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then Y did u save the qvds in different different folder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y don't u save the qvd like below in same folder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InvoiceTab folder:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoice_Tab_IND&lt;/P&gt;&lt;P&gt;Invoice_Tab_USA&lt;/P&gt;&lt;P&gt;etc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then we can load these qvd in to single qvw like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; * From Invoice_Tab*.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u understand this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 07:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529743#M198027</guid>
      <dc:creator />
      <dc:date>2013-07-02T07:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529744#M198028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kabilan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for some suggestions. You are right even that all QVDs for different regions have same name and structure.&lt;/P&gt;&lt;P&gt;But purpose of storing in separate folders is that I have to create 11 individual QVWs for users also. and those 11 QVWs will be consolidated in to a single one as well as a separate requirement.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 08:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529744#M198028</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-07-02T08:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529745#M198029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do u have Qlikview server and Publisher?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this, we can separate the application as per region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 08:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529745#M198029</guid>
      <dc:creator />
      <dc:date>2013-07-02T08:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529746#M198030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create 1QVW with all 11 transaction tables from QVWs concatenated in one in dtaa model and then use same GUI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 11:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529746#M198030</guid>
      <dc:creator>rajni_batra</dc:creator>
      <dc:date>2013-07-02T11:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529747#M198031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik/Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for a feasible solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all my QVWs, the data model script and all the table structure are same. So when I do a Binary Load as suggested, will it not form Synthetic keys?&lt;/P&gt;&lt;P&gt;As I am facing the same problem. Will the Binary approach work if all the QVWs have the exact same script? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 15:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529747#M198031</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-07-02T15:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529748#M198032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, you have one QVW developed for a single region. But you have in fact 11 Regions. Right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result should be all regions data in one QVW and one more field in the interface: Region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's the case, you need to add the Region dimension in one of the tables (where it makes most sense) and make sure that all your keys (links between the tables) contains the "Region" info: LOAD autonumber(OLD_ID, Region) as ID; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when you select one Region, the section will propagate through all the tables in your schema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 15:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529748#M198032</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2013-07-02T15:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Combine multiple QVWs into a single QVW?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529749#M198033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below script is used to load the qvd files from different folder.&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13728317683318147" jivemacro_uid="_13728317683318147"&gt;&lt;P&gt;Set vConcatenate = ;&lt;/P&gt;&lt;P&gt;sub ScanFolder(Root)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for each FileExtension in 'qvd'&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for each FoundFile in filelist( Root &amp;amp; '\*.' &amp;amp; FileExtension)&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(wildmatch(FoundFile,'Invoice_tab*'))&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;&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;&amp;nbsp; FileList:&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;&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;&amp;nbsp; $(vConcatenate)&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;&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;&amp;nbsp; LOAD *, '$(FoundFile)' as SourceFile&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;&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;&amp;nbsp; FROM [$(FoundFile)] (qvd);&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;&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;&amp;nbsp; Set vConcatenate = Concatenate;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next FoundFile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next FileExtension&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for each SubDirectory in dirlist( Root &amp;amp; '\*' )&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call ScanFolder(SubDirectory)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next SubDirectory&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call ScanFolder('D:\qvd\Region') ;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt; Like that u can add the all the qvd in to one qvw file, so that all region comes under one qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 06:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Combine-multiple-QVWs-into-a-single-QVW/m-p/529749#M198033</guid>
      <dc:creator />
      <dc:date>2013-07-03T06:11:28Z</dc:date>
    </item>
  </channel>
</rss>

