<?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: can we read / extract data directly from multiple database instances and join the tables in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098308#M894812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by refreshing , is it loading or incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is refreshing, yes, it can loaded from both databases one by one , even if you can do the incremental loading also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 08:57:08 GMT</pubDate>
    <dc:creator>kkkumar82</dc:creator>
    <dc:date>2016-08-01T08:57:08Z</dc:date>
    <item>
      <title>can we read / extract data directly from multiple database instances and join the tables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098303#M894807</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 we read / extract data directly from multiple database instances and join the tables in qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example, Table A from Database A, Table B from Database B, I would like to join Table A and B in QlikView. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sahana&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/can-we-read-extract-data-directly-from-multiple-database/m-p/1098303#M894807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: can we read / extract data directly from multiple database instances and join the tables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098304#M894808</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;Yes its possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write the select statement like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Sql &lt;/P&gt;&lt;P&gt;Select * from Database1.Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sql &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Select * from Database2.Table2;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 07:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098304#M894808</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-01T07:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: can we read / extract data directly from multiple database instances and join the tables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098305#M894809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From TableA;&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From TableB;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: To join u should have common field (Key) between TableA and TableB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to help you on Data modelling side , attaching doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 07:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098305#M894809</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-08-01T07:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: can we read / extract data directly from multiple database instances and join the tables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098306#M894810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sahana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let do it like this in edit script.&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC connect to Oracle;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;OLEDB connect to SQLServer;&lt;/P&gt;&lt;P&gt;Join(Table1)&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Laod Statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Be careful, don't copy load statement from one connection under another connection, the data may be ambiguous if the table is contained in both the databases or even through an error if the table is not contained in another connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 07:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098306#M894810</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-08-01T07:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: can we read / extract data directly from multiple database instances and join the tables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098307#M894811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;thanks for your responses.&lt;/P&gt;&lt;P&gt;Can I check that: when I reload the application, will my data from both database A(may be SQL) and Database B(may be Oracle) be refreshed simultaneously? else what would be the round about effort?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sahana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 07:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098307#M894811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-01T07:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: can we read / extract data directly from multiple database instances and join the tables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098308#M894812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by refreshing , is it loading or incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is refreshing, yes, it can loaded from both databases one by one , even if you can do the incremental loading also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 08:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098308#M894812</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-08-01T08:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: can we read / extract data directly from multiple database instances and join the tables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098309#M894813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kumar,&lt;/P&gt;&lt;P&gt;Yes, I meant data loading.So should I load the script twice, each time connecting to either of the data bases A or B? &lt;/P&gt;&lt;P&gt;Inst there an option to load both the databases at ones?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sahana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 09:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098309#M894813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-01T09:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: can we read / extract data directly from multiple database instances and join the tables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098310#M894814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sahana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes If you reload the application then it will refresh automatically.But this is not the best practice in Qlikview Development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Best Practice, First load the data from all sources and store in QVDs.&lt;/P&gt;&lt;P&gt;From QVDs you can fetch the data into your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you, If any doubt still remains kindly let me know.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghvendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 09:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098310#M894814</guid>
      <dc:creator>raghvendrasingh</dc:creator>
      <dc:date>2016-08-01T09:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: can we read / extract data directly from multiple database instances and join the tables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098311#M894815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot Raghvendra &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 09:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098311#M894815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-01T09:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: can we read / extract data directly from multiple database instances and join the tables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098312#M894816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;simultaneous loading of data in &lt;STRONG&gt;one QVW is not possible because Qlikview connect to single data source while loading the data once its done...it will disconnect the correct and connect to another database . &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG style=": ; color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If you need it in a simultaneous way then create 2 QVW's and then create QVD's out of those and then load them into the dashboard&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG style=": ; color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG style=": ; color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 09:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098312#M894816</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-08-01T09:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: can we read / extract data directly from multiple database instances and join the tables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098313#M894817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can do this, but only 1 connection is active at any time, so if you are changing connections you will need to have your connect statements in the correct position in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use concatenate, mappings and joins in the QlikView script to combine that data as required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect statement 1 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load data from connection 1 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect statement 2 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load data from connection 2 ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 09:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-read-extract-data-directly-from-multiple-database/m-p/1098313#M894817</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-08-01T09:24:10Z</dc:date>
    </item>
  </channel>
</rss>

