I've added these two rules to my Action field (source of main GTD action grid):
AM:ItemForeColor=iif([Appointments]>0,&H000080,0)|E:ItemForeColor=iif([Appointments]>0,0,[ItemForeColor])
What I want to achieve is that when I add an appointment to the grid by assigning it an [Action] value, the item is shown with a specific text colour both in the grid and in the calendar. When an item is removed from the Action grid and it is an appointment I want the specific color to be removed, or not changed if it isn't an appointment.
With the rules quoted above, nothing really happens - the font colour doesn't change when I add appointments to the Action grid. I've tried substituting the 0s with "" as ItemForeColor is a text field as well as just leaving that part blank, but none of these versions work either.
Sorry, I don't have much experience either using such rules or with Visual Basic...
Thanks.
Comments