| Calculation Function Type |
Accepted Code Value |
Accepted Name Value |
Description |
| Change Data Format |
CT |
Concatenate Text |
Concatenates a series of text fields within Workday to append text, use in notifications, and so on. |
| Change Data Format |
CC |
Convert Currency |
Converts a currency to another currency. |
| Change Data Format |
CTN |
Convert Text to Number |
Converts a text field number into a numeric data type so you can perform calculations on that number. |
| Change Data Format |
FD |
Format Date |
Extracts part of a date field and formats it as a text field. |
| Change Data Format |
FN |
Format Number |
Formats a numeric field as a text field to use in concatenations, report notifications, and so on. |
| Change Data Format |
FT |
Format Text |
Changes the case of a single instance or text field to upper, lower, or proper case. |
| Configure Constant Values |
BD |
Build Date |
Enables you to create a new date or time field by using components from other fields or from specified values. |
| Configure Constant Values |
DC |
Date Constant |
Enables you to create a date, time, or time zone constant for use in other calculations. |
| Configure Constant Values |
NC |
Numeric Constant |
Enables you to assign a numeric constant to a field so you can use it in other calculations. |
| Configure Constant Values |
PV |
Prompt for Value |
Enables you to create a field to prompt users for a value when running a report or to filter conditions. |
| Configure Constant Values |
TC |
Text Constant |
Enables you to create a text constant for use in other calculations. |
| Retrieve Data |
ARI |
Aggregate Related Instances |
Lists all instances associated with a source field related to the business object. |
| Retrieve Data |
EE |
Evaluate Expression |
Groups and transforms data by evaluating a series of boolean conditions. |
| Retrieve Data |
EEB |
Evaluate Expression Band |
Specifies values for boolean conditions and returns grouped instances. |
| Retrieve Data |
EMI |
Extract Multi-Instance |
Extracts multiple instances from a related business object based on boolean conditions. |
| Retrieve Data |
ESI |
Extract Single Instance |
Extracts a single instance from a multi-instance field based on boolean conditions. |
| Retrieve Data |
LDR |
Lookup Date Rollup |
Aggregates, groups, or summarizes data for a time period, fiscal schedule, or weekly schedule. |
| Retrieve Data |
LFP |
Lookup Field with Prompts |
Enables users to enter values for Workday-delivered fields with built-in prompts. |
| Retrieve Data |
LH |
Lookup Hierarchy |
Retrieves data from Workday objects with a hierarchical structure and returns a single instance field containing the hierarchy node. |
| Retrieve Data |
LHR |
Lookup Hierarchy Rollup |
Rolls up report data based on an organization hierarchy, starting at the topmost level of the hierarchy. |
| Retrieve Data |
LO |
Lookup Organization |
Determines a worker's organization level or node based on the assigned organization and criteria setup using one of the following business objects:
|
| Retrieve Data |
LOR |
Lookup Organizational Roles |
Determines organization role assignments based on the criteria setup using one of the following business objects:
- Employee
- Organization
- Worker
|
| Retrieve Data |
LRB |
Lookup Range Band |
Determines where a specified value falls in relation to a set of ranges that are set up. |
| Retrieve Data |
LRV |
Lookup Related Value |
Returns the value of a field on a related business object. Fields can be promoted from a related business object to the primary business object so these actions can be performed on the following fields:
- Filter
- Group
- Report
- Sort
- Summarize
|
| Retrieve Data |
LTV |
Lookup Translated Value |
Returns the value of a text field in a specified language. |
| Retrieve Data |
LVA |
Lookup Value as of Date |
Determines the value of a field as a specific date and determines whether a change occurs before, on, or after the effective date. |
| Retrieve Data |
ST |
Substring Text |
Extracts a portion of text from a single instance or text field and returns the result as a text field. |
| Retrieve Data |
TF |
True/False Condition |
Returns True or False based on boolean conditions. |
| Simple Calculations |
AC |
Arithmetic Calculation |
Performs the following calculations to derive values:
- Addition
- Multiplication
- Division
- Subtraction
|
| Simple Calculations |
CRI |
Count Related Instances |
Dynamically counts the number of instances in a related business object based on a condition. |
| Simple Calculations |
DD |
Date Difference |
Computes the number of days, months, or years between two dates. |
| Simple Calculations |
IDD |
Increment or Decrement Date |
Computes a date in the form of a number of days, months, or years before or after the value of a date field.
Adds or subtracts a number of hours, minutes, seconds, and milliseconds to or from a date.
|
| Simple Calculations |
SRI |
Sum Related Instances |
Sums the value of a field in instances of a related business object based on a condition. |
| Simple Calculations |
TL |
Text Length |
Returns the number of characters and spaces in a single instance or text field. |