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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewwizard
Master II
Master II

Average in place of total in pivot table

Hi All,

How to get the Average in place of total in pivot table.

Thanks in advance.

Required output:

Capture.JPG

13 Replies
Qrishna
Master
Master

Is that what you were expecting?

jagan
Partner - Champion III
Partner - Champion III

Hi,

Use this expression

If(RowNo() = 0, Sum(Sales)/Count(TOTAL <Country> DISTINCT JOB) , sum(Sales))

Regards,

jagan.

jagan
Partner - Champion III
Partner - Champion III

Hi,

And in Presentation tab Change caption to Average in Labels for Totals text box for both Country and JOB dimension.  PFA for solution.

Regards,

Jagan.

qlikviewwizard
Master II
Master II
Author

Thank you all.