Answered
if/else calc.
Hello.
Just look at my picture.
Im thankfull for any help 🙂

Hello.
Just look at my picture.
Im thankfull for any help 🙂

As 'custom calculation script' of "Text37" field use this:
if(this.getField("Check Box36").valueAsString != "Off")
event.value = Number(this.getField("y").value)*.38*100;
else
event.value = 0;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.