How to Call Functions / Use Radio Buttons
-
Hello, I want to use an if statement, that operates on the value of a drop-down list (or two drop-down lists)
I tried the standard
(function(){
if(fieldname2 == 200) return “Bla Bla Bla”;
if(fieldname2 == 600) return “Bla Bla Bla”;
})()but the Calculated field does not actually update any values. Should I be calling the function, or where should it be written? (I am writing it in the set equation field?)
Lastly, I will use the same values in a final calculation, where there will be radio buttons involved, how does one switch on a button is selected or not selected?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to Call Functions / Use Radio Buttons’ is closed to new replies.