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: 
Anonymous
Not applicable

Query on join

I have a file1 with columns col1, col2, col3, col4,col5 with 10 rows and file2 with col1, col2, col3, col6,col7 with 5 rows. I need the output as col1,col2,col3, col4,col5 ,col6,col7 with 15 rows. How to do this ?

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,

You need to use tJavaRow or tfiltercolumns to add all the unique columns from each flow to the other flow so that both have the same schema and then use tUnite to union them.

Best regards

Sabrina