<?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: Three identical tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918235#M318327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What data is there in columns C1, C2 &amp;amp; C3 if anyone is a measure like Sales then Concatenate it without further thinking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you join ultimately you will get only 3 columns by reducing the Row Count.&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>Tue, 11 Aug 2015 06:09:03 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-08-11T06:09:03Z</dc:date>
    <item>
      <title>Three identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918232#M318324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have 3 tables with the same table structure.Which is the best way to combine these 3 tables?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Concatenate/join/ not mentioning either?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please suggest. Thanks in advance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Select C1,C2,C3 from Table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Select C1,C2,C3 from Table2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Table3:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Select C1,C2,C3 from Table3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 05:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918232#M318324</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-11T05:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Three identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918233#M318325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think Concatenating them would make sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 05:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918233#M318325</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-11T05:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Three identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918234#M318326</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 concatenate the 3 tables, since all having the same columns so Concatenate is the best option.&amp;nbsp; If you want a flag to identify the source of each you can add the flag like below&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Data&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;Select C1,C2,C3, 'Table1' AS Source from Table1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate(Data)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select C1,C2,C3&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, 'Table2' AS Source&lt;/SPAN&gt; from Table2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; 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: 13.3333330154419px;"&gt;Concatenate(Data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select C1,C2,C3&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, 'Table3' AS Source&lt;/SPAN&gt; from Table3.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 06:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918234#M318326</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-11T06:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Three identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918235#M318327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What data is there in columns C1, C2 &amp;amp; C3 if anyone is a measure like Sales then Concatenate it without further thinking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you join ultimately you will get only 3 columns by reducing the Row Count.&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>Tue, 11 Aug 2015 06:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918235#M318327</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-11T06:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Three identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918236#M318328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 06:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918236#M318328</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-11T06:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Three identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918237#M318329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;concatenate is best option ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 06:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918237#M318329</guid>
      <dc:creator />
      <dc:date>2015-08-11T06:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Three identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918238#M318330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check below links, hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3539"&gt;Merging Data from Multiple Sources&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2375"&gt;Understanding Join, Keep and Concatenate &lt;/A&gt;&lt;/P&gt;&lt;P&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>Tue, 11 Aug 2015 06:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918238#M318330</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-11T06:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Three identical tables</title>
      <link>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918239#M318331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 06:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Three-identical-tables/m-p/918239#M318331</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-11T06:57:14Z</dc:date>
    </item>
  </channel>
</rss>

