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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rank

I want to rank top customers.  For example from this

Customer          Sales

ABC                   500

123                     750

qwy                    235

987                    1,256

I want qlikview to give me this

Customer          Sales     Rank

ABC                   500          3

123                     750          2

qwy                    235          4

987                    1,256        1

1 Solution

Accepted Solutions
v_iyyappan
Specialist
Specialist

Hi,

     I attached a sample application for using rank function.its satisfy for ur requirments.

Hope its helpful for u.

Regards,

Iyyappan

View solution in original post

3 Replies
Not applicable
Author

In a straight table put Customer as the dimension and the following expressions:

1. Sum(Sales)

2. Rank(Sum(Sales))

v_iyyappan
Specialist
Specialist

Hi,

     I attached a sample application for using rank function.its satisfy for ur requirments.

Hope its helpful for u.

Regards,

Iyyappan

Not applicable
Author

THANKS SO MUCH!!!