<?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: How to join two tables with multiple column? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46301#M779887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make it Composite Key :&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;MainTable:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Column1'-'Column2 as [Composite Key],&lt;/P&gt;&lt;P&gt;Data1&lt;/P&gt;&lt;P&gt;From Table1;&lt;/P&gt;&lt;P&gt;left join(MainTable)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column1'-'Column2 as [Composite Key],&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Data2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From Table2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2018 12:55:48 GMT</pubDate>
    <dc:creator>vishalarote</dc:creator>
    <dc:date>2018-04-03T12:55:48Z</dc:date>
    <item>
      <title>How to join two tables with multiple column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46299#M779885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created my tables using SQL statements in the Data Load Editor. I know that if the columns of two table are the same name they will be joined, however how do I join three columns of the two table together? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46299#M779885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables with multiple column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46300#M779886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to create a new field with the concatenation of the values of these three fields in both tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 12:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46300#M779886</guid>
      <dc:creator>jaumecf23</dc:creator>
      <dc:date>2018-04-03T12:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables with multiple column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46301#M779887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make it Composite Key :&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;MainTable:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Column1'-'Column2 as [Composite Key],&lt;/P&gt;&lt;P&gt;Data1&lt;/P&gt;&lt;P&gt;From Table1;&lt;/P&gt;&lt;P&gt;left join(MainTable)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column1'-'Column2 as [Composite Key],&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Data2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From Table2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 12:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46301#M779887</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-03T12:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables with multiple column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46302#M779888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the plain SQL no Qlik expressions can I generate composite&amp;nbsp; key on the plain sql?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 12:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46302#M779888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T12:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables with multiple column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46303#M779889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes u just Concate the field&lt;/P&gt;&lt;P&gt;select (Column1,Column2) as Composite Key,Data1&lt;/P&gt;&lt;P&gt;from Table1; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;select (Column1,Column2) as Composite Key,Data2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;from Table2; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;after that &lt;SPAN style="font-size: 13.3333px;"&gt;use join &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;select a.Composite Key,b.composite key, Data1, Data2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;from Table1 a left join Table2 b&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;where &lt;SPAN style="font-size: 13.3333px;"&gt;a.Composite=b&lt;SPAN style="font-size: 13.3333px;"&gt;.Composite;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 13:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46303#M779889</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-03T13:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables with multiple column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46304#M779890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where a.Composite Key=b.Composite Key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 13:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-with-multiple-column/m-p/46304#M779890</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-04-03T13:05:32Z</dc:date>
    </item>
  </channel>
</rss>

