Skip to main content
All docs
V23.2

Sort Data

To sort the data displayed in the report band by column, specify the data field for that column as the band’s sorting field.

In this example, the report’s DetailBand is bound to the Products table of the sample Northwind database. To sort the products by their names in ascending order, do the following:

  1. In the Detail band’s smart tag, click the ellipsis next to the Sort Fields editor:

    Detail Band Sort Fields

  2. In the invoked Group Field Collection Editor, specify the [ProductName] field as the field by which to sort the data:

    Group Field Collection Editor

    Click OK to apply changes and close the dialog.

  3. Switch to the Preview tab. Products are sorted by their names in ascending order:

    Sort Data Resulting Report Preview