Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
How to sort total column in pivot table ,as shown in image ,i need to sort the
Total column in descending order (Like 1411, 643, 381)?????

Hi.
Go to the sorting tab, select CallSource dimension. Toggle override group sorting order. Then type the expression you want to be used for sorting.
chart properties-> sort ->select dimension Callsource(or groupname)-> expression ->[Total]
see the attched example
thanks sunil,,,
but wherez attached sample ??
Open a full theme view, the attachments are hidden when you look through inbox.
Sorry, but you cannot reference the expression in the sort expression (try changing the sort order and you will see it does not change). Instead copy the complete calculation in the sort expression.
i am attaching again
We can use Expression name over that object .it will work. you may try this
In the example below the expression used is count(Sales). The table is sorted by Product using the expression aggr(count(Sales),Product in descending order.

Have you tried changing the sort order from ascending to descending in your example?