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

Announcements
Join us in Zurich on Sept 24th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to get Rank in Dimension level

HIi,

I have a count of meetinigId and ClientName and Date fields .

How to get rank Based on the meetingId and Client Name in Dimension level.

Thanks,

10 Replies
sunny_talwar

Your requirement isn't very clear... would you be able to share a sample? Or try something like this

Aggr(Rank(Count(meetingId)), meetingId, [Client Name])

Anil_Babu_Samineni

Don't create duplicate for single issue - Re: How to get Count in Pivot table

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

How to get rank?

Anil_Babu_Samineni

Provide sample as request by Sunny

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

When i was trying above expr in dimension level it's getting all Clintname is 'First rank 'only.

And How to sort in Ranks in Dimension level in pivot table.

I tried (=aggr(rank(Count([Meeting Id]),1,1),[Client Name])).

sunny_talwar

Won't know unless you share a sample or an image or something which can help us show your issue

Anonymous
Not applicable
Author

Hi Sunny,

Sample Data

Date ,Client Name ,no of meeting, Rank

12/12/2016, XYZ,100,2

12/01/2017, YXZ,200,1

01/02/2017,ABC,75,3

Like this.....

How to get RAnk with in Sort order in Dimension leve in Pivot table

Thanks

sunny_talwar

Your calculated dimension looks okay to me

Capture.PNG

Here, I am guessing that you gave me a no of meeting as a field, where as you should have it as count(meetingid)... so if that is true, the calculated dimension looks good to me.

Anonymous
Not applicable
Author

Hi Sunny ,

When i put above expression in Rank output getting like this.....

Rank

12

13-17

187-198

316-321

Thanks