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: 
QlikMo
Creator
Creator

Average on a horizontal pivot table

Hi,

Can anyone help. I am trying to get an average of all months at the end of the table. I have read other posts about using the dimensionality() function but no matter what I do I can't seem to get the intended result. Could someone advise?

Thanks

QlikMo_0-1667988619678.png

 

 

 

Labels (3)
1 Solution

Accepted Solutions
rubenmarin

Hi, PFA.

Crete the month field in script to use in aggr.

Check partial sums for month.

Use SecondaryDimensionality() instead of Dimensionality()

2 options for Avg, I created 2 tables.

View solution in original post

2 Replies
rubenmarin

Hi, PFA.

Crete the month field in script to use in aggr.

Check partial sums for month.

Use SecondaryDimensionality() instead of Dimensionality()

2 options for Avg, I created 2 tables.

QlikMo
Creator
Creator
Author

Thank you very much