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.| Column Filter | Example Values | Result |
|---|---|---|
| Severity = “High” | Only rows with high severity | Rows filtered to high severity |
| + Assignee = “John” | Combined with severity filter | Only high severity rows assigned to John |
| + Status != “Closed” | Combined with both above | High severity, John’s items, not closed |
Clear a Single Column Filter
- Click the filter icon on the filtered column header (the icon appears highlighted when a filter is active)
- Clear the filter criteria or select “Show All” 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:- Look for the Clear Filters option in the Risksheet toolbar or menu bar
- Click it to remove all column filters simultaneously
- All rows become visible again
The exact location and label of the “Clear All Filters” action may vary by Risksheet version. Check the toolbar and context menu for the option in your version.
Filter Persistence Behavior
Personal filters persist according to these rules:| Action | Filter Behavior |
|---|---|
| Close and reopen the same document | Filters restored automatically |
| Navigate away and return to the document | Filters restored automatically |
| Open a different Risksheet document | That document has its own independent filter settings |
| Switch to a saved view | Saved view column visibility applies; personal filters may reset |
| Another user opens the same document | They see their own personal filters, not yours |
| Clear browser cache | Filters are stored server-side in user settings, so they survive cache clearing |
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
Sources
Sources
Support TicketsSource Code
TextEditor.tsAppConfig.tsSuggestionServlet.javaCommandFactory.tsResultFilter.java