Free cookie consent management tool by TermsFeed cents() Function
cents() Function
This function cannot be used with Custom Record Field Expressions.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

cents( number, decimals )

Converts a number into its value in cents by effectively appending a cent sign to a fixed representation and one comma for every three digits preceding the decimal.

Parameters

Keyword Type Description

number

Decimal

The number of cents to be returned as text.

decimals

Number

The number of digits after the decimal to display.

Returns

Text

Examples

cents(123412) returns 123,412.00ยข

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

cents() Function

FEEDBACK