Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] multiple level totals in pivot table compute value loss #702

Closed
fangsmile opened this issue Dec 11, 2023 · 0 comments
Closed

[Bug] multiple level totals in pivot table compute value loss #702

fangsmile opened this issue Dec 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@fangsmile
Copy link
Contributor

fangsmile commented Dec 11, 2023

Version

develop

Link to Minimal Reproduction

none

Steps to Reproduce

 rows: ['province', 'city', 'category'],
    columns: [],
    indicators: ['sales', 'number'],
    enableDataAnalysis: true,
    indicatorTitle: '指标名称',
    indicatorsAsCol: false,
    dataConfig: {
      totals: {
        row: {
          showGrandTotals: true,
          showSubTotals: true,
          subTotalsDimensions: ['province', 'city'],
          grandTotalLabel: '行总计',
          subTotalLabel: '小计'

Current Behavior

image

Expected Behavior

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant