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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Uzumaki_N
Contributor III
Contributor III

How to retrieve the rows which has maximum rank for their respective dimension?

tableq.JPG

 

I want to output as:

Capturedvdf.JPG

I want the rows which has maximun FieldNo for respective Table Column.

 

Thanks

1 Reply
chaorenzhu
Creator II
Creator II

if you want output as a straight table, use max(FieldNo) for your FieldNo, and aggr(firstsortedvalue(Field,-FieldNo),Table) for your Field