Default Display of Real Values
- Last UpdatedOct 30, 2024
- 1 minute read
The display of real values in Reporting is controlled by the PRECISION command via the Command Line. The command can be used to specify the number of decimal places for the displayed values of dimensions. Running reports in batch may give different results if these formats have not been created in TTY mode. In batch these can be initialized as follows in a macro:
!!comDefineGlobal(object COMFORMATS())
In addition to this, real unit qualified values can be formatted using the FormatDouble function. Refer to Add Calculated Fields, Setting Output Precision of Distance Units and Switching between Actual and Nominal Bores for further information.