I have created a form that includes calculations. I need to be able to test a check box field value (i.e. true or false, 0 or 1)to include in an If formula. For example, <br>
{If (check1 = true, {=text1*3}, {=text1*2})}<br>
The If statement works by checking the value of a text field or a dropdown field presumably because there is actual text to compare:<br>
({If (text1 = "Yes", {=text1*3}, {=text1*2})})<br>
I'm not sure why I can't get the check box field value to work. Any thoughts?<br>
Thanks
{If (check1 = true, {=text1*3}, {=text1*2})}<br>
The If statement works by checking the value of a text field or a dropdown field presumably because there is actual text to compare:<br>
({If (text1 = "Yes", {=text1*3}, {=text1*2})})<br>
I'm not sure why I can't get the check box field value to work. Any thoughts?<br>
Thanks