Decimal problem
-
Hello.
I have this formula(function(){ if(fieldname6 <= 0) return 0.00; if(fieldname6 <= 20) return 2.00; if(fieldname6 <= 50) return 2.10; if(fieldname6 <= 100) return 2.30; if(fieldname6 <= 500) return 3.05; if(fieldname6 <= 2000) return 5.40; })();
The result is this: 1,3
I need this: 1,30
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Decimal problem’ is closed to new replies.