Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mr_lampert
Contributor III
Contributor III

All Values in one Row

Hello Community,

simple question: in this small table are different values:

Load * Inline [

Number, Word

1, Delta

2, Bravo

1, Echo

2, Charlie

];

This is the table on the left in this screenshot:

Skizze.png

How can I create a table (no pivot table), that looks like my masterful artwork on the right? It should show all possible values of another value in one row.

Thanks and greetings from Germany

David

1 Solution

Accepted Solutions
jaumecf23
Creator III
Creator III

Use this in your expression -> Concat(Word,',')

View solution in original post

2 Replies
jaumecf23
Creator III
Creator III

Use this in your expression -> Concat(Word,',')

mr_lampert
Contributor III
Contributor III
Author

Concat? Perfect! Why can not things always be this easy?

Thank you Jaume!