Is it possible to change the background color of a field in a report based on its value ?
The values are predefined in a dropdown, such as 1, 2, 3, and 4, with corresponding labels.
I need the field background color to change as follows:
- For value 1, set the background color to red.
- For value 2, set the background color to green.
- For value 3, set the background color to yellow.
How can this be achieved?
