sortup
The sortup statement sorts the database by the current field. The database is sorted in ascending order (low to high).
Parameters
No parameters.
Description
The sortup statement sorts the database by the current field. The database is sorted in ascending order (low to high).
This example sorts a database in zip code order from low to high. To sort in reverse order use sortdown. To sort additional fields use sortupwithin. To sort and divide the database into groups with summary records use groupup.
field Zip
sortup
See Also
- groupdown -- divides the database into groups, with a summary record at the end of each group. The groups are arranged in descending order (high to low).
- groupup -- divides the database into groups, with a summary record at the end of each group. The groups are arranged in ascending order (low to high).
- importdatabasedialog -- opens the standard Import Database dialog.
- reverseorder -- reverses the order of the records in the database.
- sortdialog -- opens the standard *Sort* dialog.
- sortdown -- sorts the database by the current field. The database is sorted in descending order (high to low).
- sortdownwithin -- sorts the database by the current field, leaving any previous sorts intact. The database is sorted in descending order (high to low).
- Sorting Data -- sorting data into a specific order.
- sortupwithin -- sorts the database by the current field, leaving any previous sorts intact. The database is sorted in ascending order (low to high).
History
10.0 | No Change | Carried over from Panorama 6.0. |