This question has been flagged
1 Reply
10794 Views

I want to colour one field in tree view depending on some condition. How to achieve that?

Avatar
Discard
Best Answer

The simplest way is to add a color with a condition on the header of the view, tree or form string field:

colors="red:field=='value'"

Or you can have a look here for something more complex.  Have a look on doc too.

Avatar
Discard