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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Ranking Calculation in QlikView

I have the following data in a straight table:

Screen Shot 2015-11-08 at 13.04.49.png

I need to be able to calculate 2012 and 2013 rankings based on the '2012 Quantity' and '2013 Quantity'.  How can this be accomplished in QlikView?  Please see attached sample application.

Regards.

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Maybe just use expressions like

=Rank(TOTAL Sum ({$<Year={2012},Month=>} QTY))

View solution in original post

3 Replies
swuehl
Champion III
Champion III

Maybe just use expressions like

=Rank(TOTAL Sum ({$<Year={2012},Month=>} QTY))

Anonymous
Not applicable
Author

Thank you Swuehl, this works well

psankepalli
Partner - Creator III
Partner - Creator III

Thank you Swuehl, This explains well on Rank Function