OrderBy

Description

The OrderBy type contains the ORDER BY definition for a report, if ORDER BY is specified for the report. The OrderBy type parameters are listed below.

Parameters

Name Type Description
firstFieldName string The first field used to order report results.
secondFieldName string The second field used to order report results.

Usage

The OrderBy type describes which field or fields are used to order the results returned in a report. OrderBy may have an empty return value even though certain fields are designated in the report definition to sort the results.

XML

The following XML snippet shows the OrderBy type in the reportDefinition element of the RunReport response.

<ae:reportDefinition>
   <ae:orderBy/>