Data Dynamics Reports Support

Started by hgctc at 06-19-2009 7:53 AM. Topic has 1 replies.

Print Search Rate
Sort Posts:    
   06-19-2009, 7:53 AM
hgctc is not online. Last active: 11/16/2009 6:52:52 PM hgctc

Top 150 Posts
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 is not online. Last active: 3/3/2010 9:56:56 PM Sergey

Top 10 Posts
Joined on 08-28-2004
Novosibirsk, Russia
Posts 2,785

DDStaff
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... » Re: Event Fill Color in Calendar

Privacy Policy | Copyright © 1997-2010 - GrapeCity, inc.