0

I found, that JIDE pivot table calculates average incorrectly.

If summaries contains averages too, then it computes average of averages, which is not the same value as total average (and just senseless value).

Is it possible to calculate true average in JIDE?

Dims
  • 47,675
  • 117
  • 331
  • 600

1 Answers1

0

Assuming you are using CalculatedPivotDataModel, you can use the CalculatedPivotDataModel.setRunningCalculateSummary(false)call to achieve the desired behavior.

See the api docs for more information.

caniskit
  • 76
  • 1
  • 4