Free cookie consent management tool by TermsFeed yen() Function
yen() Function
This function cannot be used with Offline Mobile or Custom Record Field Expressions.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

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.

Parameters

Keyword Type Description

number

Decimal

The number of yen to be returned as text.

decimals

Decimal

The number of digits after the decimal to display. 2 by default.

Returns

Text

Usage considerations

If no arguments are passed, the yen symbol itself is returned as text.

Examples

yen(3213.43) returns ¥3,213.43

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

yen() Function

FEEDBACK