@Faith, the coalesce should be used as follows:
coalesce(${calculation},0)+coalesce(${calculation_001},0)
instead of coalesce(${calculation})+coalesce(${calculation_001})
You could still check out the workaround shared previously.
@Faith, the coalesce should be used as follows:
coalesce(${calculation},0)+coalesce(${calculation_001},0)
instead of coalesce(${calculation})+coalesce(${calculation_001})
You could still check out the workaround shared previously.