Concept: Report Sorting Behavior
Workday uses International Components for Unicode (ICU) collation to compare and sort text
strings, making it easier to find data within a list. Because sorting data
alphabetically can vary among languages, Workday sorts the data according to the locale
of the report runner. Example: The letters A through Z sort differently in English than
in Bulgarian, Lithuanian, or Japanese.
Workday takes these characters into consideration when sorting for custom or standard reports
and drill-down data:
- Spaces.
- Special characters, such as dashes, parentheses, and tildes.
Example: Workday sorts data based on the placement of spaces within a text string. Spaces
take precedence over letters and numbers.
Sort Order for Spaces Before ICU Collation | Sort Order for Spaces After ICU Collation |
|---|---|
|
|
Example: Workday sorts data based on the use of special characters within a text string.
Special characters take precedence over letters and numbers, but not spaces.
Sort Order for Special Characters Before ICU Collation | Sort Order for Special Characters After ICU Collation |
|---|---|
|
|
The current Unicode
Standard determines special character precedence. The selection is consistent across
tenants.