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: 
hyunquijote
Contributor
Contributor

How to insert group rank in straight table only using "Column(ColumNo)" function?

Hi. I'm using QlikView 9.0 version.

I want to insert group rank like under picture. and highlighted rank 1,2,3 on TEAM Dimension.

Only using Column(ColumNo) function. "TEAM" is Demenion.

제목 없음.png

I tried this sentence. but It's not work

< ex. aggr(rank(column(2),4,1),column(1)) >

please help me..

Labels (1)
1 Reply
sunny_talwar

How about this

Aggr(
Rank(CountExpression)
, GROUP, TEAM)