Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
MaxSta_ConVista
Partner - Contributor
Partner - Contributor

Multiple Connectors

Hey Everybody,

could you answer me the following question please.

is it possible to use multiple and different connectors in one script to load data from different databases? As an example it would for example be one SAP System and one other API. 

Thank you very much for you help. 

 

EDIT: Grammar

1 Solution

Accepted Solutions
MayilVahanan

HI @MaxSta_ConVista 

Yes, its possible. You can connect different sources / connector in a script. 

Ex: 

ODBC Connector to SAP;

Select * from table;

Disconnect;

OLEDB connection to SQL;

Select * from table1;

Disconnect;

--

Once the new connection is mentioned, qlik will disconnect the existing connection and load data from new connection.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
MayilVahanan

HI @MaxSta_ConVista 

Yes, its possible. You can connect different sources / connector in a script. 

Ex: 

ODBC Connector to SAP;

Select * from table;

Disconnect;

OLEDB connection to SQL;

Select * from table1;

Disconnect;

--

Once the new connection is mentioned, qlik will disconnect the existing connection and load data from new connection.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.