Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
sarfaraz_sheikh
Contributor III
Contributor III

Alternate way for Union keyword in Qlikview

Dear All,

I want to know what is ulternate or equivalent option for UNION Like keyword in Qlikview.

Help would be much appreciated.

Sarfaraz

5 Replies
qlikmsg4u
Specialist
Specialist

SQL Union Equivalent in qlikview is Concatenate

ex:

Select * from Table1

Union

Select * from Table2

Load * from Table1

Concatenate

Load * from Table2

If both qlikview tables have same table names then Concatenate keyword not required

qlikmsg4u
Specialist
Specialist

marcus_malinow
Partner - Specialist III
Partner - Specialist III

CONCATENATE

For example...

LOAD *

FROM TABLE1.QVD (qvd)

CONCATENATE

LOAD *

FROM TABLE2.QVD (qvd)

sarfaraz_sheikh
Contributor III
Contributor III
Author

is this possible in Expression Level .........if yes then help would be much appreciated ...

Sarfaraz

marcus_malinow
Partner - Specialist III
Partner - Specialist III

Erm, not sure why you would want to do this, but I'd suggest providing some sample data and the results you are looking for.