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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display Average Column

Hi.

I have this pivot presented:

Period          James     David         Daniel

2012/1          100         150            200

2012/2          200         300            100

2012/3          300         500            400

I want to present an average column for each month (as last column)

I tried adding another expression it adds this column for each salesman.

how do i do it?

Labels (1)
3 Replies
preminqlik
Specialist II
Specialist II

hi there,

hope this helps you

tresB
Champion III
Champion III

Use expression like: If(dimensionality()=1, Avg(YourMeasurefield), Sum( YourMeasurefield)

Then enable partial sum in the presentation tab for second dimension. PFA

Not applicable
Author

Results come up wrong...

Untitled.png

Why?