How to Filter Records in a Grid Component Using Information from the Extended User Info Table
/documentation/pages/HowTo/Grid/Filter Records Using Extended User Info.xml
Learn how to filter records in a Grid component based on the currently logged in user using the "USERID" field from the Extended User Information table.
Using Arguments to Filter Records in a Page Layout
/documentation/pages/Guides/Mobile and Web Components/PageLayout/Using Arguments to Filter Records.xml
Arguments can be defined for a Page Layout Component which can be used in server-side show/hide expressions as well as filtering Grid Components and Reports.
Filter Records in a List Control
/documentation/pages/Ref/Action Javascript/Filter Records in a List Control.xml
Search and/or sort records in a List Control based on a SQL or DBF data source.
List-Debugging info
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Defined Controls/List-Debugging info.xml
Inserts a static text control that shows debugging information for a List control (such as page number, count, sort, filter).
Using Xdialog to Filter a Report
/documentation/pages/Guides/Desktop/Xdialog/Using Xdialog to Filter a Report.xml

Xdialog can be used to create custom forms for filtering Reports in desktop applications.

Refresh and Filter Operations - User Defined Ajax Callbacks
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/Refresh and Filter Operations - User Defined Ajax Callbacks.xml
The List control has methods that allow you to refresh the data or filter the data.
a5wcb_extendedUserInfoTableFields Function
/documentation/pages/Ref/Api/Functions/Web/Web Application/a5wcb_extendedUserInfoTableFields Function.xml
Gets a list of fields in the Extended User Information Table.
How to Edit User Records in a Web Application
/documentation/pages/HowTo/Security/Edit Existing User.xml
An interface for editing existing users in the Web Security Framework can be created using the UX Component.
Using Check Boxes to Select Records
/documentation/pages/Server/Guide/Design/View/Database/Using Check Boxes to Select Records.xml
This example shows how to use check boxes in a grid to select records to print. In this case the example prints labels, but the technique is applicable to selecting records for any process. This example passes the selected list of Customer_IDs to a second page named PrintLabel.a5w. It prints the appropriate records using the CustomerLabels label layout or Letter to Customers letter layout of the AlphaSports customer table.
SQL Data Source - Group By in SQL - Filter List
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/SQL Data Source - Group By in SQL - Filter List.xml
If a List control is based on a SQL statement that uses the GROUP BY clause and the UX contains a button to filter the list, if a filter is defined on any of the summary fields in the SQL statement, an appropriate HAVING clause will be generated.