rpbouman / huey

A UI for DuckDB
MIT License
250 stars 17 forks source link

Feature: Subtotals and Grande totals #11

Closed IvoMoor closed 9 months ago

IvoMoor commented 9 months ago

This would be implemented as a on/off property at the items of the rows and column axis query items. Based on the state of these properties, we would generate a GROUP BY GROUPING SETS query, and this would more or less automatically deliver the required results.

rpbouman commented 9 months ago

Fixed https://github.com/rpbouman/huey/pull/63