Sorting

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Tables >

Sorting

Table can be sorted by any column using sql order attribute. Sorting is applied after any transforms (for cross reports) and filtering.

For example to sort cross report by total column in descending order use (^ means descending):

<sql order="^FTOTAL">...</sql>