CASE WHEN {amount} = NULL THEN 0 WHEN {amount}= ''...
# suiteanalytics
s
CASE WHEN {amount} = NULL THEN 0 WHEN {amount}= '' THEN 0 ELSE {amount} END