EXTRACT_CODE
Description
EXTRACT_CODE
is a row function that takes a Currency value and extracts the currency code as an Instance value.Syntax
EXTRACT_CODE
(currency_expression
)Return Value
Returns a value of type
INSTANCE
.Input Parameters
- currency_expression
- Required. A field or expression of typeCURRENCY.
Examples
Get the currency code information from the Salary field (Currency field type) as an Instance field:
EXTRACT_CODE([Salary])