Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Result Total - Pivot Table

Dear,

Good afternoon, would be so kind to help me with the following problem.

The totals presented not match the average of the values. Example in the designated column should appear which is the average 33.1 (Pivot Table). I would suggest that you can do or how I can fix it. Attached Excel table.

Problemas.jpg

In advance my sincere thanks.

Regards

Mauro

1 Reply
sunny_talwar

Try this:

=Sum(Aggr(YourCurrentExpression, AllDimensionsInTheTable))

=Avg(Aggr(YourCurrentExpression, AllDimensionsInTheTable))