Xbasic
CURRENT_FILTER_EXPN Function
Syntax
Base_Filter_Expression as C = current_filter_expn()
Description
Returns the filter for the primary table of the current session
Discussion
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.
Example
To display the filter expression that a report is based on, define a calculated field with this expression:
CURRENT_FILTER_EXPN()
See Also