Skip to content

Add split_rollup_mode - #3211

Merged
texodus merged 4 commits into
masterfrom
split-rollup-mode
Aug 10, 2026
Merged

Add split_rollup_mode#3211
texodus merged 4 commits into
masterfrom
split-rollup-mode

Conversation

@texodus

@texodus texodus commented Aug 10, 2026

Copy link
Copy Markdown
Member

This PR adds split_rollup_mode to ViewConfig, the split_by counterpart to group_rollup_mode: "flat" (the default) emits only full-depth split combinations as columns, while "rollup" additionally emits grand-total and subtotal column groups (Sales, CA|Sales, CA|SF|Sales, ...). Includes support for DuckDB (via GenericSQLModel) and the Datagrid plugin (no charts currently use these rollups, much like group_rollup_mode).

Screenshot 2026-08-10 at 12 38 27 AM

texodus added 2 commits August 9, 2026 23:50
Signed-off-by: Andrew Stein <steinlink@gmail.com>
Signed-off-by: Andrew Stein <steinlink@gmail.com>
@texodus texodus added the enhancement Feature requests or improvements label Aug 10, 2026
Signed-off-by: Andrew Stein <steinlink@gmail.com>
Signed-off-by: Andrew Stein <steinlink@gmail.com>
@texodus
texodus force-pushed the split-rollup-mode branch from 080a8bf to 2ce10a9 Compare August 10, 2026 05:48
@texodus
texodus merged commit 31c05b0 into master Aug 10, 2026
34 of 35 checks passed
@texodus
texodus deleted the split-rollup-mode branch August 10, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Feature requests or improvements

Development

Successfully merging this pull request may close these issues.

1 participant