if with and don’t work
-
I set this function:
(function(){
if(fieldname1>450000) return 50000*8.5/100;
if(fieldname1<=450000) AND (fieldname1>400000) return (450000-fieldname1)*8.5/100;
})();The part where i ask about fieldname1 between 400.000 and 450.000 don’t work, i try a lot of different things, but i don’t find the solution because i don’t know what is wrong.
Regards.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘if with and don’t work’ is closed to new replies.