<?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 Load Multiple QVDs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086139#M361630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set of QVDs having data from same table, but column structure of qvd's are different. Few of QVDs has 10 columns &amp;amp; few has 15 columns. First 10 columns are same in both cases &amp;amp; later 5 columns being added to new data. For Historic data , structure didn't changed. Here my question is how to load all of them into a single QVD ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2016 06:11:18 GMT</pubDate>
    <dc:creator>manojkulkarni</dc:creator>
    <dc:date>2016-01-14T06:11:18Z</dc:date>
    <item>
      <title>Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086139#M361630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set of QVDs having data from same table, but column structure of qvd's are different. Few of QVDs has 10 columns &amp;amp; few has 15 columns. First 10 columns are same in both cases &amp;amp; later 5 columns being added to new data. For Historic data , structure didn't changed. Here my question is how to load all of them into a single QVD ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086139#M361630</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-01-14T06:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086140#M361631</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Column1,&lt;/P&gt;&lt;P&gt;Column2,&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;P&gt;Column15&lt;/P&gt;&lt;P&gt;Autogenerate 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Data)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM *.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Replace Column1, Column2, ..... Column15 with your actual column names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not working then use loop to read each and every file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;FOR&lt;/STRONG&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;EACH&lt;/SPAN&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;file&lt;/EM&gt;&lt;/STRONG&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;in&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;FileList&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;('filepath\*.qvd');&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column1,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column15&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Autogenerate 0;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: black; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;Concatenate(Data)&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="color: black; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; * ,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;From&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="color: gray; font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;$(file)&lt;/EM&gt;&lt;EM style="color: #000000; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt; (qvd);&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: green; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086140#M361631</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-14T06:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086141#M361632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan. Is there a way to do same without mentioning column names ? In feature if somebody adds new column to source without the help of developer it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW I will check the above code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086141#M361632</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-01-14T06:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086142#M361633</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;BR /&gt;If your done with all QVD's Transformations then,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14527529297815546 jive_text_macro" jivemacro_uid="_14527529297815546" modifiedtitle="true"&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Test_QVD:&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Load *&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;From &lt;C&gt;;&lt;/C&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Store Test_QVD into [TEST\Final.QVD];&lt;/EM&gt;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086142#M361633</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-14T06:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086143#M361634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will not work, since structure is different it will create 2 tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086143#M361634</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-01-14T06:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086144#M361635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM QVD_Path\*.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086144#M361635</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-01-14T06:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086145#M361636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not concatenate them??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use a common Flag to differentiate all the tables?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086145#M361636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-14T06:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086146#M361637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to concatenate ? I don't know from which QVD the structure is going to change ? I am looking for generic solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086146#M361637</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-01-14T06:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086147#M361638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vIndex&amp;nbsp; = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;FOR&lt;/STRONG&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;EACH&lt;/SPAN&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;file&lt;/EM&gt;&lt;/STRONG&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;in&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;FileList&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;('filepath\*.qvd');&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;IF vIndex = 1 THEN&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;*&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;FROM &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;$(file)&lt;/EM&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt; (qvd);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;ELSE&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;&lt;BR /&gt;Concatenate(Data)&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt; * ,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;From&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: gray;"&gt;$(file)&lt;/EM&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt; (qvd);&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: green;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;ENDIF&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: green;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: green;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: #000000;"&gt;LET vIndex = vIndex + 1;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: green;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit; color: blue;"&gt;Next&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086147#M361638</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-14T06:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086148#M361639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per you, &lt;STRONG&gt;Set of QVDs from same table. &lt;/STRONG&gt;It seems you are creating multiple QVDs from same Table with different different conditions, Is it right??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Say, I am having a &lt;STRONG&gt;table XXX&lt;/STRONG&gt;, and I am going to drive &lt;STRONG&gt;two tables from this which is: XXX1, XXX2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XXX1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;'XXX1' as Flag&lt;/P&gt;&lt;P&gt;Resident XXX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(XXX1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XXX2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;B,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;C,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;D,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'XXX2' as Flag&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Resident XXX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and so on...What would be the issue in this case??&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table XXX;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086148#M361639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-14T06:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086149#M361640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean set of QVD's are coming from multiple tables. Multiple tables are generated to hold big data set, few of the tables structure got changed due to addition of columns but the old one's where data is already present remains same. That's why concatenate logic will not work directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086149#M361640</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-01-14T06:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086150#M361641</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;try below script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From Temp\QVD1.qvd;&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 *&lt;/P&gt;&lt;P&gt;From New\*.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note : To avoid duplicate of 1 st QVD you can place it in different folder and other QVD in different folder.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you kept QVD1 in same folder it include duplicates of 1st QVD.&lt;/STRONG&gt;&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, 14 Jan 2016 06:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086150#M361641</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-01-14T06:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086151#M361642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan. It is working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 06:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086151#M361642</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-01-14T06:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086152#M361643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try like this also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vFolder_Path='D:\Qlik_199478';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Reads all file names in a folder with the extension '.qvd'&lt;/P&gt;&lt;P&gt;sub ScanFolder(Root)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for each FoundFile in filelist( Root &amp;amp; '\*.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; 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; LOAD * inline&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; [ &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; 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; $(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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next FoundFile&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call ScanFolder('$(vFolder_Path)') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vNoOfQVD=NoOfRows('FileList');&lt;/P&gt;&lt;P&gt;Set vConcatenate = ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Reading the data from all QVD files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR var_i = 1 TO $(vNoOfQVD)&lt;/P&gt;&lt;P&gt;&amp;nbsp; vSourceFile = trim(PEEK('SourceFile', var_i-1, 'FileList'));&lt;/P&gt;&lt;P&gt;&amp;nbsp; Final:&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vConcatenate)&lt;/P&gt;&lt;P&gt;&amp;nbsp; load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Filebasename() as QvwFile&lt;/P&gt;&lt;P&gt;&amp;nbsp; from $(vSourceFile)(qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set vConcatenate = Concatenate; &lt;/P&gt;&lt;P&gt;NEXT var_i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table FileList;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 07:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086152#M361643</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-01-14T07:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086153#M361644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 07:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086153#M361644</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2016-01-14T07:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple QVDs</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086154#M361645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * Inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Temp ];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;for Each vFile in FileList('D:\Kushal\Test\*.qvd');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate(Data)&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;FileBaseName() as FileName&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From $(vFile)(qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NEXT vFile&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Field Temp;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 07:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-QVDs/m-p/1086154#M361645</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-01-14T07:33:53Z</dc:date>
    </item>
  </channel>
</rss>

