Groups | Blog | Home
all groups > sql server reporting services > february 2005 >

sql server reporting services : conditional color property based on date


ladydi_1226
2/22/2005 2:19:03 PM
I want to use an IIF statement to set the color property for a text box.
Here is my code that is not working:

=IIf(DateAdd('m', -6, Fields!Orig_expireDate.Value) <
Mike G.
2/22/2005 6:42:30 PM
Use " instead of '

( ' is a comment for vb, even in reporting services)

Mike G.

[quoted text, click to view]

AddThis Social Bookmark Button