Sorting Column Data

The sort feature allows you to change the order of the dimension values displayed on the dive window. You can sort the data in one or more columns alphabetically or numerically.

You can sort column data on a tabular view or a plot graph.

Sorting down sorts the display on the dive window in descending order of the values in the selected column.

  • If sorting numerically, the top row displays the highest number, and the bottom row displays the lowest number.
  • If sorting alphabetically, the order descends from lowercase z to a, and then uppercase Z to A.
  • If sorting on a plot graph, the plots display in the order of highest number to lowest number (left to right or top to bottom).

Sorting up sorts the display on the dive window in ascending order of the values in the selected column.

  • If sorting numerically, the top row displays the lowest number, and the bottom row displays the highest number.
  • If sorting alphabetically, the order descends from uppercase A to Z, and then lowercase a to z.
  • If sorting on a plot graph, the plots display in the order of lowest number to highest number (left to right or top to bottom).

NOTE: Sort order depends on your locale and type of column data:

Dimensions columns sort based on how they are built. If there are no accented (hi-bit) characters, the sort is ASCII order. If there are accented characters, the sort order is based on the locale for the build.

Info fields are sorted based on the locale for the build. For example, they sort as ASCII in a POSIX locale, and mixed case on en_US.UTF-8.

 

See also: