<< Click to Display Table of Contents >> Navigation: Professional > Reports > Active Reports (Deprecated) > Active Reports - Sorting Data in Active Reports |
The data output from an active report can be sorted using the ORDER BY SQL statement. Examples of Ascending and Descending orders are listed below.
ORDER BY "FIELD_NAME" DESC
ORDER BY "FIELD_NAME" ASC
Combined sorting is possible by combining the two order types:
1.ORDER BY "FIELD_ONE" DESC
2.ORDER BY "FIELD_TWO" ASC
Sorting the data by descending ANALYSIS_DATE. The image below is an example of the report data source modified to sort the data by descending analysis date.
Copyright © 2024 EarthSoft, Inc. • Modified: 17 Nov 2020