Lookup Range Band
Security:
Custom Field Management
domain in the System functional area.You can configure the calculated field to look up a specific value and determine where it falls in relation to a set of ranges you configure. When you use the calculated field in a report, Workday returns a single instance field corresponding to the range band that the source field falls in.
Workday optimizes report performance by indexing your calculated field so the report can run faster if you use this calculated field with an indexed:
- Numeric field on theSource Fieldprompt.
- Report data source.
- Access theCreate Calculated Fieldtask.
- SelectLookup Range Bandfrom theFunctionprompt.
- As you complete theCalculationtab, consider:
Option Description Source FieldSelect a currency or numeric field associated with the business object as the basis for the range.Decimal PlacesSelect a value to use with theFrom Valuein the grid.Example: If you select2Decimal Placesand enter50for theTo Value, Workday automatically displays50.01as theFrom Valuefor the next row.RoundingSelect a rounding method for Workday to apply in the report results:- Round: Depending on the value, Workday rounds it either down or up. Example: If you enable zero decimal places and have a value of1.5, Workday rounds up to2. If the value is1.4, Workday rounds down to1.
- Round down: Rounds the value down unconditionally. Example: If you enable zero decimal places and have a value of1.9, Workday rounds down to1.
- Round half down: Halves the number of decimal places in the value. Example: If you enable 4 decimal places and have a value of2.1234, Workday halves decimal places of the value to2.12.
- Round up: Rounds the value up unconditionally. If you enable zero decimal places and have a value of1.1, Workday rounds it up to2.
- Enter values for theFrom ValueandTo Valuefields.
- (Optional) Enter text in theReturn Valuefield if you want to associate a phrase or word with the returned value.
You can determine where an employee's total compensation falls in relation to specified ranges.
From Value | To Value | Return Value |
|---|---|---|
0
| 154,999
| Not Highly Compensated
|
155,000
| 500,000
| Highly Compensated
|
An employee whose total compensation is $110,000 would return a value of
Not Highly Compensated
.Other usages:
- Age as of a point in time.
- Days overdue.
- Length of service.
- Salary increase percentage.
You can create:
- Additional calculated fields.
- New calculated fields from within a lookup range band calculated field.