Selected Rows
The Selected Rows tab displays rows you have selected via row selection. Use it to review selected rows or save them as a derived dataset.
Where It Appears
When you open a project with the Three Pane Analysis layout, a Selected Rows tab is automatically created in the bottom-right pane. If you use a different layout or close the tab, you can reopen it from View > Selected Rows in the menu bar, the + button in a pane, or the Command Palette (Ctrl/Cmd+P).
When no rows are selected, the tab shows "No Rows Selected". Select rows in Data Table, Graph Builder, Statistics, or other tabs to see them here.

What It Shows
The header displays the number of selected rows and the dataset name. A menu button (⋮) is on the right side of the header.
Below the header is a table containing only the selected rows.
When you select rows by clicking a graph bar or histogram bin, a selection expression is shown below the table. For example, clicking a histogram bar might show bill_length_mm >= 35 and bill_length_mm < 40. Manually clicking rows in the Data Table does not produce an expression.
Actions
The menu button (⋮) provides two actions.
Open as Filtered Data -- Opens the currently selected rows in a new Filtered Data tab. If a selection expression exists, it is carried over as the filter condition. If there is no expression, the selected rows are shown without a filter condition.
Save as Dataset -- Saves the selected rows as a derived dataset. Enter a dataset name in the dialog to save. The derived dataset references the source data by row index. If you reload the dataset from a CSV file, it returns rows at the same row numbers, so adding or reordering rows in the source may cause it to reference different data.
Workflow Example: Examine Outliers in a Scatter Plot
- Create a scatter plot in Graph Builder
- Click data points that appear to be outliers to select them
- Check the values of those rows in the Selected Rows tab
- From the menu button (⋮), choose Save as Dataset to save as a derived dataset
Differences from Filtered Data
The Selected Rows tab reflects the current selection state in real time. Clearing the selection returns it to "No Rows Selected". When saved, the derived dataset references rows by index, so reordering or adding rows in the source data may cause it to point to different data.
The Filtered Data tab is an independent tab created by double-clicking. Data remains even after clearing row selection. When saved, the derived dataset references rows by filter expression, so it returns matching rows even after the source data is updated.
| Selected Rows | Filtered Data | |
|---|---|---|
| What it shows | Currently selected rows | Rows matching a specific condition |
| When selection is cleared | Returns to "No Rows Selected" | Tab and data remain |
| Additional filtering | Not available | Enter a filter expression for further narrowing |
| Save as Dataset method | References by row index | References by filter expression |
| When source data is updated | Returns rows at the same row numbers | Re-evaluates the filter expression to return matching rows |
See also
- Filtered Data -- Tab showing rows matching a filter condition
- Row Selection -- How to select rows in each tab and how selection state is shared
- Datasets -- Details on derived datasets
- Workspace and Layout Management -- Three Pane Analysis layout