Question
I want to do a calculation on my form that will sum fields only if the corresponding check boxes are select? Below is what I have tried but keep getting "Custom Expression Invalid". Is it possible. I can sum the three fields without the If statement
=SUM((IF({Customize Total}=”True”, {Customize Total Amt},”0”)),(IF({Amendment}=”True”, {Amendment Amt},”0”)),(IF({New Volume Submitter}=”True”, {New VS Amt},”0”)))