Difference between revisions of "Setting the Sort Order on a List View"

From SmartWiki
Jump to: navigation, search
(Setting the Field Sort Order)
(Setting the Field Sort Order)
Line 12: Line 12:
 
# Choose a field that the list view should be sorted by, by default.
 
# Choose a field that the list view should be sorted by, by default.
 
# Choose the "Direction" in which the sort should occur.
 
# Choose the "Direction" in which the sort should occur.
## "Ascending" will sort the selection from A to Z, from 0 to 9.
+
:* "Ascending" will sort the selection from A to Z, from 0 to 9.
## "Descending" will sort the selection from Z to A, from 9 to 0.
+
:* "Descending" will sort the selection from Z to A, from 9 to 0.
 +
 
 +
* In the example above, the list view will be sorted by:
 +
** ''first name'' (A to Z), then, within sets of matching first names,
 +
** ''last name'' (A to Z), then, within sets of matching first and last names,
 +
** ''email addresses'' (A to Z)
 +
 
  
 
{{ListViewFooter}}
 
{{ListViewFooter}}

Revision as of 15:53, 22 April 2013

caption Click here to watch a video on creating and editing List Views.
Template:UnderConstruction

Setting the Field Sort Order

  • Once you have selected the fields to be displayed and have saved your list view, the Sort Order tab will appear.
  • In this tab, you can set the default sort order for the records in the list view.

Sortordertab.png

  1. Click on the "Add" button to add rows to the Sort Order definition.
  2. Choose a field that the list view should be sorted by, by default.
  3. Choose the "Direction" in which the sort should occur.
  • "Ascending" will sort the selection from A to Z, from 0 to 9.
  • "Descending" will sort the selection from Z to A, from 9 to 0.
  • In the example above, the list view will be sorted by:
    • first name (A to Z), then, within sets of matching first names,
    • last name (A to Z), then, within sets of matching first and last names,
    • email addresses (A to Z)



See Also