Text conditional based on number

I have a textfield that displays a number based on calculating to input fields.
I need to change the color or bgcolor of the text based on how high the number is.
ei
1-7: green
8-10 yellow
11-25:red

But I can only get the same color. it dosnt change

1 Like

Do the conditionals based on the calculated value, not on the text.

It took me a bit to understand what you meant, but I got it to work now. Thanks.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.