How to get label from Ref type EnumList

I have a table with an EnumList column of Ref type. I’m trying to populate a Show type column that shows the selected EnumList items as new-line delimited text. However, it only returns the Keys, not the Labels.

How can I get the labels for an enumlist? Thanks in advance.

Safe (Enumlist with base Ref type) column:

Safe Pretty (Show type) column:

Output:

Solved Solved
0 6 224
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Try:

SUBSTITUTE([Safe][label-column], " , ", "
")

Replace label-column with the name of the table’s label column.

See also:

View solution in original post

6 REPLIES 6
Top Labels in this Space