Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
dafnis14
Specialist
Specialist

Rank for 2 levels in text box

Hi,

I have a problem to achieve the following:

I have a shop which is linked to an area.

I would like to show for a selected shop two figures in two separate text objects:

1 - the shop's rank in the area it belongs to

2- the shop's rank in all the chain

Attached is a very small sample data.

Thanks in advance!

1 Solution

Accepted Solutions
sunny_talwar

Try these:

='Overall Rank :' & Aggr(Rank(TOTAL Sum({1}Sales)), Area, Shop)

='Rank in Area :' & Aggr(Rank(TOTAL Sum({<Shop, Area = p(Area)>}Sales)), Area, Shop)

Capture.PNG

View solution in original post

3 Replies
sunny_talwar

Try these:

='Overall Rank :' & Aggr(Rank(TOTAL Sum({1}Sales)), Area, Shop)

='Rank in Area :' & Aggr(Rank(TOTAL Sum({<Shop, Area = p(Area)>}Sales)), Area, Shop)

Capture.PNG

dafnis14
Specialist
Specialist
Author

Sunny,

Thanks so much for always being so helpful!

sunny_talwar

No problem at all