Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Perhaps there is. Try to share a sample qvw explaining your expected output.
Pivot Table -> Properties ->Presentation -> Select Dimension from Top Left -> Check Show Partial Sum
Hi Balraj, i dont need partial sums i need grand total on the totals
looking for row wise
Well, as Tresesco asked, share a samle QVW
Try using aggr(), like:
=Sum(Aggr(Avg(Value),Dim))
Now, if you enable partial sum, you get sum-of-rows in total.
thanks treseco i vll try and let u know