CR 8.0
Currently on an engineering report the tolerence column has 2 decimal places (1.00). However, I need to increase this to 3 (1.000). How would I go about doing this?
Below is the current code used:
if {equip.cservice}= "Weigh Scale" or {equip.cservice} = "Weight Indicator Transmitter"
then left(cstr({toldetail.nupptol}),len(Cstr({toldetail.nupptol}))-1)
else Cstr({toldetail.nupptol})
Regards
Edited by Mayoflash - 06 Jan 2010 at 7:52am