<?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 Joining Tables - Qlikview Vs RDBMS/Database in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-Tables-Qlikview-Vs-RDBMS-Database/m-p/598047#M1100945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In RDBMS, we can specify which columns we want to join on. Can we do the same in Qlikview 11 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. consider some "logical tables" - Table1(Field1, Field2, Field3), Table2(Field7, Field8, Field9)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select *&lt;/P&gt;&lt;P&gt;from Table1 as t1&lt;/P&gt;&lt;P&gt;left join Table2 as t2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;on t1.Field1 = t2.Field9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and t1.Field2 = (t2.Field7 + 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, we&amp;nbsp; do NOT want to join on Field3 and Field9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Qlikview do something similar as imagined below ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[t1]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Field1, Field2, Field3&lt;/P&gt;&lt;P&gt;FROM [your CSV file];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//[t2]:&lt;/P&gt;&lt;P&gt;LEFT JOIN ([t1])&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Field7, Field8, Field9&lt;/P&gt;&lt;P&gt;FROM [Your CSV file]&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;on t1.Field1 = t2.Field9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and t1.Field2 = (t2.Field7 + 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Apr 2014 23:50:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-20T23:50:22Z</dc:date>
    <item>
      <title>Joining Tables - Qlikview Vs RDBMS/Database</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Tables-Qlikview-Vs-RDBMS-Database/m-p/598047#M1100945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In RDBMS, we can specify which columns we want to join on. Can we do the same in Qlikview 11 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. consider some "logical tables" - Table1(Field1, Field2, Field3), Table2(Field7, Field8, Field9)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select *&lt;/P&gt;&lt;P&gt;from Table1 as t1&lt;/P&gt;&lt;P&gt;left join Table2 as t2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;on t1.Field1 = t2.Field9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and t1.Field2 = (t2.Field7 + 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, we&amp;nbsp; do NOT want to join on Field3 and Field9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Qlikview do something similar as imagined below ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[t1]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Field1, Field2, Field3&lt;/P&gt;&lt;P&gt;FROM [your CSV file];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//[t2]:&lt;/P&gt;&lt;P&gt;LEFT JOIN ([t1])&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Field7, Field8, Field9&lt;/P&gt;&lt;P&gt;FROM [Your CSV file]&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;on t1.Field1 = t2.Field9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and t1.Field2 = (t2.Field7 + 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Apr 2014 23:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Tables-Qlikview-Vs-RDBMS-Database/m-p/598047#M1100945</guid>
      <dc:creator />
      <dc:date>2014-04-20T23:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables - Qlikview Vs RDBMS/Database</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Tables-Qlikview-Vs-RDBMS-Database/m-p/598048#M1100946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;In qlikview the tables automatically join if column names are same, try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[t1]:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field1, Field2, Field3&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [your CSV file];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//[t2]:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEFT JOIN ([t1])&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field7 + 1 AS Field2,&lt;/P&gt;&lt;P style="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;"&gt;Field7,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field8, &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field9 as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="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;"&gt;Field9&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [Your CSV file];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="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>Mon, 21 Apr 2014 04:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Tables-Qlikview-Vs-RDBMS-Database/m-p/598048#M1100946</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-21T04:11:22Z</dc:date>
    </item>
  </channel>
</rss>

