unable to get if statement working
-
I am unable to figure out the working of this plugin or what i am doing wrong.
i have two fields:
fieldname10 ( which is a number field)
fieldname12 (which is a calculated field)In fieldname 12 under set equation box i am entering:
(function(){
if(fieldname10==10) return 5;
})();save and preview.
entering 10 in fieldname10 -> nothing happens in fieldname12
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘unable to get if statement working’ is closed to new replies.