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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ravi_Nagmal
Contributor III
Contributor III

Concatenate multiple values from table into one row

Hi All,

How can I achieve below requirement at script level. which is required in one of my table structure

Adee_0-1681130114947.png

Thanks in Advance

1 Solution

Accepted Solutions
anat
Master
Master

t:

Load ID, fruits from table;

Novoncatenate

Load ID, concat(fruits) resident table group by ID;

Drop table t:

View solution in original post

2 Replies
anat
Master
Master

t:

Load ID, fruits from table;

Novoncatenate

Load ID, concat(fruits) resident table group by ID;

Drop table t: