Join Slack
Powered by
case when SUM(case when {type} = 'Invoice' then {a...
# suitescript
m
mary.maria
10/27/2016, 6:50 PM
case when SUM(case when {type} = 'Invoice' then {amount} when {type} = 'Sales Order' then (-1 * {amount}) else 0 end) > 0 then 'Great!' else 'Not Great!' end
Open in Slack
Previous
Next