Free cookie consent management tool by TermsFeed cents() Function
cents() Function

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ยข

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Incompatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Fri, Apr 12, 2024 (09:32:00 PM)

cents() Function

FEEDBACK