Overview

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

Basic Settings

FieldDescription
NameEnter the name for the number style.
Number of Decimal PlacesEnter the number of decimal places to display.
PrefixEnter a prefix to display before the number.
SuffixEnter a suffix to display after the number.
Use Thousands Separator

For numbers over 1000,  to include a thousands separator.

Decimal Place OffsetEnter the number of decimal places to move the decimal separator. Negative numbers move the decimal point to the left.
For example, if the decimal will be displayed as a percentage, you need to offset the decimal place by -2.
Suppress Trailing Zeroes

For example, to format as a percentage, set:

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