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: 
francisvandergr
Partner - Creator II
Partner - Creator II

Question about an avg in pivottable

I have a pivottable with the dimensions year and period. At the end i want an total (avg of 3 years).

Because i want one column i have used an dimension. Otherwise i get for every year an avg,

My formula for the dimension is :  =aggr(avg(Turnover),Period)

I want tghis formula with set analyses. I wanna have only Account 10 in m y calculation is this possible. I have included an example.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You want it more like this?

View solution in original post

5 Replies
giakoum
Partner - Master II
Partner - Master II

aggr(avg({<aCCOUNT={"10"}>} Turnover),Period)

swuehl
MVP
MVP

Maybe like attached?

francisvandergr
Partner - Creator II
Partner - Creator II
Author

Sorry Swuehl. I wanna have both. So i wanna have a subtotal and i wanna have an Average. Can i do something with an dimension ?

swuehl
MVP
MVP

You want it more like this?

francisvandergr
Partner - Creator II
Partner - Creator II
Author

Top!