CURRENT_ORDER_EXPN()
Syntax
Base_Order_Expression as C = CURRENT_ORDER_EXPN()
Description
CURRENT_ORDER_EXPN() returns the Base_Order_Expression of the primary table in a session. Can be used in a form or report, for example, to display the current order.
Supported By
Alpha Five Version 5 and Above
Examples
To display the order expression that a report is based on, define a calculated field with this expression:
CURRENT_ORDER_EXPN() |
See Also