=If([Close Date]<CurrentDate()-180;0;1)
but it doesn’t like -180, says it’s an invalid data type.
However, =If([Matter Close Date]<CurrentDate();0;1) works fine.
Any ideas how I can get this?
Thanks.
FSmith37 (BOB member since 2009-11-16)
=If([Close Date]<CurrentDate()-180;0;1)
but it doesn’t like -180, says it’s an invalid data type.
However, =If([Matter Close Date]<CurrentDate();0;1) works fine.
Any ideas how I can get this?
Thanks.
FSmith37 (BOB member since 2009-11-16)
Please, look at the Web Intelligence function RelativeDate.
Andreas (BOB member since 2002-06-20)