Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A number format specifies how a number will displayed on grid or form , including number of decimal places, whether a thousands separator is required or and any prefix and suffix (e.g. for example for currencies). A default number format may be set for each application or applied to a stream view attribute to format a component in a grid, or applied to a layout component to format forms. 

Insert excerpt
_standard_settings
_standard_settings
nopaneltrue

Basic Settings

FieldDescription
Name
Name of the Number Format
Number of Decimal PlacesNumber of decimal places to display
Suppress Trailing Zeroes

This option is available from version 8.2.8.

Insert excerpt
_suppress_zero
_suppress_zero
nopaneltrue

PrefixPrefix to display before the number
SuffixSuffix to display after the number
Use Thousands SeparatorWhether a thousands separator is required if the number to display is over 1000
Decimal Place OffsetHow many places to move the decimal separator to the left. This may be desired e.g. where a decimal is going to be displayed as a percentage, in which case a decimal place offset of -2 would be used.

For example, to format as a percentage, set:

  • Suffix to: %
  • Decimal Place Offeset to: -2