help!! I'm working on some reporting have the sear...
# suiteanalytics
m
help!! I'm working on some reporting have the search figure out when there is no summary but as I'm trying to get a ratio calculated on a summary level I'm getting an error.. triple check the formula and can not find the error:
CASE WHEN {title}='Engineering : Build Engineering' THEN SUM(COALESCE ({custevent_estimatedworkl3av},0)*110-COALESCE ({custevent_estimatedworkl3av},0)*50)/SUM(NULLIF (COALESCE ({custevent_estimatedworkl3av},0)*110,0)) WHEN {title}= ('Engineering : Drafting') THEN SUM(COALESCE ({custevent_estimatedworkl3av},0)*75-COALESCE ({custevent_estimatedworkl3av},0)*50)/SUM(NULLIF (COALESCE ({custevent_estimatedworkl3av},0)*75,0)) ELSE 0 END
n
you will have to restructure the saved search to have the sum statements be around the case