I'm trying to get a conditional date function to work within a saved search, the formula currently is
Case WHEN {today} - {transhippeddate} <=14 Then 'Green' ELSE END
This is returning 0 results but the {Today} - {transhippeddate} standalone returns numeric values. Any ideas?