Skip to main content
1

Open the Sheet Configuration

  1. Open your powersheet document
  2. Go to Menu > Configuration > Edit Sheet Configuration
  3. Locate or add a views section in the YAML
Menu dropdown in the Powersheet toolbar showing Document, Edit, History, Configuration, Column, Filter & Sort, Row grouping, and Freeze entries
Configuration submenu expanded from the Menu dropdown, exposing Edit Sheet Configuration and Edit Data Model entries
2

Define a View

Each view is a named entry under the views section. It specifies which columns to hide by setting their visible property to false:
This creates a view called “Without V&V” that hides the validation and verification test case columns while keeping all other columns visible.
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:
diagram
5

Switch Between Views

In the sheet UI, users switch views using the view selector in the toolbar. When a view is applied:
  1. Column visibility updates immediately based on the view definition
  2. To return to the base view, clear the view selection
Views are especially helpful for RTM configurations with 20+ columns spanning requirements, design, risks, and tests. Define task-specific views so users see only what they need for their current work.
The column binding paths in the view definition must match the binding paths used in the columns section exactly. A mismatch will cause the visibility override to be silently ignored.

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

Last modified on July 10, 2026