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: 
thomas_skariah
Creator III
Creator III

Rank and sort

Hi All,

From below table can anyone suggest how to get rank column when the values are same and then arrange the rank by alphabetical order based on ID column.

   

MeterNoRankID%
PC181COX25.00%
VRSS0351BL0333.33%
VRSS0352BL0433.33%
VRSS1001BL0333.33%
VRSS1002BL0433.33%

Regards,

Tom

Labels (1)
1 Reply
marcus_sommer

Maybe with a logic like: maxstring(Rank & ID) in a sort-expression.

- Marcus