Prerequisites
- Risksheet version 24.8.1 or later (personal filter storage was introduced in this version)
- At least one column in your risksheet with
filterableenabled (this is the default for most columns)
How Personal Filters Work
Personal filters are stored per user and per document. When you set a filter on one or more columns and close the risksheet, your filter selections are remembered. The next time you open the same document, Risksheet automatically re-applies your personal filters so you see the same filtered view you left.Set a Column Filter
- Open the risksheet document you want to filter
- Locate the column header you want to filter by (e.g., “Severity”, “Status”, “Assignee”)
- Click the filter icon in the column header area
- Select the filter criteria:
- For enum columns (severity, occurrence, detection, status): check or uncheck the values you want to include
- For text columns (Title, Description): type the text to filter by
- For numeric columns (RPN): specify a range or threshold
- Confirm the filter selection
Filter Multiple Columns
You can apply filters to multiple columns simultaneously. The filters combine with AND logic — only rows matching all active filters are displayed.
To add filters to additional columns, repeat the steps above for each column header.
Clear a Single Column Filter
- Click the filter icon on the filtered column header (the icon appears highlighted when a filter is active)
- In the filter dropdown, click Clear to remove the filter from that column
- The grid updates immediately, and the column header filter indicator is removed
Clear All Filters
To remove all active filters at once and return to the unfiltered view, open the filter dropdown on any column header and use the Clear All action:- Click the filter icon on any column header (filtered or unfiltered)
- In the filter dropdown, click Clear All — this removes filters from every column in the grid simultaneously
- All rows become visible again, and the filter indicators are removed from every column header
Filter Persistence Behavior
Personal filters persist according to these rules:Configuration Requirements
Personal filters rely on thefilterable column property. By default, all columns have filterable set to true, meaning users can filter by any column. Administrators can disable filtering on specific columns by setting filterable to false in the column configuration.
Practical Scenarios
Scenario 1: Daily Review of High-Priority Items
A safety engineer reviews high-priority risk items each morning. They set these filters:- Severity: “Critical” and “High”
- Status: “Open” and “In Review”
- Assignee: Their own name
Scenario 2: FMEA Analysis by System Component
An engineer working on a specific subsystem filters the risksheet to show only failure modes related to their component:- System Requirement column: Filter to show only linked items for “Braking System”
Scenario 3: Audit Preparation
A quality manager preparing for an ISO 26262 audit filters the risksheet to focus on items with incomplete mitigations:- Mitigation Task column: Filter to show rows where the task column is empty or has status “Not Started”
- RPN column: Filter for values above a specific threshold (e.g., > 150)
Sorting and Filtering Combined
Personal filters work alongside the sort order configured insortBy and any manual column sorting applied by clicking column headers. The interaction follows this order:
- Filtering is applied first — rows not matching the filter criteria are hidden
- Sorting is applied to the remaining visible rows
- Merging groups the sorted, filtered rows according to the
levelsconfiguration
Verification
After setting up personal filters, you should see:- The filtered view applies immediately when you set the filter
- A visual indicator on filtered column headers confirms which filters are active
- After closing and reopening the document, the same filters are automatically re-applied
- The row count reflects only the filtered subset of items
See Also
- Configure Column Sorting — Set up default and custom sort orders
- Control Column Visibility — Show or hide columns independently from filtering
- Create Saved Views — Configure named column visibility presets
- Configure Queries — Advanced query-based data selection
- Use Query Factory — Dynamic filtering for linked item suggestions