

Contributor III
2018-06-14
08:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
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,756 Views
1 Solution
Accepted Solutions

Creator III
2018-06-14
08:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use this in your expression -> Concat(Word,',')
1,729 Views
2 Replies

Creator III
2018-06-14
08:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use this in your expression -> Concat(Word,',')
1,730 Views


Contributor III
2018-06-14
09:01 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Concat? Perfect! Why can not things always be this easy?
Thank you Jaume!
