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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to FORCE A RANK function?

I have a table with Client and SalesAmt. I want to have a column that assigns a distinct numerical rank to every client.

When I use the rank function(mode4), I'm still getting the bucketed rank (e.g. 12-15) for those clients with exact same sales. I'd like qlik to force rank the ties to assign distinct rank to each client. Is this possible?

Thanks in advance.

Labels (1)
1 Solution

Accepted Solutions
Or
MVP
MVP

Rank(myColumn,0,1) should do the trick. Check the Rank() documentation for specifics.

View solution in original post

2 Replies
Or
MVP
MVP

Rank(myColumn,0,1) should do the trick. Check the Rank() documentation for specifics.

Not applicable
Author

Thank you! This worked great.