The As parameter sets the list of keys that will be used to sort representative records in an aggregated record details query.
Parameter | As |
Name | Aggregated Record Sort Key |
Java setter method | ENEQuery.setAggrERecActiveSortKeys() |
.NET setter property | ENEQuery.AggrERecActiveSortKeys |
Type |
As=sort-key-names[(geocode)][|sort order][||…] |
Description |
Specifies a list of properties or dimensions (sort keys) by which to sort the representative records, and an optional list of directions in which to sort. In other words, in order to sort representative records in aggregated records, you must append a sort key parameter (As) to the aggregated record query, using the following syntax:As=sort-key-names[(geocode)][|sort order][||…] A sort key is a dimension or property name enabled for sorting on the data set. Optionally, each sort key can specify a sort order of 0 (ascending sort, the default) or 1 (descending sort). The records are sorted by the first sort key, with ties being resolved by the second sort key, whose ties are resolved by the third sort key, and so on. Whether the values for the sort key are sorted alphabetically, numerically, or geospatially is specified in Developer Studio.To sort records by their geocode property, add the optional geocode argument to the sort key parameter (noting that the sort key parameter must be a geocode property). Records are sorted by the distance from the geocode reference point to the geocode point indicated by the property key. |
Object | Aggregated Record (AggrERec) |
Dependency | A, An |
/controller.php?A=7&An=123&Au=ssn&As=Price|1