sortdown

The sortdown statement sorts the database by the current field. The database is sorted in descending order (high to low).


Parameters

No parameters.


Description

The sortdown statement sorts the database by the current field. The database is sorted in descending order (high to low).

This example sorts a database from highest prices to low. To sort in low to high order use sortup. To sort on additional fields use sortdownwithin or sortupwithin. To sort and divide the database into groups with summary records use groupdown.

field Price
sortdown

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.