Formula issues
-
I’m creating a conditional formula, but something is wrong, as I keep getting a 0 value returned. Formulas work individually, but not together. Guess I’m missing something, but no idea what.
PREC((function(){
IF(fieldname4<=92407, fieldname2==1, fieldname3==1); return fieldname4*0;
IF(fieldname4>92407, fieldname4<=126403, fieldname2==1, fieldname3==1); return (fieldname4*0.02)-1848.14;
})(), 2);
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Formula issues’ is closed to new replies.