<?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 Left join with two key fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-join-with-two-key-fields/m-p/338203#M124700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It works like in SQL.&lt;/P&gt;&lt;P&gt;The two columns must have the same value to perform the join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2012 14:52:13 GMT</pubDate>
    <dc:creator>vincent_ardiet</dc:creator>
    <dc:date>2012-06-05T14:52:13Z</dc:date>
    <item>
      <title>Left join with two key fields</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-with-two-key-fields/m-p/338202#M124699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone explain how Qlikview performs left join of two tables when they share two fieldnames in common?&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 14:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-with-two-key-fields/m-p/338202#M124699</guid>
      <dc:creator />
      <dc:date>2012-06-05T14:03:00Z</dc:date>
    </item>
    <item>
      <title>Left join with two key fields</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-with-two-key-fields/m-p/338203#M124700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It works like in SQL.&lt;/P&gt;&lt;P&gt;The two columns must have the same value to perform the join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 14:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-with-two-key-fields/m-p/338203#M124700</guid>
      <dc:creator>vincent_ardiet</dc:creator>
      <dc:date>2012-06-05T14:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Left join with two key fields</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-with-two-key-fields/m-p/338204#M124701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&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; Will this work for all other types of join?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 11:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-with-two-key-fields/m-p/338204#M124701</guid>
      <dc:creator />
      <dc:date>2012-07-03T11:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Left join with two key fields</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-with-two-key-fields/m-p/338205#M124702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran2in,&lt;/P&gt;&lt;P&gt;What do you mean ? Inner join, right outer join and full outer join ?&lt;/P&gt;&lt;P&gt;Here are some details:&lt;/P&gt;&lt;P&gt;- Using the key word JOIN in QV is the same as FULL OUTER JOIN in SQL ;&lt;/P&gt;&lt;P&gt;- LEFT JOIN in QV is the same as LEFT OUTER JOIN in SQL ;&lt;/P&gt;&lt;P&gt;- RIGHT JOIN in QV is the same as RIGHT OUTER JOIN in SQL ;&lt;/P&gt;&lt;P&gt;- INNER JOIN in QV is the same as INNER JOIN in SQL ;&lt;/P&gt;&lt;P&gt;So, the big difference is that, in QV, default joins are FULL OUTER JOIN, but, in SQL, default joins are INNER JOIN.&lt;/P&gt;&lt;P&gt;Then, in SQL you can specify on which columns you want to join either from the right table, either from the left table. But QV automaticaly joins columns with the same name and like in SQL, the combination of all values from those columns have to be the same in the left table and in the right table to perform the join (whatever type of join you choose).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 07:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-with-two-key-fields/m-p/338205#M124702</guid>
      <dc:creator>vincent_ardiet</dc:creator>
      <dc:date>2012-07-04T07:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Left join with two key fields</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-with-two-key-fields/m-p/338206#M124703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for clarification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 06:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-with-two-key-fields/m-p/338206#M124703</guid>
      <dc:creator />
      <dc:date>2012-09-18T06:12:19Z</dc:date>
    </item>
  </channel>
</rss>

