I would like to have a date field be red if its past today's date, but I'm not sure how to do it in a conditional formatting expression. I've looked at the IQ doc (node:219) and the control's doc (http://www.exontrol.com/content/products/exg2antt/help/ConditionalForma…) but can't find the solution.
I've tried variations like the following without success:
DueDate > Today()
int(DueDate) > int(Today())
Anyone have an idea? Keep in mind this is for conditional format expressions, not equations or the source bar (each of which have their own different rules :).
Thanks,
d
Comments