collation.order
Definition of collation order.
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 Advanced Pick Reference Manual as a convention for representing the collation order.
Example
sort entity by zip
sselect invoices by date by customer
sort entity with name = '[mike]' by name
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
