Work with filters
Filtering supports simple and complex conditions using AND or OR logic with nested groups. You can filter on both the default fields created by ValidMind and custom fields created by your organization.
Rules
Rules define individual conditions to filter by, such as the business unit or owner.
To add a rule:
- Field selector
- Dropdown to choose the field type to filter by.
- Operator selector
- Dropdown to select the comparison operator.
- Value editor
- Input area that varies based on the selected field type.
- From the field selector dropdown, select one of:
Model Inventory Filters
- model information — One of the model inventory fields always created by ValidMind, such as the Business Unit.
- stakeholders — Owner, Developer, or Validator, or custom stakeholders if applicable.
- model inventory fields — One of the organization-specific model inventory fields you added for your own use.
Artifact Filters
- artifact information — One of the artifact fields always created by ValidMind, such as the Business Unit.
- assignees — User assigned to the Validation Issue type artifact.
- artifact fields — One of the organization-specific artifact fields you added for your own use.
- From the operator dropdown, select one of:
Available operators update based on the field selector
| Text fields | Date fields | Number fields | Boolean fields | Multi-select fields |
|---|---|---|---|---|
| equals | equals | equals | equals | in |
| not equals | not equals | not equals | not equals | not in |
| contains | before | greater than | is empty | contains |
| begins with | after | less than | is not empty | is empty |
| ends with | between | between | is not empty | |
| is empty | is empty | is empty | ||
| is not empty | is not empty | is not empty |
- From the value editor, enter or select a value based on the field type:
Value input changes based on field selector
- Text
- Text input or text area for longer content
- Date
- Date picker
- Number
- Number input or range slider
- Boolean
- Checkbox
- Select/multi-select
- Dropdown with search
- Entity fields
- Dropdown with search for users or models
(Optional) Add more rules by following the same steps.
Click Apply Filters.
Groups
Groups combine multiple rules that are evaluated together and can be nested one level deep. You use groups for more complex filters, such as Condition A AND (Condition B OR Condition C).
To add a group:
Click Add Group to create a nested group of conditions.
Follow the same steps as in Rules to add one or several conditions to the group.
Click Apply Filters.
Combinators
Combinators define how multiple rules or groups are logically combined when matching conditions. By default, multiple rules are combined with AND logic, meaning all conditions must match.
Supported combinators:
View active filters
After applying filters, active filter conditions appear as individual chips next to the label Filtered by:.
- Field names
- Operators
- Values
Remove active filters
Click the icon on any filter chip to remove that specific filter condition. The remaining filters are automatically reapplied.
Examples
Available values depend on your organization’s custom configuration
Show models where Model Inventory Field: Risk Level is High (requires that you have a custom select field called Risk Level):
On the Inventory page, click Filter.
Click Add Rule:
- Field =
Model Inventory Field: Risk Level - Operator =
equals - Value =
High
- Field =
Click Apply Filters.
Show models that are Model Stage: In Production AND in Business Unit: Risk Management:
On the Inventory page, click Filter.
On the Select Your Filters dialog that opens, click Add Rule:
- Field =
Model Stage - Operator =
in - Value =
In Production
- Field =
Add another rule:
- Field =
Business Unit - Operator =
in - Value =
Risk Management
- Field =
Click Apply Filters.
Show models that are (Model Stage: In Production AND in Business Unit: Risk Management) OR (Model Stage: In Production AND in Use: Attrition/Churn Management):
On the Inventory page, click Filter.
Click Add Rule to add your rules:
- First rule:
- Field =
Model Stage - Operator =
in - Value =
In Production
- Field =
- Second rule:
- Field =
Business Unit - Operator =
in - Value =
Risk Management
- Field =
- First rule:
Click Add Group to create a new group:
Change combinator to
OR(between the two groups).In the new group, click Add Rule to add:
- First rule:
- Field =
Model Stage - Operator =
in - Value =
In Production
- Field =
- Second rule:
- Field =
Use - Operator =
in - Value =
Attrition/Churn Management
- Field =
- First rule:
Click Apply Filters.
Show models where (Model Stage: Active OR In Periodic Review) AND (Risk Level: High OR Medium) AND Owner: John Doe:
On the Inventory page, click Filter.
Click Add Group to add your groups:
- First group:
- Field =
Model Stage - Operator =
in - Value =
In Production,In Periodic Review
- Field =
- Second group:
- Field =
Model Inventory Field: Risk Level - Operator =
equals - Value =
High,Medium
- Field =
- First group:
Add Rule to add a rule:
- Field =
Owner - Operator =
in - Value =
John Doe
- Field =
Ensure all groups and rules use AND combinator.
Click Apply Filters.
Show models implemented between January 1, 2025 and January 31, 2025:
On the Inventory page, click Filter.
Add Rule:
- Field =
Implementation Date - Operator =
between.
- Enter start date — January 1, 2025
- Enter end date — January 31, 2025
- Field =
Click Apply Filters.
Show models owned by a specific user that have .pdf attachments:
On the Inventory page, click Filter.
Click Add Rule:
- Field =
Owner - Operator =
in - Value = Select the user from dropdown.
- Field =
Add another rule:
- Field =
Attachments - Operator =
file name contains - Value =
.pdf.
- Field =
Ensure the combinator between rules is set to
AND.Click Apply Filters.


