The display format basically lets you format your Smart number fields the way you want.

As the name states, the format will be used to display or present the result of your calculation. Internally the field value is always stored as a number.

Where do I update the display format?

Currently, display formats can only be updated for Smart number fields.

To update the output format you simply have to follow these steps:

Navigate to the custom field configuration page. 

Find your Smart field and click on  ... → Context and default value → Edit custom field config

Select or define the desired output format. 

If your calculated field is being used to store a simple number (e.g. a dollar amount), you have the following formatting options:

Number format pattern

Choose a valid pattern and freely use additional characters to indicate the entities (e.g. currencies, weights etc.)

Example field valuePatternDisplayed valueDescription
123456.789###,###.###123,456.789Each pound sign (#) denotes a digit, the comma is a placeholder for the thousandsĀ separator, and the period is a placeholder for the decimal separator.
123456.789###.##123456.79TheĀ valueĀ has three digits to the right of the decimal point, but theĀ patternĀ has only two. The last digit will be rounded up.
123.78000000.000000123.780TheĀ patternĀ specifies leading and trailing zeros, because the 0 character is used instead of the pound sign (#).
12345.67$###,###.###$12,345.67Special characters (e.g. the dollar sign $) can be used as a prefix.Ā 
12345.67###,###.### EUR12,345.67 EURSpecial characters (e.g. the EUR sign) can be used as a suffix.Ā 
123456.789Unformatted123456.789The value will be returned as stored.
5100.80Custom format, e.g.Ā ###.## kg5100.80 kgBe creative and add suffixes or prefixes.

When no pattern is entered, a default number pattern is automatically set to unformatted.


If you still have questions, feel free to refer to our support team.