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.
Keyword | Type | Description |
---|---|---|
|
Decimal |
The number of cents to be returned as text. |
|
Number |
The number of digits after the decimal to display. |
Text
cents(123412)
returns 123,412.00ยข
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 |
cents() Function