Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Numeration in a chart

Hello,

I want to numerate values in a chart as the example I atatched. There is some formula that I could use?

Thank you,

Saranumeration.PNG

1 Solution

Accepted Solutions
sunny_talwar

Try Rank() function:

Rank(Expression)

View solution in original post

4 Replies
sunny_talwar

Try Rank() function:

Rank(Expression)

perumal_41
Partner - Specialist II
Partner - Specialist II

Hi Sara,

numerate which based on want to calculate i.e highest values based on or sort order based

ThornOfCrowns
Specialist II
Specialist II

How are you getting the numeration for the value 'r' in Field A? It's neither value of expression or sort of Field B.

Anonymous
Not applicable
Author

It works in  the pivot table sorting by the expression rank,

Thank you