Table Viewer
Table Viewer is a data view in the Explore (legacy) workspace. It displays telemetry values from selected Channels in a tabular format. Each column represents a Channel. Rows are aligned with the time range currently visible in the line chart and update automatically when the chart is panned or zoomed.Settings
Row creation trigger options
Filter operators
Filters are applied per column and are row-based. Active filters across columns are combined using logical AND.Export
The Table Viewer tab includes an Export as CSV button. Only data currently visible in the table, based on the active time range and filters, is included in the export.Parameterized URLs
The/explore route accepts query parameters to preload a specific Run, Assets, Channels, and time range when Explore (legacy) opens. This allows targeted analysis views to be constructed and shared without manual setup.
URL structure
- Format: Line breaks and backslashes (
\) are shown for readability. In actual use, the URL must be a single continuous string joined with&, without spaces or backslashes. - Parameters must be percent-encoded for proper URL handling.
- If
fromandtoare not provided, the view defaults to the start and stop times of the provided Run.