Dropdown as value
-
Hi, I want to create a calculation based on the dropdown selected.
I have a dropdown (fieldname7) with 2 options A and B. For A I set the Value as 1, for B I set the value as 2.
The formula I created for my grand total field6 is:
(function(){
If(fieldname7==1) return fieldname1*15;
If(fieldname7==2) return fieldname1*20;
})();
Any idea why it wont work?
Every help is much appreciated!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Dropdown as value’ is closed to new replies.