Variables
-
Hi there,
This function is not working, it is showing NaN
(function(){
var upa = FLOOR(fieldname46/upb);
var upb = fieldname54+15;
var upc = upa*upb;
var upd = fieldname46-upc;
var upe = upd/15;
var upf = IF(upe>1,upa,upa-1);
var upg = IF(upe==1,-upf,0);
var uph = IF(upe==1,upa,0);return upf+upg+uph
})()
Any thoughts?
https://www.ads-software.com/plugins/calculated-fields-form/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Variables’ is closed to new replies.