PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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 stream view attribute to format a grid, or applied to a layout component to format forms. 


FieldDescription
Parent Details
ContainerThe Container (Application or Package) containing this Number Format. Container is a drop down field listing all Containers for this instance which the user has permission to view.
Basic Settings
Number of Decimal PlacesNumber of decimal places to display
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.

Example: format as a percentage

FieldValue
Suffix%
Decimal Place Offset-2
  • No labels