Decimal Precision

The precision of decimal number in one-line text are displayed based on the following options:

  • Maximum decimal places: Displays no more than the selected number of digits to the right of the decimal point.
  • Fixed decimal places: Displays exactly this number of digits to the right of the decimal point.
  • Significant digits: Displays the maximum number of digits to the right of the decimal point depending on the number of digits to the left of the decimal point. For example, using 4 significant digits, the results are as follows:
    • 12345.1234 is displayed as 12345
    • 1234.1234 is displayed as 1234
    • 123.1234 is displayed as 123.1
    • 12.1234 is displayed as 12.12
    • 1.1234 is displayed as 1.123

More Information

Customizing the One-line Text