I have a sum in a Saved Search for Column A + Column B. It works OK, except when column A or B is empty, in that case the result is also empty instead of casting the empty value as zero. How can I handle that case?
s
scottvonduhn
04/21/2021, 6:01 PM
You can use either NVL or COALESCE in a formula to force empty values to be treated as zeroes, for example: