Skip to main content

Format Number

An expression editor function that formats a number for display.

Updated yesterday

Overview

This function formats a number according to a given style.


Parameters

formatNumber(number)

Variable

The number to format.


For example...

formatNumber(1234.56)

Returns "1,234.56" (formatted with commas and proper decimal places).

Did this answer your question?