Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
you can enter in the Tab Sort an expression like Sum(Sales) for all dimensions, ASC or DESC
Hi,
sorting by expression in Pivot Tables is somewhat tricky... The sorting expression is evaluated for each individual Dimension, not for a combination of Dimensions.
For example if pivot table shows Sales by Customer and Product, and both Dimensions are sorted by sum(Sales), descending - the Customers will be sorted based on total Sales by Customer, and the Product will be sorted based on the total Sales by Product (not based on sales of this product for this particular customer). So, the most selling Product overall will always appear first, even if it happens to be #5 for a particular Customer.
just wanted to clarify this point...
It's hard to guess what you specific problem might be, without seeing your application...
You can try and build a sorting espression using function AGGR() and forcing all the dimensions into the calculation