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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hi All,

i have developed one QVW Application with Pivot table showing total for each column. Now i also want to show average and percentage below that.


Attaching screen shot for .......please open attached file in paintPivot.png reference.

1 Reply
JonnyPoole
Former Employee
Former Employee

This might work.  ( my own sample)

Capture.PNG

I increased the line height to 3 and made a custom totals header and a custom totals expression:

Sales Expression: 

if( Dimensionality()>0, sum(Sales),

sum(Sales) & chr(10) & avg( Sales) & chr(10) & num(sum(Sales) / sum(total Sales),'#,##0%'))

Totals Expression:

Capture2.PNG