You could so this by using something like `CASE WH...
# suiteanalytics
k
You could so this by using something like
CASE WHEN {type} = 'Invoice' THEN {itemrate} ELSE 0 END
👍 1