yen( number, decimals )
Converts the number into yen by effectively adding a yen symbol (¥), a decimal point, and one comma for every three digits preceding the decimal.
Keyword | Type | Description |
---|---|---|
|
Decimal |
The number of yen to be returned as text. |
|
Decimal |
The number of digits after the decimal to display. 2 by default. |
Text
If no arguments are passed, the yen symbol itself is returned as text.
yen(3213.43)
returns ¥3,213.43
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 | |
Process Reports | Compatible | |
Process Events | Compatible |
yen() Function