How to create dynamic checkbox values based on calculated fields?
-
Hi,
I need help with solving the following problem: How to create dynamic checkbox values based on ”calculated fields” or ”hidden fields”?
- I have defined fieldname1 as a “Calculated field” and assigned it the value 10.
- I have defined fieldname2 as a “Calculated field” and assigned it the value 20.
- I have defined fieldname3 as a “Calculated field” and assigned it the value 30.
I have defined fieldname4 as a “Checkbox” with 3 choices:
- Choice 1: I want to assign the value from fieldname1;
- Choice 2: I want to assign the value from fieldname2;
- Choice 3: I want to assign the value from fieldname3;
So that when “Choice1” is selected, fieldname4 receives the value 10, which is the value of fieldname1.
I have tried various options and have not been able to solve the problem, even though it seems simple.
Best regards,
Radovan D.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to create dynamic checkbox values based on calculated fields?’ is closed to new replies.