Hello! I'm trying to include a date condition on t...
# suiteanalytics
d
Hello! I'm trying to include a date condition on this formula. Basically, it's if created is greater than a day. CASE WHEN {status} ='Open' AND {amount} > 2000 AND {type}= 'Estimate' THEN 1 ELSE 0 END