I have a formula (percent) with maximum summary type in a saved search with the following formula below. It looks like the error is caused by “SUM part”. Is there a way to restructure this in a way that NS would accept? CASE WHEN {targetutilization} = 0.00 THEN 1.00 ELSE SUM({time.durationdecimal})/40 END