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).
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 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.

Sharing and Using a User-defined Component
/documentation/pages/Guides/Mobile and Web Components/Custom/Sharing and Using a User-defined Component.xml
Once you have a working User-defined Component, you can share it with others by sending them a Zip of the entire directory tree you used to create the User-defined Component builder. They will need to unpack it into their C:\ProgramData\Alpha Software\Alpha Five Version 11\Installations\<identifier>\UserDefinedWebComponentTypes directory, which they can find by using the Edit|Advanced|Open Folder where User-defined Components are Registered menu item from Alpha Five.
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.