Skip to main content
Workday User Guide
Last Updated: 2023-06-23
EXTRACT_AMOUNT

EXTRACT_AMOUNT

Description

EXTRACT_AMOUNT
is a row function that takes a Currency value and extracts the numeric amount as a Numeric value.

Syntax

EXTRACT_AMOUNT
(
currency_expression
)

Return Value

Returns a value of type
NUMERIC
.

Input Parameters

currency_expression
Required. A field or expression of type
CURRENCY
.

Examples

Get the numeric values from the Salary field (Currency field type):
EXTRACT_AMOUNT([Salary])