Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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:

 

EmployeeProfileComment
John DoePreferred NameJohn
John DoeProfessional BioText Example …
John DoeTop 3 ValuesHappiness, 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

  • ERD's avatar
    ERD
    Community 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.

    • Anonymous's avatar
      Anonymous
      Not applicable

      This solved the problem, thank you for the help!