Show list as text in collumn

How do I display the values of a list (separeted by commas) in a collumn instead of the collumn name with the counter?

 

Flavio_2-1668172199725.png

Flavio_3-1668172250190.png

 

Solved Solved
0 1 57
1 ACCEPTED SOLUTION

You could create another column (it could also be a virtual column) that converts the list of values to a single text value, for example:

TEXT([Related Receitas])

There are also ways to get fancier with the delimiter, including line breaks. See  Concatenate values with a delimiter: How to simula... - Google Cloud Community

View solution in original post

1 REPLY 1

You could create another column (it could also be a virtual column) that converts the list of values to a single text value, for example:

TEXT([Related Receitas])

There are also ways to get fancier with the delimiter, including line breaks. See  Concatenate values with a delimiter: How to simula... - Google Cloud Community

Top Labels in this Space