Hello,
To add comments, prefix the line with a single quote (').
For example:
=Iif(Fields!Amount.Value < "1", "Red", "Black")
'Change color to red if below 1.
Hope this helps.
Jarret
|||Thanks, Jarret. I had forgotten that the expression must always be first. I had been trying to add the comment above the expression. I'm too silly
No comments:
Post a Comment