1
Formula colour
Hey everyone, here's a question:
I have a choice field where I have set different colours for every value.
I also have a formula field which is linked to another table.
It it possible to set the colour of a formula according to the chosen value of the choice field?
Thank you
2 replies
-
You can use the styled() function in your formula field:
styled(text('Choice with colors'), color('Choice with colors'))
Where "Choice with colors" is your choice field.
-
Thanks man, worked like a charm!!!
Content aside
- Status Answered
-
1
Likes
- 1 yr agoLast active
- 2Replies
- 68Views
-
2
Following