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: 
Anonymous
Not applicable

How to give Date wise Rank

Hi ,

I hvea meeting id, client name, Date dimension is there.

I need want to do date and client name and meetin id  wise rank.

How it will get?

3 Replies
Anonymous
Not applicable
Author

Hi

try this :

RANK(ONLY({1} meeting id))  



or


do you have any field to be aggregated (numerical ) ?


Anonymous
Not applicable
Author

aggr (RANK(count(meeting id)),date) 

Anonymous
Not applicable
Author

I have already meeting id count based on the client name.

And i am using the two calendar objects (Date range purpose).

When i give date range cmng the rank only in between.

How it will get in pivot table