hi
I have a list report which i want to spruce up a bit and have certain Length of stay output fields have different color if they are over a cetain number.
example
LOS
10
29
3
25
40
report ouput would be green or red if LOS days are over 25
thanks
bunker
Create a variable, boolean type, with an expression like:
[LOS] > 25
Then assign this variable to the Style Variable of the object you want to conditionally color.
Set the Variable's condition to True, color the object's background Red
Set the Variable's condition to False, color the object's background Green
I see conditonal styling in 8.3.
It works like a charm.