Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

top down 10

Hello

i have for example sum(sales) by client

Can i do a top down 10, i mean, not the top 10, just the opposite

Thanks

1 Solution

Accepted Solutions
rittermd
Master
Master

If you mean the bottom 10 then yes.  You do it the same way just different choice.

View solution in original post

6 Replies
passionate
Specialist
Specialist

Hi jeremias,

Do you mean bottom 10?

Regards,

Pankaj

rittermd
Master
Master

If you mean the bottom 10 then yes.  You do it the same way just different choice.

Not applicable
Author

hello, i think is the same, the said to me top down but yes.

How can i do that? i'm new in sense

Not applicable
Author

Thanks where i can change that?

Not applicable
Author

I have sense in spanish, maybe i have two options "beggining and final" that's the translation to english but i don't think is correct

passionate
Specialist
Specialist

You have multiple options to do this:

=Sum({<Customer = {"=Rank(-Sum(Sales))<=10"}>} Sales)

Use reverse rank.