Configure saved views
Saved views allow administrators to pre-configure specific column sets that users can switch between. This is useful when different teams or workflows need different column layouts. Define saved views in theviews section of your risksheet.json configuration:
| Property | Description |
|---|---|
name | Display name shown in the dropdown menu |
columnIds | Array of column IDs controlling visibility |
@all | Start with all columns visible |
-columnId | Exclude a specific column (prefix with -) |
defaultView | Set to true to make this the default view (optional) |
Set a default view
Starting with version 24.1.0, you can configure which view displays when users first open the RISKSHEET. Static default - Add"defaultView": true to any view:
risksheetTopPanel.vm to set the default view based on context (user role, project, etc.):
Use the column selector
Users can also show/hide individual columns without using saved views. Click the Select Visible Table Columns option in the toolbar menu:Verification
After configuring saved views, you should see:- A dropdown selector in the RISKSHEET toolbar showing all configured view names
- Switching views instantly shows/hides the specified columns
- The default view (if configured) displays automatically when opening the RISKSHEET
- Column selector shows checkboxes for all available columns
See also
- Saved Views - Full reference documentation for view configuration
- Configure Column Sorting - Control how columns are ordered
- Control Column Visibility in Exports - Hide columns in PDF and Excel exports
- Add a Basic Column - Create new columns
- Configuration Properties Index - All configuration options
Sources
Sources
KB Articles
- Enable editing of read-only up-stream columns
- Select saved views
- What Work Items are visible on the Risksheet and understanding levels
ToggleReviewCommand.tsColumnsHelper.tsAppConfig.tsExportToPdf.tsResetColumnsCommand.ts