<?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 from multiple DB's in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-Tables-from-multiple-DB-s/m-p/1297508#M618870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you join tables from multiple DB's and inner join. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I know that you can do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//connection 1&lt;/P&gt;&lt;P&gt;final:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Sql select table 1&lt;/P&gt;&lt;P&gt;from db1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;//connection 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;inner join(final)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sql select table 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;from db2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;However, in doing this you must first load the entire table 1 and table 2 into Qlikview. The tables i'm dealing with are very large(47 million rows) and I would like to do the inner join immediately without pulling in the entire table. Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Mar 2017 20:13:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-28T20:13:30Z</dc:date>
    <item>
      <title>Joining Tables from multiple DB's</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Tables-from-multiple-DB-s/m-p/1297508#M618870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you join tables from multiple DB's and inner join. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I know that you can do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//connection 1&lt;/P&gt;&lt;P&gt;final:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Sql select table 1&lt;/P&gt;&lt;P&gt;from db1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;//connection 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;inner join(final)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sql select table 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;from db2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;However, in doing this you must first load the entire table 1 and table 2 into Qlikview. The tables i'm dealing with are very large(47 million rows) and I would like to do the inner join immediately without pulling in the entire table. Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 20:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Tables-from-multiple-DB-s/m-p/1297508#M618870</guid>
      <dc:creator />
      <dc:date>2017-03-28T20:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables from multiple DB's</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Tables-from-multiple-DB-s/m-p/1297509#M618871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If one of the databases could connect to the other and pulling the data from there by simultaneous joining them with the own data - then it might be possible to trigger this task through qlik and to receive those data. But I assume it won't be possible. Maybe you could instead apply an incremental approach, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="4597" data-objecttype="102" href="https://community.qlik.com/docs/DOC-4597"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial',sans-serif;"&gt;Incremental Load&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="1870" data-objecttype="102" href="https://community.qlik.com/docs/DOC-1870"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial',sans-serif;"&gt;Incremental Load Scenarios&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 13:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Tables-from-multiple-DB-s/m-p/1297509#M618871</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-29T13:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables from multiple DB's</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Tables-from-multiple-DB-s/m-p/1297510#M618872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Suggestion would be create two QVDs from two DB tables and perform the join in QVD files.&lt;/P&gt;&lt;P&gt;And as suggested by Marcus you can implement Incremental Loan in QVD layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 13:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Tables-from-multiple-DB-s/m-p/1297510#M618872</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-03-29T13:26:32Z</dc:date>
    </item>
  </channel>
</rss>

