You can try this: `CASE WHEN NVL({estimatedwork},1...
# suiteanalytics
j
You can try this:
CASE WHEN NVL({estimatedwork},1) != 0 AND WHEN NVL(TO_NUMBER({custeventcustevent_initial_cost}),1) != 0 THEN ({actualwork} / NVL({estimatedwork},1) * NVL(TO_NUMBER({custeventcustevent_initial_cost}),1)) ELSE NULL END