Join Slack
Powered by
case when ( SUM ( case when {type} = 'Invoice' the...
# suitescript
m
mary.maria
10/27/2016, 4:03 PM
case when ( SUM ( case when {type} = 'Invoice' then {amount} else 0 end )) > ( SUM ( case when {type} = 'Sales Order' then SUM({amount}) else 0 end )) then "Good Job" else "Totes Fired" end
Open in Slack
Previous
Next