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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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?

3 Replies
preminqlik
Specialist II
Specialist II

hi there,

hope this helps you

tresesco
MVP
MVP

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?