Try adding a Formula(Numeric) to the criteria CASE...
# suiteanalytics
a
Try adding a Formula(Numeric) to the criteria CASE WHEN {activity.internalid} IS NULL THEN 1 WHEN {today} - {activity.datecompleted} > 60 THEN 1 ELSE 0 END is equal to 1 That should catch Customers with no activity and where the last activity was more than 60 days ago