Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
raju_salmon
Creator II
Creator II

Average grand total instead of Sum in pivot table

Hi Experts,

Gone through some of threads however not solved the issue. Unable to share app due to confidentiality.

I have a pivot table in my app something like below, whereas i need to replace red number (Average) at yellow highlighted (Sum).

I have three dimensions and one expression (Ex: Sum(No)).

Is there anyway to do it by using dimensionality() or any other way?

Pivot Table.jpg

Regards,

Raju.

1 Solution

Accepted Solutions
sunny_talwar

Try this:

=Avg(Aggr(If(Sum(Value) > 0, Sum(Value)), [Channel Name], PRODUCT_NAME, MONTH))

Replace Sum(Value) with your expression

Attaching a sample

Capture.PNG

View solution in original post

8 Replies
sunny_talwar

Have you tried using Avg(No)?

raju_salmon
Creator II
Creator II
Author

Hi Sunny,

That will give Average values for expression.. whereas i need overall average at Totals.

I used show partial sum in presentation tab for totals, whereas i need average there.

sunny_talwar

Would you be able to share your sample excel file you have above? I know this can be done with Aggr() function. But the exact expression will need to be tested

raju_salmon
Creator II
Creator II
Author

May i know where is the option to attach the excel. If you do not mind...

sunny_talwar

Step 1:

Capture.PNG

Step 2:

Capture.PNG

sunny_talwar

Try this:

=Avg(Aggr(If(Sum(Value) > 0, Sum(Value)), [Channel Name], PRODUCT_NAME, MONTH))

Replace Sum(Value) with your expression

Attaching a sample

Capture.PNG

raju_salmon
Creator II
Creator II
Author

Thank you Sunny.

sunny_talwar

No problem. I am glad I was able to help.

Best,

Sunny