Define Views in Configuration
Saved views allow users to switch between predefined column layouts without manually toggling individual columns.- Open the RISKSHEET Configuration Editor: Menu > Configuration > Edit Risksheet Configuration
- Locate or create the
viewssection - Add view definitions with column IDs:
- Save the configuration
- Reload the RISKSHEET page
View Definition Syntax
Show Specific Columns Only
List exact column IDs to display:Show All Except Specific Columns
Use@all to include all columns, then exclude specific ones with - prefix:
Column Visibility Patterns
Set Default View
Starting with version 24.1.0, specify which view loads automatically when opening a RISKSHEET.Static Default
AdddefaultView: true to the desired view:
Dynamic Default Based on User Role
Use Velocity scripting in the top panel template (risksheetTopPanel.vm):
admin role.
Dynamic Default Based on Document Metadata
Select Views from the Interface
Once configured, users can switch views:- Open the RISKSHEET document
- Click the View dropdown in the toolbar (or Menu > Select View)
- Choose the desired view from the list
- The spreadsheet refreshes to show only the configured columns
Use Cases for Saved Views
| View Name | Purpose | Column Strategy |
|---|---|---|
| Review View | Focus on review status and comments | Show only status, reviewer, comments columns |
| Export View | Clean data for external sharing | Hide formulas, internal notes, system fields |
| Risk Analysis | Core FMEA parameters only | Show severity, occurrence, detection, RPN |
| Traceability | Upstream and downstream links | Show item links, requirements, tasks |
| Admin View | Full visibility for configuration | Show all columns including hidden/debug fields |
Formulas execute on page load for all columns, even if hidden by saved views. This ensures calculated fields (titles, descriptions, RPN values) are available for display or export without requiring formula columns to be visible.
Alternative: Select Visible Columns
For ad-hoc column visibility without pre-configured views:- Click Menu > Select Visible Table Columns
- Check or uncheck columns in the dialog
- Click Apply
Verification
After creating saved views:- Reload the RISKSHEET page
- Open the View dropdown in the toolbar
- You should now see your configured view names listed
- Select a view and confirm only the specified columns appear in the grid
See Also
- Saved Views Reference - Complete saved views configuration syntax
- Control Column Visibility - Configure column visibility properties
- Control Column Visibility in Exports - Hide columns during PDF/Excel export
- Create Personal Filters - User-specific filter persistence
- Use the Configuration Editor - Edit RISKSHEET configuration
Sources
Sources
KB ArticlesSupport TicketsSource Code
AppConfig.tsCommandFactory.ts