html formatting in virtual column

Hi!

Do you know the reason why html formating doesn’t work in virtual column:

Preview new features must be enabled:

1 Like

it is enabled:

In a VC, you will need to concatenate it as follows

CONCATENATE(“”, “This is bold”, “”)

Still, doeasn’t work :disappointed_face:

Please update in which view it does not work?

Please note that HTML renders only in the detail view.

It perfectly works for me as the screenshots below show

1 Like

Please note that HTML renders only in the detail view.
And that solves my bug, thanks.

2 Likes

You are welcome. Some relevant data points for you from the announcement post, you may want to take a look at.

You may also want to take a look at which HTML tags are currently supported etc. because that is also crucial as one starts building some columns to render in HTML

Rich Text Formatting - in Preview Program - Google Cloud Community

2 Likes