How to change final value using checkboxes
-
I have probably simple problem, but I was trying to solve it for so long that Im geting realy angry.
So…
I have fieldname1 which is the result of equation.
I have checkbox that is fieldname2. Values in checkbox are:
Mark = Value1
Adam = Value2
Victor = Value3I want to change fieldname1 depending on which checkbox is checked.
In fieldname1 I was trying to do:
if (fieldname2,1 == true){ } if (fieldname2,1,2){ }
Nothing of that is working
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to change final value using checkboxes’ is closed to new replies.