Files
superset2/superset-frontend/plugins/plugin-chart-table/src
rusackas 5cb1752e65 fix(table): pick totals query positionally so all_records percent metrics don't shift it
`buildQuery` inserts an extra query ahead of the totals query in `queriesData`
when `percent_metric_calculation` is set to "all_records", so the fixed-index
destructuring in `transformProps` grabbed that query instead of the actual
totals query, leaving the summary row with the wrong (and unformatted) values.

Fixes #39587
2026-07-25 17:26:37 -07:00
..