jvElecenter
SSCarpal Tunnel
Points: 4502
More actions
March 23, 2007 at 8:45 am
#172845
Hi
Can u use somehting like conditional formatting within reporting servives. Like if quantity is below zero, mark red, otherwise mark blue ?
Kind regards
El Jefe
JV
Aaron Ingold
SSCrazy Eights
Points: 9070
March 23, 2007 at 8:57 am
#696634
Sure... In your example you could go into the font color box, select "Expression" from the drop down and enter something like this:
=Iif(Fields!Quantity.Value > 0, "Blue", "Red")
March 23, 2007 at 9:23 am
#696644
thx, i should looked up into help first, found it there,
nevertheless much obliged
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply