A saved pivot or perspective over a table — grouping, aggregations, filters, and sorting, read live.
A view is a saved pivot or perspective over a single table — a stored arrangement of grouping, aggregations, filters, sorting, and calculated fields. It reads live from the table (nothing is materialized), and it’s a first-class object: views appear on the Tables page with Type = View, and dashboard cards are built on the same view shape.
Build a view from the Pivoting panel — the pivot icon in the table toolbar. Its sections are Row, Column, Values, and Filter:
Row — group by one or more columns down the left. Ordering lives inside each Row field (its Order: and Sort by: controls), as do its Show total and Show grand total checkboxes.
Column — pivot columns across the top, with the same per-field total checkboxes.
Values — the measures to aggregate (sum, count, average, min, max, median, distinct count), plus calculated expressions.
Filter — restrict which rows the view includes.
Below these, an untitled card holds just Tree view and Repeat row label.
A pivoted view and its Pivoting panel
A view is a lightweight, live slice of one table. When you need a new persisted or joinable dataset, create a calculation table instead.
Style a view from the Formatting panel (the paintbrush icon in the toolbar). The button is enabled only when a view is open, so the raw Default table can’t be formatted. By default the panel targets the whole Table (the Selected Cells option is disabled); with the conditional_formatting flag on, the target segments become All, Headers, and Cells. Either way the controls are cell color, text style (bold, underline, italic, strikethrough), alignment, wrapping, borders, a prefix / suffix, a multiplier, and number display.
Open a table and use the Views dropdown in the grid toolbar. Default is the raw table; selecting a saved view opens it. Editing the pivot (in the Pivoting panel) starts a draft (marked “Unsaved changes”), then:
Save — update the current view.
Save as New — promote the draft to a brand-new view.
Reset — discard the draft and return to the parent.
Delete a view from the trash icon on its row in the Views dropdown.
The table toolbar: the Views dropdown and the Pivoting button
Like tables, every view carries a catalog (a description, owner, agent-facing description, and per-column descriptions) that Addison reads. See Catalog for what it holds and where to edit it.
In the app
Via the API
Open the Catalog panel from the book icon in the view’s toolbar, the same as for a table.
GET /v1/views/{viewId}/catalog
Show a view’s catalog.
PATCH /v1/views/{viewId}/catalog
Update a view’s catalog (description, owner, agent description).
⌘I
Assistant
Responses are generated using AI and may contain mistakes.