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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Create rank on Calucalted column.

Hi i want to show rank for calculated coumn

i created one expression for total::::::

sum({<[Manager Name Lvl 03]={'dimm'}>}  Amount)

its giving sum total like below

manger   AMOUNT

A            100

B             300

C             500

Now i want display rank also

manager     amount  rank

a                 100         3

b                  300        2

c                 500         1

3 Replies
israrkhan
Specialist II
Specialist II

try like

Rank(sum({<[Manager Name Lvl 03]={'dimm'}>}  Amount))

OR


Rank( - sum({<[Manager Name Lvl 03]={'dimm'}>}  Amount))


minus sign to show rank in reverse order....


Not applicable
Author

its giving 1,1,1,1,1

its not giving exact output

israrkhan
Specialist II
Specialist II

it must work...

can you please share a sample document...i can help you in better way..