Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a pivot table with one dimension = rank (1 to 10).
This rank =IF(Aggr(Rank(sum({$<Week={$(=Max(Week))}>}Amount)),Var,CName) <= 10,Aggr(Rank(sum({$<Week={$(=Max(Week))}>}Amount)),Var,CName),Null())
The order of dimensions is Var (No sort), CName sort by expression = sum({$<Week={$(=Max(Week))}>}Amount) , Rank (No sort).
However, ranking sort is not working.
any help????
Thanks
I am not sure there is something happening with your Customer Field? Check attached.
did you try to sort by expression:
Aggr(Rank(sum({$<Week={$(=Max(Week))}>}Amount)),Var,CName)
It's no working
can you share your sample to look into?
attached my sample model, where you can see that rank is not ordered
Thanks
attached my sample model, where you can see that rank is not ordered
thanks !
I think you have to promote the rank to the top of the sorting levels. Means rank must be the first dimension.
This is the way how pivots work. Everything is grouped and within one group (dimension) the next sorting will be applied.
Nop. This not working... these happen when I promoted the rank to the top:
Help!!!
Did you set the sort order of "RNK" to numeric ascending?
Is RNK now on the top level of your sort order?
In the print screen above rank is the first dimension and I loose the ranking by Variable...