Calculated field to two decimal places with prec
-
I’m going to kick myself when you show me but for the life of me I can’t seem to get the current calculated field to round to two decimal places.
Because
IF(fieldname10 < fieldname7), fieldname7 - fieldname10)
gave me lots of digits I edited it toprec( IF(fieldname10 < fieldname7), fieldname7 - fieldname10),2
but I seem to have gone wrong somewhere.It just returns the number 2
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Calculated field to two decimal places with prec’ is closed to new replies.