Help with a calculation
-
Hi, i would like to implement the following scenario:
1. I have fieldname1 as a drop down list with three choices Over 25, 21-24 and 18-20
2. I have another field lets say fieldname2 that has a calculation that comes up with specific results.
3. I want to have a condition that says:
a. If “Over 25” is selected from fieldname1 AND the fieldname2 > 7.25 return the message “You are allowed” if fieldname2 < 7.25 return the message “You are not allowed”b. If “21-24” is selected from fieldname1 AND the fieldname2 > 9.25 return the message “You are allowed” if fieldname2 < 9.25 return the message “You are not allowed”
c. If “18-20” is selected from fieldname1 AND the fieldname2 > 11.25 return the message “You are allowed” if fieldname2 < 11.25 return the message “You are not allowed”
Is it possible and if possible how can i achieve that?
Thanks
The topic ‘Help with a calculation’ is closed to new replies.