Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the following data in a straight table:
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.
Maybe just use expressions like
=Rank(TOTAL Sum ({$<Year={2012},Month=>} QTY))
Maybe just use expressions like
=Rank(TOTAL Sum ({$<Year={2012},Month=>} QTY))
Thank you Swuehl, this works well
Thank you Swuehl, This explains well on Rank Function