Run SQL pivot query
Run a SQL pivot query
Documentation Index
Fetch the complete documentation index at: https://lightdash-mintlify-4cc1f9c1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Body
Dimensions referenced by ORDER BY but NOT spread into pivot columns.
Used when a user hides a dim that's part of pivotConfig.columns and has
a sort entry on it: the dim still ranks column order via the GROUP BY /
ORDER BY pipeline, but it doesn't become a pivot column header level.
Mirrors sortOnlyColumns (which serves the same purpose for metrics).
Metrics/table calculations needed for sort anchor CTEs but not for display. These are merged into valuesColumns for SQL generation in PivotQueryBuilder, but excluded from pivotDetails so they don't appear as chart series.
When true, metrics are displayed as rows instead of columns. This affects column limit calculation - when metrics are rows, we don't need to divide the column limit by the number of metrics. Defaults to false for backward compatibility (SQL runner behavior).
- object
- object[]