<?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: Merging/Combining data in QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273915#M624051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the other two tables has same number of fields and hope you are using Concatenage(PRODUCT) between all the tables ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2017 15:10:39 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-01-19T15:10:39Z</dc:date>
    <item>
      <title>Merging/Combining data in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273911#M624047</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;this is a weird question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not even sure if I can do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say I have 2 dbs.. and 2 tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but both have the same data types in it.. like product/prod info/prod pic/etc&lt;/P&gt;&lt;P&gt;same header names...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but db1 has info from yr 1 - 5&lt;/P&gt;&lt;P&gt;db2 has yr 6-future&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do I combine them on one qv and make it show seamlessly all products from yr 1 - future?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried just putting it in one load and naming both the same and it gave me a loop error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273911#M624047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-18T22:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Merging/Combining data in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273912#M624048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the structure of both tables is the same, you should concatenate the two tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRODUCT:&lt;/P&gt;&lt;P&gt;LOAD Product,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProdInfo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Price,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'A' as Source&lt;/P&gt;&lt;P&gt;FROM TableA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (PRODUCT)&lt;/P&gt;&lt;P&gt;LOAD Product,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProdInfo,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Price,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'B' as Source&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM TableB;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that QV will autoconcatenate tables with same name and number of fields, CONCATENATE will make it more explicite and also force concatenation if structure is not 100% the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273912#M624048</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-18T22:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Merging/Combining data in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273913#M624049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works.. kinda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u concatenate 4 tables together?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did 2 and it works.. but when I add 3 and 4.. I don't get the extra data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure why&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273913#M624049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-19T15:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Merging/Combining data in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273914#M624050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenation also works with multiple tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does your script look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273914#M624050</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-19T15:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Merging/Combining data in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273915#M624051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the other two tables has same number of fields and hope you are using Concatenage(PRODUCT) between all the tables ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273915#M624051</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-19T15:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Merging/Combining data in QV</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273916#M624052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Stefan and vish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes I was not concatenating the right amount of fields..&amp;nbsp; db 3 had one (matching field).. and db 4 had 2 matching fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I needed to join 2,3,4 together then concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks all &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 20:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Combining-data-in-QV/m-p/1273916#M624052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-20T20:37:35Z</dc:date>
    </item>
  </channel>
</rss>

