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