This page contains information related to an old version of the a!currency() Function.
To take advantage of the latest features and improvements, we always recommend you use the latest version whenever possible. See the latest version's page for information about what's been changed.
FunctionCopy link to clipboard
currency_22r4( number, decimals )
Converts a decimal number into a generic currency value by effectively adding a generic currency symbol (¤), a decimal point, and one comma for every three digits preceding the decimal.
ParametersCopy link to clipboard
Keyword | Type | Description |
---|---|---|
|
Decimal |
The number of currency units to be returned as text. |
|
Decimal |
The number of digits after the decimal to display. 2 by default. |
ReturnsCopy link to clipboard
Text
Usage considerationsCopy link to clipboard
If no arguments are passed, the generic currency symbol itself (¤) is returned as text.
ExamplesCopy link to clipboard
currency(3213.43)
returns ¤3,213.43
Feature compatibilityCopy link to clipboard
The table below lists this function's compatibility with various features in Appian.
Feature | Compatibility | Note |
---|---|---|
Portals | Partially compatible | Can be used with Appian Portals if it is connected using an integration and web API. |
Offline Mobile | Incompatible | |
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 |