collation order

collation order


^ Index Level options: footing
Syntax
Category Access
Type Definition
Description refers to the sequence in which data is collated or sorted in an Access process.

The collation order is typically triggered by one of the following Access modifiers: "by", "by-dsnd" "by-exp", or "by-exp-dsnd".

The term "seqlist" (short for "sequence list") is used throughout the Pick Systems Reference Manual as a convention for representing the collation order.
Options
See Also by by-dsnd by-exp by-exp-dsnd sellist selection criteria seqlist Access verbs list processor Access
Example sort entity by zip
sselect invoices by date by customer
sort entity with name = "[mike]" by name
Warnings
Compatibility D3 7.0 R83 AP
^ Index Level options: footing