Tabs
Workbooks can contain one or more tabs, each providing a different way to query and analyze your data. Tabs enable you to organize multiple analyses within a single workbook, making it easy to explore different aspects of your data or combine insights from different sources.New tab page
When you open Explore or add a new tab in a workbook, Cube shows the new tab page — a single launchpad for starting a report. From here you can search across your data model, browse starting points by type, or jump straight to pasting a query or asking an AI agent.Searching and browsing
A search box sits at the top of the launchpad. Typing filters every category at once; categories with no matches appear disabled, so you can tell at a glance which ones hold results. The category selector lets you switch between starting-point types:- View groups — browse view groups as folders. Drilling into a group reveals its sub-groups and views.
- Views — every view in the model. Search also matches a view’s measures and dimensions; when a view matches through a member, the row notes which one.
- Workbooks — drill into an existing workbook and pick one of its reports to reuse its query as the starting point for the new report. The workbook you are currently in and empty tabs (which have no query to reuse) appear disabled.
- Source tables — raw tables from your connected data sources, browsable by data source and schema.
Starting from a pasted query or an agent
The launchpad also offers shortcuts at the bottom:- Paste semantic SQL query — opens the SQL panel so you can paste a semantic SQL query. The dropdown adds Paste source SQL query (raw data-source SQL), Paste JSON query (a REST API query), and Paste GraphQL query (a GraphQL API query) — the JSON and GraphQL queries are converted to a semantic query for you.
- Ask Cube agent — opens the chat sidebar so you can describe the report you want in natural language.
Configuring the launchpad
Administrators can tailor the launchpad per deployment under Settings → Configuration, in the Workbooks and Explore section. Two settings are available. Available tabs — choose which categories appear on the launchpad. View groups and Views are always shown and cannot be turned off; Workbooks and Source tables can each be enabled or disabled to simplify the starting points your users see. Default view group — set a default view group so the launchpad opens inside a specific top-level view group instead of listing all of them, useful for steering users toward a curated set of governed starting points.1
Open deployment settings
Go to Settings → Configuration for your deployment.
2
Choose the available tabs and default group
In the Workbooks and Explore section, select the tabs to show and, optionally, enter the
name of the view group the launchpad should open inside. Leave the group empty to show all
view groups. Save your changes.
Tab types
Workbooks support two types of tabs, each designed for different querying approaches:Semantic Query
Semantic Query tabs allow you to query your data model through the semantic layer. This ensures all queries use consistent metrics, respect access control policies, and benefit from pre-aggregations for fast performance. You can query the semantic layer in three ways:- Point and click – Use the intuitive interface to select measures and dimensions, build visualizations, and explore your data interactively
- AI agent – Ask the AI agent to build queries and visualizations based on natural language questions
- Semantic SQL – Write Semantic SQL queries manually to have full control over your queries while still leveraging the semantic layer
Source SQL Query
Source SQL Query tabs allow you to query your connected data sources directly, bypassing the semantic layer. This gives you direct access to your raw data and enables deeper exploration beyond what’s defined in your data model. You can query source SQL in two ways:- Write SQL manually – Write standard SQL queries directly against your data source for maximum flexibility
- Ask AI – Use the AI agent to help you research your data source, build SQL queries, and refine results in real-time
Copying and pasting tabs
You can copy a tab from one workbook and paste it into another workbook using the clipboard.Copying a tab
Open the tab options menu (the chevron on the tab in the footer) and select Copy to Clipboard. The tab’s query, chart configuration, and settings are serialized and written to your system clipboard.Pasting a tab
Navigate to the target workbook and press Cmd+V (macOS) or Ctrl+V (Windows/Linux) while the workbook is focused. A new tab will be created with the query and configuration from the clipboard.Paste only works via the keyboard shortcut. Make sure the focus is not
inside a text input—otherwise the browser’s default paste behavior will
take precedence.