I am trying to write a query to list any items whoes dates are less than today.
The following expression evaluates whether the expression is true or not and gives either 0 or -1 as the result.
If I put either false or even -1 in the criteria it does not evaluate the expression, but gives all the items.
I don't know if I'm being really thick today, but I can't see what I am doing wrong.
Please help!
The following expression evaluates whether the expression is true or not and gives either 0 or -1 as the result.
Code:
Expr1: ([Date relisted]+30)<Now()
I don't know if I'm being really thick today, but I can't see what I am doing wrong.
Please help!