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

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

Concatenate table

Good Morning Friends,

Can anyboady tell me what is the use of Concatenating the same table twice and in the sql statement, the where conditon is differs

Like

Test:

Load * from

D:/Test.qvd(QVD)

Test1:

Concatenate (Test)

Load * from

D:/Test.qvd(QVD)

Regards

Chriss

1 Reply
Anonymous
Not applicable
Author

Well, you're creating one table from two different SQL statements.. selecting two different sets of the source table and concatenating them back into one table in QlikView.