How to compare a date with sysdate in rtf template ?
Hi,
I have a requirement where I need to compare DUE_DATE with REPORT_DATE.
If DUE_DATE < REPORT_DATE (OR) SYSDATE
that DUE_DATE column's value cell font colour should be in Red
and also BALANCE_DUE column's value cell font colour should be Red
Otherwise
It should be DUE_DATE.
How to achive this ? How can I compare a date with other date and How can I change the font of other column based on another columns value?
Pls help!