Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Extract data from multiple data sources

Hi all,

I have a data in excel ,sql server and other database.i have different tables in different dats source...now i want to make reports based on that..so how to do it,can any help me in detail@@@@

1 Reply
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

First design the data model for your document taking into account the field names and tables, and specify the fact table(s) and dimensions.

Then load from each source in turn:

  • set the connection string for the first source using CONNECT
  • load the data from this source, organised per your analysis.
  • connect to the second source (this automatically disconnects the first)
  • load the data from this source
  • and so on for all your sources ...
  • perform any final transformations  etc

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein