| |
Data Dynamics Reports Support
Started by hgctc at 06-19-2009 7:53 AM. Topic has 1 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
06-19-2009, 7:53 AM
|
hgctc
Joined on 11-05-2008
Posts 57
|
Event Fill Color in Calendar
|
|
|
|
|
I have a calendar and I'm trying to change the color basedon the event status. It seems I can simply change the color - but nothing works with the expression. I don't know if I have the expression wrong, or what is up, so I'm asking. Here is my "expression":
=IIF(Fields!StatusID.Value = 1, LightYellow, Honeydew)
I've changed the colors and tried to troubleshoot exactly what is going on. I've even changed the expression to read:
=IIF(Fields!StatusID.Value = 1, DarkRed, DarkRed)
Which I would think would turn everyting DarkRed -but it's always LightYellow (which was the default upon start of the calendar).
Any help would be greatly appreciated!
Heather
|
|
|
|
|
Report
|
|
|
|
06-22-2009, 4:18 AM
|
Sergey
Joined on 08-28-2004
Novosibirsk, Russia
Posts 2,785

|
Re: Event Fill Color in Calendar
|
|
|
|
|
Hello, Please, use the quotes for the color names: =IIF(Fields!StatusID.Value = 1, "LightYellow", "Honeydew")
Sergey Abakumoff GrapeCity
|
|
|
|
|
Report
|
|
|
|
|
GrapeCity » Product Support » Data Dynamics R... » Event Fill Color in Calendar
|
|
|
|
|