DemandFlow Support Centre

Field Type: Number

ReferenceField Types ReferenceUpdated 29/04/2026
The Number field type captures numeric values with optional currency or percentage formatting, minimum/maximum bounds, and formula-based computation.

Overview

The Number field type (number) provides a numeric input field for capturing integer or decimal values. It supports optional formatting as currency or percentage, configurable minimum and maximum bounds, and can even be used as a computed field with formulas.

Screenshot of number fields showing currency and percentage formatting

Properties

PropertyRequiredDescription
IDYesThe field identifier.
TypeYesMust be set to number
NameYesThe display label shown to the user.
WidthNoThe percentage width within the form section.
CurrencyNoWhen true, the value is formatted with a currency symbol and appropriate decimal places.
Currency SymbolNoA custom currency symbol to use (e.g. "$", "EUR"). When not specified, a default symbol is used.
PercentNoWhen true, the value is displayed with a percentage symbol and formatted accordingly.
MinNoThe minimum allowed value. Users cannot enter a value below this.
MaxNoThe maximum allowed value. Users cannot enter a value above this.
RequiredNoWhen true, a value must be provided.
Read OnlyNoWhen true, the value is displayed but cannot be edited.
FormulaNoAn expression that computes this field's value from other fields on the record. When a formula is set, the field is automatically read-only as its value is calculated.
HelpNoTooltip text for the field label.
GridNoWhen true, appears as a column in list views.
VisibilityNoA condition controlling when this field is visible.

Formatting Options

Currency

Enable the Currency property to format the number as a monetary value. The value will be displayed with the appropriate currency symbol, thousand separators, and decimal places. Use the Currency Symbol property to specify which currency to display.

Percentage

Enable the Percent property to format the number as a percentage. The value will be displayed with a % symbol.

Plain Number

When neither Currency nor Percent is enabled, the number is displayed as a plain numeric value, suitable for quantities, counts, scores, or other general numeric data.

Formulas

The Formula property allows you to create computed fields that automatically calculate their value based on other fields. For example, a "Total Cost" field could use a formula that multiplies a "Quantity" field by a "Unit Price" field. Formula fields are automatically read-only since their value is computed.

Use Cases

  • Financial values — budgets, costs, revenues, prices (with Currency formatting)
  • Percentages — completion rates, risk scores, utilisation rates
  • Quantities — item counts, resource numbers, headcount
  • Scores — ratings, priority scores, assessment values
  • Computed totals — calculated from other fields using formulas
numbernumericcurrencypercentagedecimalfield type

Was this article helpful?

← Back to Knowledge Base