Can't make this simple function work
-
Hi,
I’m using Calculated Fields Form Ver. 1.0.16
What’s wrong with this equation?
(function(){
if(fieldname1<=650000) return 0;
return fieldname14;
})()when fieldname1 less than 650000 then it works but when greater than that, it doesn’t work.
Help me please
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Can't make this simple function work’ is closed to new replies.