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

How to horizontally join tables

I have a large table with 200 columns. I am fetching it by breaking it down to sub-tables of 50 columns each. Now I want to merge data from those sub-tables into a single file. How do it do it? I tried tMap but it is taking Cartesian product of sub-tables data. Is there a way to horizontally merge the tables? 

Labels (2)
1 Solution

Accepted Solutions
akumar2301
Specialist II
Specialist II

Did you face problem with 200 columns? Ideally it should work.


You need to fetch key columns for each split.

Then in Map do innerjoin between tables

View solution in original post

4 Replies
akumar2301
Specialist II
Specialist II

Did you face problem with 200 columns? Ideally it should work.


You need to fetch key columns for each split.

Then in Map do innerjoin between tables
Anonymous
Not applicable
Author

Its not working. Actually its the SAP Table and the SAP component is not fetching all the columns in one go. 

akumar2301
Specialist II
Specialist II

Can you please attach tMap screenshot
Anonymous
Not applicable
Author

somehow it worked. Thanks for your inputs