• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Slicer labels order of appearance

Nunes

New Member
Hi all!

I tried to search for a solution to this as i'm pretty sure i must not be the first person with this problema, but couldn't find any. Sorry if reposting.

So I wanted to use a slicer to dynamically filter some data from a pivot. This data relates to some values that can fit into some pre-defined bins of values.
My problem is that the labels within the slicer appear in alphabetic order, like this:

slicer.png

Whereas i would want them to appear in "natural" ascending order of values, like:
Code:
0€ - 5€
5€ - 10€
10€ - 20€
20€ - 30€
30€ - 40€
40€ - 50€
50€ - 100€
100€ - 200€
200€ - 500€
500€ - 1000€
> 1000€

Do anyone know of any way to do this, ie, sorting the order of appearance of labels within slicers not in the default alphabetic order?

Thanks in advance!
 
Back
Top