<?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: Joining tthree QVDs with same fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001925#M969471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats not a problem, just sotre every QVD into a separate QVD, without taking care about the name of the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC1.QVD have the same fields of ABC2.QVD but not the same data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load ... from Table1;&lt;/P&gt;&lt;P&gt;Store Table1 ...&lt;/P&gt;&lt;P&gt;Drop table Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 16:30:10 GMT</pubDate>
    <dc:creator>jolivares</dc:creator>
    <dc:date>2015-09-22T16:30:10Z</dc:date>
    <item>
      <title>Joining tthree QVDs with same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001923#M969469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Our current implementation is like&lt;/P&gt;&lt;P&gt;load *;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From Table1&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load *;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SQL&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;select&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A,&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;From Table2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load *;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SQL&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;select&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A,&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;From Table3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Store into ABC.QVD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and this ABC.qvd is feeding to my QVW(Two tier Architecture)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;now because of some reason i have to implement&amp;nbsp; some thing like create three separate QVD's from three table(ABC1.qvd, ABC2. qvd,ABC3.qvd) and than merge them in one QVD (ABC.qvd).&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;my question is can i introduce one more qvd gen (Three tier architecture) and do something like ABC1.qvd&lt;SPAN style="font-size: 13.3333px;"&gt;ConcatenateABC2.qvd&lt;SPAN style="font-size: 13.3333px;"&gt;ConcatenateABC3.qvd store into ABC.qvd or use keyword keep or something else.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please advice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Note: All the three tables has same fields(A,B,C)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001923#M969469</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-09-22T16:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tthree QVDs with same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001924#M969470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NameTable:&lt;/P&gt;&lt;P&gt;load *;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From Table1&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;load *;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From Table2&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;load *;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From Table3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store * from&amp;nbsp; NameTable&amp;nbsp; into ABC.QVD&lt;/P&gt;&lt;P&gt;Drop Table NameTable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001924#M969470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T16:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tthree QVDs with same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001925#M969471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats not a problem, just sotre every QVD into a separate QVD, without taking care about the name of the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC1.QVD have the same fields of ABC2.QVD but not the same data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load ... from Table1;&lt;/P&gt;&lt;P&gt;Store Table1 ...&lt;/P&gt;&lt;P&gt;Drop table Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001925#M969471</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2015-09-22T16:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tthree QVDs with same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001926#M969472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the point is I have to create three QVD Gen, QVDGEN1, QVDGEN2,QVDGen3 &lt;SPAN style="font-size: 13.3333px;"&gt;(Some business need)&lt;/SPAN&gt; to create three QVDs ABC1.qvd,ABC2.qvd,ABC3.QVD now I have three QVDs and I have to join or concatenate them in one qvd ABC.qvd.&lt;/P&gt;&lt;P&gt;Note its must to create the QVDs using three diff QVD Gen once QVD's are generated we need to merge them in one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001926#M969472</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-09-22T16:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tthree QVDs with same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001927#M969473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Concatenate &lt;/SPAN&gt;all of them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001927#M969473</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-09-22T16:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tthree QVDs with same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001928#M969474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply store them in 3 .qvd and add an additional layer where you concatenate them in one table and store it as single .qvd. What concerns you about that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001928#M969474</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2015-09-22T16:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tthree QVDs with same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001929#M969475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you need separate the tables, you don't use concate, and create a new qvd&amp;nbsp; for each table .&lt;/P&gt;&lt;P&gt;ABC1:&lt;/P&gt;&lt;P&gt;load *;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From &lt;SPAN style="font-size: 13.3333px;"&gt;Table1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Store * from&amp;nbsp; ABC1 into ABC1.QVD&lt;/P&gt;&lt;P&gt;Drop Table ABC1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC2:&lt;/P&gt;&lt;P&gt;load *;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From Table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store * from&amp;nbsp; ABC2 into ABC2.QVD&lt;/P&gt;&lt;P&gt;Drop Table ABC2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC3:&lt;/P&gt;&lt;P&gt;load *;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From Table3&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Store * from&amp;nbsp; ABC3 into ABC3.QVD&lt;/P&gt;&lt;P&gt;Drop Table ABC3&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, 22 Sep 2015 16:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001929#M969475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T16:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tthree QVDs with same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001930#M969476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the confusion, i think i was not able to explain properly.&lt;/P&gt;&lt;P&gt;Let me try again.&lt;/P&gt;&lt;P&gt;you know how i was doing earlier (Creating one qvd ABC.qvd by &lt;SPAN style="font-size: 13.3333px;"&gt;concatenating three tables &lt;/SPAN&gt;and my qvw was reading with that)&lt;/P&gt;&lt;P&gt;Now i have three qvd's (ABC1.qvd and so on... no concatenation of three tables now) so point is I want to merge those&amp;nbsp; 3 QVDs (ABC1.qvd concatenate ABC2.qvd so on) in one QVD.&lt;/P&gt;&lt;P&gt;so question is is it possible to &lt;SPAN style="font-size: 13.3333px;"&gt;concatenate&amp;nbsp; three qvd's(Having same fields) in one qvd ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 17:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001930#M969476</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-09-22T17:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tthree QVDs with same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001931#M969477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, basically you have to do is concatenate the 3&amp;nbsp; qvd and save it into one.&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;ABC:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ABC1.QVD(qvd);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ABC2.QVD(qvd);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ABC3.QVD(qvd);&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;Store * from&amp;nbsp; ABC into newQVD.QVD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Table ABC&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 17:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001931#M969477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T17:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tthree QVDs with same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001932#M969478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to concatenate qvd you have to read them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * from qvd1.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;STRONG&gt;concatenate (Table1)&lt;/STRONG&gt; load * from qvd2.qvd (qvd);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;STRONG&gt;concatenate (Table1)&lt;/STRONG&gt; load * from qvd3.qvd (qvd);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can remove the bold part if all the fields are the same (number and name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and then store the Table into a new qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;store ..............;&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 19:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-tthree-QVDs-with-same-fields/m-p/1001932#M969478</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-09-22T19:34:32Z</dc:date>
    </item>
  </channel>
</rss>

