Expand my Community achievements bar.

SOLVED

Check Box Object Formcalc Help

Avatar

Former Community Member

I have a form with calculation formulas. I trying to figure out how to write the formula when a person selects the box.

I have three check boxs

1. maintains the number and moves iin correct position

2. multiply the number by 2

3. multiply the number by 3

However, I need it to work or null the value if of the other two if selected.

Basically if you select the 2 you can not select 1 or 3

Hope I was understandable.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 6

Hi,

You can use radiobuttons for thi,s put your script on click event of each  radiobuttons.See example.

If you wnat to use check boxes you have to uncheck them if other selected.

BR,

Paul Butenko

View solution in original post

1 Reply

Avatar

Correct answer by
Level 6

Hi,

You can use radiobuttons for thi,s put your script on click event of each  radiobuttons.See example.

If you wnat to use check boxes you have to uncheck them if other selected.

BR,

Paul Butenko