Join Slack
Powered by
(((((sum(case when {accounttype} = 'Income' then {...
# general
m
Max
03/11/2020, 9:28 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)) )*100
Open in Slack
Previous
Next