Show data older than six months based on a database field

=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 :de: (BOB member since 2002-06-20)