If I have a column like this
value
---------
34
45
54
How can I write an expression to create corresponding Rank column.
value Rank
--------------
34 3
45 2
54 1
Thanks
value
---------
34
45
54
How can I write an expression to create corresponding Rank column.
value Rank
--------------
34 3
45 2
54 1
Thanks