Using multiple conditions in equation
-
Is it possible to have a function like this:
(function(){
if(fieldname3 < 240) and if(fieldname4==’Caravan’) return 0.36*fieldname2;
if(fieldname3 >= 240) and if(fieldname4==’Caravan’) return 0.38*fieldname2;
})();
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Using multiple conditions in equation’ is closed to new replies.