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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
mon
Contributor
Contributor

Qliksense - Multiple columns into single row

Given table 1, table2 are 2 tables... and last line should be the outputGiven table 1, table2 are 2 tables... and last line should be the output

1 Reply
anat
Master
Master

remove ID field from Table1 then do the left join based on Name

Table1:

Load Name,Country;

Load * inline [

ID,Name,Country

];

left Join(Table1)

load Id,Name,State [

 

];

Community Browser