Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

Load

Hi All,

Yesterday one interview i face one question?

Is it possible to load two sources of data(Sql server,Oracle)?

Some one help me

Thanks in Advance

Niranjan

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Yes in QlikView its possible, and thats the biggest advantage of QlikView.

     If you want to be a QlikView Developer then you should know this things.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
jagan
Partner - Champion III
Partner - Champion III


HI,

I think you are asking about using two datasouces in single Qlikview file. If yes, then this is possible.  In single dashboard you can use two datasources.  Check this script below

Connect to ConnectionString1;

Some Select Statements;

Connect to ConnectionString2; // This automatically closes Connectionstring1

Some Select Statements;

Hope this helps you.

Regards,

Jagan.