The Sorting tab allows administrators to specify what attribute(s) are used for sorting, and if objects are sorted in ascending or descending order according to the selected attribute(s), when filter results display.
The following is an example of how sorting functions. Here is the data that will be sorted for our example:
FirstName |
LastName |
YearOfBirth |
---|---|---|
Thomas |
Alva Edison |
1847 |
Benjamin |
Franklin |
1706 |
Thomas |
More |
1478 |
Thomas |
Jefferson |
1826 |
If you sort by first column (descending), then by second column (descending), and lastly by the third column (ascending), the data will be sorted as follows:
FirstName |
LastName |
YearOfBirth |
---|---|---|
Thomas |
More |
1478 |
Thomas |
Jefferson |
1826 |
Thomas |
Alva Edison |
1847 |
Benjamin |
Franklin |
1706 |
To specify the default sorting order: