Hi,
I’m trying to create a column that will calculate commission on the Sales Price of a job for me, but only if the Commission checkbox is checked. But I can’t get it to work!
Here is what I have:
IF({Commission?} = 1, SUM({Paid (Sold)})*.1 , 0)
What did I do wrong? All it returns are $0.00 even if I have a Checkbox marked!
Thank you for your help!