Join Slack
Powered by
case when SUM ( case when {type} = 'Invoice' th...
# suitescript
a
al3xicon
10/27/2016, 4:10 PM
case when SUM ( case when {type} = 'Invoice' then {amount} else 0 end ) > 1000 then 'Good Job' else 'Totes Fired' end
Open in Slack
Previous
Next