Filters
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Navigation and UI
A filter restricts what records appear in a list by providing a set of conditions each record must meet to be included in the list.
- Field: Each field contains data from a particular column in the table. Selecting a reference field enables you to dot-walk to data from other tables.
- Operator: Each field type has its own set of valid operators. The operator determines if a value is needed.
- Value: Each field has its own set of valid values determined by the field type. Reference fields have access to auto-complete, and choice lists provide a list of options.
- Grouping: Each condition line is grouped with either an AND or OR connector. The filter requires all condition lines linked with an AND connector to be met. The filter separately evaluates each condition line linked with an OR connector.
List v3 provides the Related Lists Conditions section that enables you to include a condition based on a related table.
Create filters on a list using the condition builder.
Related list conditions in List v3
By default, all lists enables you to filter on the current table data, which includes dot-walking to fields in referenced tables. In v3 lists, another type of condition, Related Lists Conditions, is available in the condition builder. For more information, see Add related list conditions.
Pin a filter in List v2
To make the condition builder appear every time you open the list, click the
pin/unpin filter icon (). This functionality is not supported in List v3.
Related Content
- Dot-walking to data in related tables
Dot-walking provides access to fields on related tables from a form, list, or script.
- Field types
- Operators available for filters and queries
The system provides a set of operators for use with filters, condition builders, and encoded queries. The data type of a field determines what operators are available for it.