Radio buttons different calculations
-
Hello, newbie here, I was wondering how can I create a form with 4 calculated fields that calculate based on a radio button field with 4 options.
On radio button field:
-when option A is selected fieldname4=fieldname2*.25
-when option B is selected fieldname4=(fieldname2*.3333)/2 and fieldname5=(fieldname2*.3333)/2
-when option C is selected fieldname4=(fieldname2*.5)/3 and fieldname5=(fieldname2*.5)/3 and fieldname6=(fieldname2*.5)/3
-when option D is selected fieldname4=(fieldname2*.5)/4 and fieldname5=(fieldname2*.5)/4 and fieldname6=(fieldname2*.5)/4 and fieldname7=(fieldname2*.5)/4I made a layout of what I mean
https://ibb.co/album/wZQ8zvinput value is fieldname2
radio button is fieldname3
calculated fields are:
1 is fieldname4
2 is fieldname5
3 is fieldname6
4 is fieldname7Can you please help me with this? Thank you
- The topic ‘Radio buttons different calculations’ is closed to new replies.