1
Open the Sheet Configuration
- Open your powersheet document
- Go to Menu > Configuration > Edit Sheet Configuration
- Locate or add a
viewssection in the YAML


2
Define a View
Each view is a named entry under the This creates a view called “Without V&V” that hides the validation and verification test case columns while keeping all other columns visible.
views section. It specifies which columns to hide by setting their visible property to false:3
Understand View Properties
Mark a view as the default by adding
default: true to it; that view then loads automatically instead of the base view. See the Views reference for full default-view behavior.Views control which columns are shown or hidden. They do not change column widths, formatters, or other properties. All columns not mentioned in the view remain visible at their default settings.
4
Create Multiple Views
Define several views for different analysis needs:
5
Switch Between Views
In the sheet UI, users switch views using the view selector in the toolbar. When a view is applied:
- Column visibility updates immediately based on the view definition
- To return to the base view, clear the view selection
Complete Example
Verify
After saving the sheet configuration, reload the powersheet document. You should now see:- The view selector appears in the toolbar with your defined view names
- Selecting a view hides the specified columns immediately
- Clearing the view selection restores all columns to their default visibility
See Also
- Add a Column — define the columns that views control
- Configure a Column Group — visually organize columns
- Configure Collapsible Groups — collapse column groups as an alternative to views
- Assign Configuration to Document — link configuration to documents