I'm looking for help with a calculation on my form. I want to round the numeric answer to a question divided by the product of a numeric answer to a question and a number. My formula is as follows:
round(${question1}div(${question2}*.01),2)
The calculation will not work on my form and I get no error message. Any help greatly appreciated.