Sorting

The current sort order determines the order in which rows are displayed in the collection's List tab, the order in which cells are displayed in the collection's Image Gallery tab, as well as the order in which records are stepped through, using the Previous and Next buttons, in the Item Details tab or in the editing window.

Records can be sorted by one or more of your data fields. The current sort order is shown at the bottom left of the List tab:

Sort Label

Note that the sort label indicates the fields used for sorting and the sort direction: ASC (ascending) or DESC (descending). The first field listed in the sort key is the primary key, additional fields are secondary keys. In the example shown above, the records will be sorted in descending order by Map-Maker. Within any group of records with the same Map-Maker, the records will be sorted in ascending order by Date.

There are two ways to change the sort order:

  1. Double-click on the column header in the List tab. The clicked-on column will become the primary sort key. If the selected column was already the primary sort key, the direction will be reversed (ASC will become DESC, and vice versa). If the selected column was part of the sort key but was not the primary sort key, it will become the primary sort key (with no change in its ASC/DESC setting), and the other sort keys will become secondary keys. If the selected column is not part of the current sort key, it is made the primary sort key (ascending), and the other prior sort keys are shifted down as secondary keys. By default, only four sort keys maintained, so that if you add a new key when four sort keys are already present, only the new sort key plus the prior top three sort keys are maintained; what would become the fifth sort key is dropped. See the notes, below, to see how you can set the maximum number of sort keys to be a value other than four.
  2. Choose Options > Sort Order from Recollector's menu. This opens the Specify Sort Order panel, in which you can select up the fields to use for sorting, along with their ascending/descending direction:

Sort Panel

Notes on sorting: