Nextedy RISKSHEET provides two mechanisms for customizing the display:
Feature
Saved Views (System-Wide)
Personal Filters (User-Specific)
Scope
Shared across all users
Private to individual user
What it stores
Column layout, visibility, and width
Filter criteria only (not layout)
Configured by
Administrators in risksheet.json
User via Polarion personal preferences
Access
View dropdown menu
Quick-access for frequent queries
Use Saved Views for organization-wide layouts (e.g., “FMEA View”, “Review View”). Use Personal Filters for your individual workflow needs (e.g., “My Open Risks”, “High Priority Items”).
Apply filters to multiple columns simultaneously. The grid displays only rows matching all active filter criteria (AND logic):Example Multi-Column Filter:Status = “open”
AND
Severity >= 8
AND
Assignee = “currentUser”
Result: Shows only open, high-severity risks assigned to you
Deleted personal filters cannot be recovered. If you might need the filter criteria again, consider renaming to “Archived: <name>” instead of deleting.
Personal filters work in addition to the base query configured in risksheet.json. The effective filter is:
Copy
Ask AI
Final Result = Base Query (from config) AND Personal Filter (from user)
Example:
Base query: type:risk AND project.id:MyProject
Personal filter: status:open AND severity:>5
Effective query: Shows only open, high-severity risks from MyProject
Configure the base query to scope RISKSHEET to relevant work items (project, type, document). Use personal filters to narrow results based on your current task (assignee, status, priority).