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: 
nareshthavidishetty
Creator III
Creator III

pivot table

Hi all,

i want to display grand total on total in the pivot table i know there is no possibility of total mode in expr tab

is there any other option can any one tell me

6 Replies
tresesco
MVP
MVP

Perhaps there is. Try to share a sample qvw explaining your expected output.

Anonymous
Not applicable

Pivot Table -> Properties ->Presentation -> Select Dimension from Top Left -> Check Show Partial Sum

nareshthavidishetty
Creator III
Creator III
Author

Hi Balraj, i  dont need partial sums i need grand total on the totals

looking for row wise

Anonymous
Not applicable

Well, as Tresesco asked, share a samle QVW

tresesco
MVP
MVP

Try using aggr(), like:

=Sum(Aggr(Avg(Value),Dim))

Now, if you enable partial sum, you get sum-of-rows in total.

nareshthavidishetty
Creator III
Creator III
Author

thanks treseco i vll try and let u know