ryepezb1 opened a new issue, #33289: URL: https://github.com/apache/superset/issues/33289
🐞 Description of the issue: When using a table chart with row grouping enabled and activating the "Show total summary" option, the summary row (e.g., sum, count) reflects the total for the entire dataset, not just the rows currently displayed in the chart. This can be confusing, especially when the dataset is large or when filters/pagination are applied, because the visible data doesn't match the summary shown. 📌 Steps to reproduce: Create a table chart using a dataset with multiple rows. Enable group by on a column (e.g., category or region). Enable "Show summary row" in the chart settings. Apply filters or scroll through paginated views. ❌ Problem: The summary row displays totals for all data returned by the query, not only for the visible rows on screen. It creates a mismatch between what the user sees and what the summary shows. ✅ Expected behavior: The summary should either: Reflect only the visible rows in the current page/group, or Include an indicator that it shows totals for the full dataset. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
