Hello...
Any idea why the following formula doesn't work for me?
If
{@Days Between Resolve and Invoice Dt} <=60 then "Yes" else "No"
Formula pulls in a Yes for all records regardless.
The
{@Days Between Resolve and Invoice Dt} <=60 formual is a datediff formula between two date fields. Everything works other than no pulling if the order is greater than 60 days old.
Thanks.