Forum Discussion
Card Browser - Listing multiple values
I am trying to show multiple information in a Card Browser but with no success.
Here's how my dataset looks like:
| Employee | Profile | Comment |
| John Doe | Preferred Name | John |
| John Doe | Professional Bio | Text Example … |
| John Doe | Top 3 Values | Happiness, Respect, Team Work |
I wanted the card to show the Profile as a category and the comment as more information. Like this:
Preferred Name: John
Professional Bio: Text Example ...
Top 3 Values: Happiness, Respect, Team Work
Is that possible?
Thanks
Hi Anonymous ,
You need to Pivot your columns to use them in that way.
1. Choose the columns (Profile & Comment)
2. Click Transform - Pivot Column
3. Choose the columns you need for the Card Broser (Metadata, etc)
If this post helps, then please consider Accept it as the solution ✔️to help the other members find it more quickly.
2 Replies
- ERDCommunity Champion
Hi Anonymous ,
You need to Pivot your columns to use them in that way.
1. Choose the columns (Profile & Comment)
2. Click Transform - Pivot Column
3. Choose the columns you need for the Card Broser (Metadata, etc)
If this post helps, then please consider Accept it as the solution ✔️to help the other members find it more quickly.
- AnonymousNot applicable
This solved the problem, thank you for the help!