Evaluate Expression Band
- Ensure the conditions and values that you want to evaluate already exist for the business object.
- Security:Custom Field Managementdomain in the System functional area.
You can configure the calculated field to specify values for true/false conditions and return
instances. Workday:
- Evaluates the conditions sequentially.
- Returns theDefault Valuefor all false conditions or the value you specify for true conditions.
- Stops testing when it returns a true condition.
- Access theCreate Calculated Fieldtask.
- SelectEvaluate Expression Bandfrom theFunctionprompt.
- On theCalculationtab, select an option from theDefault Valueprompt to return when the condition is false.
- As you complete the grid, consider:
Option Description ConditionSelect conditions associated with the business object so Workday can evaluate the conditions sequentially as true or false.Return Value If Condition is TrueEnter a value to display if the condition is true. Each true condition returns an instance.
You can use the evaluate expression band calculated field to group workers by
seniority based on their years of service, such as:
- Juniorfor less than 2 years of service.
- Midlevelfor 3-10 years of service.
- Seniorfor more than 11 years of service.
You can also group cost centers based on your spending threshold, such as
On budget
or
Over budget
.You can create:
- Additional calculated fields.
- New calculated fields from within an evaluate expression band calculated field.