I have a report that sorts sales figure summarys by date and I would like to change colors for Sat and Sun. I tried using a iif statement in the font properties for the textbox.
I receive an error box stating my expression is not a valid color.
iif(datepart(dw,fields!reportdate.value) > 5, Blue, Black)
TIA for your help.
Craig
I receive an error box stating my expression is not a valid color.
iif(datepart(dw,fields!reportdate.value) > 5, Blue, Black)
TIA for your help.
Craig