Page 1 of 1

Ninja cal section

PostPosted: Tue Apr 20, 2010 2:34 pm
by kaostika
Hi,

I was wondering how to conditionally format the ninja cal section. I want a week to show up in red if there is a problem with it. Can the ninja cal do this?

Oreste

PostPosted: Tue Apr 20, 2010 4:11 pm
by John Sindelar
Take a look at the conditional formatting already applied to NinjaCal dates: it all uses Self. Ernest was brilliant about this and all those objects are actually dates. So if you can load your "problem" dates up into a variable you can conditionally format NinjaCal using something like:

FilterValues ( $$YourListOfProblemDates ; Self )

PostPosted: Tue Apr 20, 2010 6:07 pm
by kaostika
You saved me yet again!