FunctionCopy link to clipboard
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.
ParametersCopy link to clipboard
Keyword | Type | Description |
---|---|---|
|
Decimal |
The number of cents to be returned as text. |
|
Number |
The number of digits after the decimal to display. |
ReturnsCopy link to clipboard
Text
ExamplesCopy link to clipboard
cents(123412)
returns 123,412.00¢
Feature compatibilityCopy link to clipboard
The table below lists this function's compatibility with various features in Appian.
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Compatible | |
Process Events | Compatible | |
Process Autoscaling | Compatible |
FeedbackCopy link to clipboard
Was this page helpful?