Join Slack
Powered by
(sum(case when {accounttype} = 'Income' then {gros...
# general
m
Max
03/11/2020, 9:34 AM
(sum(case when {accounttype} = 'Income' then {grossamount} else 0 end) - sum(case when {accounttype} = 'Cost of Goods Sold' then {grossamount} else 0 end)) / sum(case when {accounttype} = 'Income' then {grossamount} else 0 end)
Open in Slack
Previous
Next