Is there a way to use the RANK function in descending order in Oracle Analytics?
Currently, it ranks the latest date as Rank 1 (and older dates get higher rank numbers). However, I’d like to reverse this order so that the latest date gets the lowest rank instead.
I know this can be achieved through aggregation, but I wanted to check if the RANK function itself supports reversing the order (i.e., ranking in ascending instead of descending).
Thanks in advance!