Dims
Dims

Reputation: 51039

How to calculate real average in JIDE pivot table?

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?

Upvotes: 0

Views: 86

Answers (1)

caniskit
caniskit

Reputation: 76

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.

Upvotes: 0

Related Questions