mbrady5
SSCrazy
Points: 2835
More actions
October 23, 2009 at 8:18 am
#212874
Hello,
I would like to set a conditional format on a field in my report. I can't figure out where to go for this. Any insight would be greatly appreciated.
Thanks
mdaniel
SSCarpal Tunnel
Points: 4616
October 23, 2009 at 11:33 am
#1070196
In the Color property, you write the expression for the conditional format.
For example:
=iif(Fields!total.value < 0, "Red", "Black")
October 23, 2009 at 11:58 am
#1070202
Thanks...learning more every day! 🙂
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply