N
|
nitescan 6/6/2008 |
I'm working on a similar issue but need to have the color change only after 5 days. |
N
|
nitescan 6/6/2008 |
To resolve my issue with comparing differences in dates I did the following:
|
M
|
mlgill author 6/6/2008 |
ugh - -I'm getting closer, but still no go. |
D
|
dlangham 6/6/2008 |
Try this: IF Row("1ElasticDueDate_value")>="Now()-1"THEN Row("shadeclass")="style = 'background:red'" END IF |
C
|
Codea 6/7/2008 |
Hi mlgill, |