Hi, I have a decimal field on my interface that I want to colour based on its value..something like
if =8: then green
if <>8: then blue
How do I do that??
I know how to colour a text field.
Please help
thanks
jaideep
Discussion posts and replies are publicly visible
Text fields do not support colors.
Instead you could use a side-by-side layout to place an icon nearby and change its color based on some conditions.
yeah thanks Stefan..i think I will have to do it to keep the UI look simple. Currently I am doing a validation message but that's not looking good
I recommend to stay to Appian OOTB as much as possible. Most approaches to customize things will get you into trouble sooner or later. Also keep in mind that our clients typically run multiple apps and you would have to keep these customizations in sync across all apps and delivery teams.