I'm trying to do a simple adding together of 2 values, but if one of the values is empty the calculation doesn't work. Is there a way to treat empty values as 0.
I'm trying to do a simple adding together of 2 values, but if one of the values is empty the calculation doesn't work. Is there a way to treat empty values as 0.
Comments
Comment #1
marcus178 commentedComment #2
marcus178 commentedThe following seems to correct the problem.
IFNULL(%uc_order_products_qty_sold.sum_qty_sold,0)Comment #3
karens commentedThe D6 version is no longer supported.