We would like to modify a report in one of the software packages that we are using (Bentley AutoPLANT). The field that we would like to modify shows the projection of a nozzle in millimeters. Currently the unit precision of this field rounds up the value to the nearest millimeter. We would like to change this so that the value shows one decimal point (i.e. rather than 168mm we want the report to show the true value of 168.3mm).
I am rather inexperienced with Crystal Reports and would appreciate any help I can get.
The formula for this particular field is:
NumberToUnits ({?Units},{?Precision},{?FeetInchSuppress},{Nozzle3D.PROJECTION})
Please let me know if additional information is required to help solve this issue.