Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a pivot table with several expressions and one dimension. Now I want to sort 'descending' one of the expression-columns.
The problem I get is that it shows first a number of zero values and then starts ith the highest value (see example sort / sort by Turnover 2007). Has this got to do with the fact that the zero's represent missing data ???
How can I solve this problem ??
Thanks,
Guy
Perhaps: in presentation tab delete values null
Hello,
We already tried to use these options in the presentation tab.
No succes.
Kind regards,
Guy
try sort by expression and put your expression...
are you sure that "0" is considerated as a null value?
Hello,
I don't exactly understand what you mean. We already worked by "Sort by expression" putting in the expression.
It's at that moment that we get the the result as in the example.
First the zero's (probably the customers whithout turnover for that year) followed by the sort as it should be.
Kind regards,
Guy
Can you post an application with this table?
For ones that are looking for the solution:
I had a similar problem. The solution is to sort by expression and in this expression use rank function, for ex.
rank(count(id)) and sort it ascending. This will solve the problem
. It worked for me.
For ones that are looking for the solution:
I had a similar problem. The solution is to sort by expression and in this expression use rank function, for ex.
rank(count(id)) and sort it ascending. This will solve the problem
. It worked for me.