Search code examples
qlikviewqliksense

How can we connect multiple data sources in QlikView?


I want to connect multiple data sources (Oracle, MySql etc) and databases. Then I want to create a table in Qlikview based on the result set of multiple select queries from the different databases.

How can we do this?


Solution

  • Hi the easiest is to create separate ODBC connections in Windows:

    enter image description here

    Then in Qlivkiew script before SELECT we have to specify which connection we want to use:

    ODBC CONNECT TO [Connection Name];