Can you do a PHP style switch function?
-
Hi
I ma loving the plugin but I am struggling to get it to work as I need
fieldname1 = a checkbox yes / no
fieldname2 – dependancy of the above = number 24, 40, 48, 60 etc
I would then like
fieldname3 – to be linked to above if selected YES then 24 display fieldname4 or 0
fieldname3 – to be linked to above if selected NO then 24 display fieldname5 or 0
fieldname3 – to be linked to above if selected YES then 48 display fieldname6 or 0etc
So I need a mixture of the IF and AND I think but its not just working out for me
AND(fieldname2>25,fieldname1=1,fieldname4,0);
I think I have myself mixed up with IF, AND and Javascript!
Any help appreciated
Thanks
Sarah
The topic ‘Can you do a PHP style switch function?’ is closed to new replies.