apache/superset

Rename "Subtotal" to "Subvalue" in Pivot Tables

Open

#35.089 aberto em 10 de set. de 2025

Ver no GitHub
 (9 comments) (0 reactions) (2 assignees)TypeScript (17.291 forks)batch import
good first issueviz:charts:pivot

Métricas do repositório

Stars
 (72.837 stars)
Métricas de merge de PR
 (Mesclagem média 31d 15h) (773 fundiu PRs em 30d)

Description

Description

Pivot Table offers the possibility to show aggregated values by group. For example, if I want to show total sum of sales, I can also show the subtotal sales per category, department etc. In this case a total sum is labeled "Total (Sum)", and the subtotals are labeled "Subtotal". This can also be done with other aggregation functions, such as average. In this case the label for the line aggregating the entire table is "Total (Average)" and the label for a subgroup is "Subtotal". Requesting to rename this to "Subvalue (Average)" (with the aggregated function in brackets).

Guia do colaborador