Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
omarlq20
Contributor II
Contributor II

Ranking

Srs podrian ayudarme a realizar este ranking debe estar ordenado por las dimensiones Tienda, Categoria, y Producto

Mrs, could help me with this ranking should be ordered by the dimensions Tienda, Categoria, y Producto

4 Replies
swuehl
MVP
MVP

Not quite sure what you expect as result, could you post the expected outcome?

Or maybe try this:

=rank(total sum(Stock))

Not applicable

take the opportunity to consult a doubt with the example of the stores.

I need the ranking of the store that sold more, but omitting the other dimensions of the graph. This means, the store that sells more want a repeat of the one in each of their records.

Attache a Excel File with expected result.

kumarnatarajan
Partner - Specialist
Partner - Specialist

Hi,

Try This one

EX:  Aggr(NODISTINCT Rank(Sum(Stock)),Producto)

Not applicable

Thanks Kumar.

In my example is

Aggr(NODISTINCT Rank(Sum(Stock)),Tienda)