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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Union of different table in different odbc sources

Hi,

i am creating a single table from different odbc sources  with same structure (result of the join of other tables) , if i put the odbc connetion statements, without any join or concatenate ,only putting on the trot in the script  this solution seems to create a table contained the different odbc connection tables.

please is it really correct, or it need some statement to have a real table?

thanks

1 Reply
maxgro
MVP
MVP

When the tables you read (in your case from different odbc connection) have the same number and same names of fields QlikView concatenates the tables, so you only get one table in QlikView db. QlikView concatenate is similar to sql union (union all).

Merging Data from Multiple Sources