ok. My problem is, I'm trying to get my application to display the description of an item in red if the DueDate (stored as a UNIX timestamp) is less than the current date (UNIX Timestamp also).
I have the following code:
[blk1.DateDue;if [val]-+[var..now];then '#CC3300';else '#000000'] |
Its probably something dumb that I am overlooking, but the application always comes up with the #000000 in the else.