<?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: multiple joins between tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138726#M894614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is coming from a database you &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;can load via sql&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;col1,col2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; from table1, table2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; where&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table1.col1=table2.col2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and table1.col3=table2.col4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and table1.col5=table2.col6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a great intro for understanding different joining options: &lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2016 10:34:54 GMT</pubDate>
    <dc:creator>squeakie_pig</dc:creator>
    <dc:date>2016-08-05T10:34:54Z</dc:date>
    <item>
      <title>multiple joins between tables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138725#M894613</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;I am converting BO report which has below query into Qlikview, there are multiple joins available between two tables , how can I implement same in Qlikview and also column names used in join are not same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select col1,col2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from table1, table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;table1.col1=table2.col2&lt;/P&gt;&lt;P&gt;and table1.col3=table2.col4&lt;/P&gt;&lt;P&gt;and table1.col5=table2.col6&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/multiple-joins-between-tables/m-p/1138725#M894613</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: multiple joins between tables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138726#M894614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is coming from a database you &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;can load via sql&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;col1,col2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; from table1, table2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; where&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table1.col1=table2.col2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and table1.col3=table2.col4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and table1.col5=table2.col6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a great intro for understanding different joining options: &lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 10:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138726#M894614</guid>
      <dc:creator>squeakie_pig</dc:creator>
      <dc:date>2016-08-05T10:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: multiple joins between tables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138727#M894615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, supossing your query works fine in your database you can just do all the joining in the database end:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select col1,col2&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;from table1, table2&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;where&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table1.col1=table2.col2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and table1.col3=table2.col4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and table1.col5=table2.col6&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 10:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138727#M894615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T10:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: multiple joins between tables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138728#M894616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to Associate the data with the composite key here, as this query is more of an inner join &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;col1,&lt;/P&gt;&lt;P&gt;col3,&lt;/P&gt;&lt;P&gt;col5,&lt;/P&gt;&lt;P&gt;col1&amp;amp;'-'&amp;amp;col3&amp;amp;'-'&amp;amp;col5 as KeyCol&lt;/P&gt;&lt;P&gt;FROM XXXX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN (Table1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;col2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;col4,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;col6,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;col2&amp;amp;'-'&amp;amp;col4&amp;amp;'-'&amp;amp;col6 as KeyCol&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM YYYY;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 10:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138728#M894616</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-08-05T10:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: multiple joins between tables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138729#M894617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the fields that should be used to join the tables the same name in both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you have a working sql statement then use that as-is. Qlikview will send it to the database server to let the database server execute the statement. Qlikview will then get the resulting records back and load those in a table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 11:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138729#M894617</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-05T11:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: multiple joins between tables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138730#M894618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vibhu Sharma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Approach 1: Use sql select, so the you can apply joins using sql query from qlik itslef.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Approach 2: use Vineet Pujari's script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA - Extended version of Approach 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 11:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138730#M894618</guid>
      <dc:creator>rajuamet</dc:creator>
      <dc:date>2016-08-05T11:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: multiple joins between tables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138731#M894619</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;how do implement SQL in script based on multiple tables&lt;/P&gt;&lt;P&gt;I tried to select multiple tables in Create Select Statement window in script editor but it is not allowing me to do so&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138731#M894619</guid>
      <dc:creator />
      <dc:date>2016-08-05T13:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: multiple joins between tables</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138732#M894620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vibhu Sharma,&lt;/P&gt;&lt;P&gt;Take a quick look at this link&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/133042"&gt;https://community.qlik.com/thread/133042&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-joins-between-tables/m-p/1138732#M894620</guid>
      <dc:creator>rajuamet</dc:creator>
      <dc:date>2016-08-05T13:34:17Z</dc:date>
    </item>
  </channel>
</rss>

