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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Reply
sunny_talwar

Try this:

=Sum(Aggr(YourCurrentExpression, AllDimensionsInTheTable))

=Avg(Aggr(YourCurrentExpression, AllDimensionsInTheTable))