You can filter the view of records in the grid by performing a keyword search, filtering the list by column value, or applying one or more advanced filters and filter logic. You can thensave your filtered view of a record and set it as the default view, so there is no need to reselect the filters every time you open the Grid View (List View). For more information, seeManaging Views.
After applying a column filter, if the user tries to apply a keyword or advance search, the column filter criteria will not be retained, and the result will be displayed based on the keyword or advance search.
To filter records by keyword
Place your cursor in the search bar (at the top of the grid) and enter a keyword search term.
Click the Search icon or press Enter to filter the records by keyword.
The grid refreshes to show the filtered list—columns that have the keyword filter applied to them. You can use the Clear icon in the search field to remove the entire entered keyword at once.
To filter records using advanced search
Click theAdvanced Search() icon to open the filter dialog.
To specify the filter criteria, create simple or complex queries by entering values in the following fields:
Field Name
Description
Field
Select a field to be used in the filter criteria.
The application initially pulls the list of fields from thesearch settings, and if no fields are enabled for search for the object, it displays queryable fields from the database.
Operator
Select an operator from the drop-down. The operator defines the relationship between the field and the value. The list of available operators varies depending on the data type of the chosen field.
Value
Enter the value of the field. The type of value field depends on the fieldselected.
To add another filter criteria, clickAdd Criteriaand repeat step 2. By default, two or more rows share an AND (Boolean operator) relationship.
To specify the filter logic between multiple rows, enable theLogictoggle.
Specify your logic in theFilter Logicfield. The supported filter logic operators areANDandOR. Use parentheses to set the order of operations. For example, if you have five rows, you can create a filter logic such as (((1 AND 3) OR (2 AND 4)) AND 5).
ClickApplyto filter the list of records based on the criteria you defined.
If you have already used a column filter, the application will show a warning message on the filter popup. Applying an advanced search will remove the column filter. You can see the total number of applied filters next to the Advanced Search icon.
To filter records by column
Click or mouse hover on a column name and click theFilter by()iconto display the drop-down controls.
Select an operator from theSelect an optiondrop-down.
Enter or select the value to filter the records by the specified column value.
Click theApply() button. If you have already used an advanced search filter, the application will show a warning message on the column filter popup. Applying a column filter will remove any applied advanced search filters and the column level filter will be added to the advanced search. A red dot will appear next to the filter icon for any applied column filter.