currentlistfilter Function
Syntax
C currentListFilter(C listName)
Arguments
- listNameCharacter
The List ID.
Description
Pseduo-function used to apply the server-side filter for a List control in a UX Component to a Report.
Discussion
The currentListFilter() function is a pseudo-function that can be used to apply the current server-side filter for a List to a Report. This allows you to generate a report based on the records shown in a List.
To apply a List's order expression to a report, use the currentListOrder() pseudo-function.
currentListFilter() only applies the server-side filter for a List to the Report. It does not apply the client-side filter.
Limitations
Web Applications Only
See Also