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

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

Ranking

Is it possible to just display the ranking of a single record without displaying the whole of the data

For example if the data ia as below:

Product CodeValue
TTA8
TTB10
TTC3
TTD12

It is possible to rank the values to get:

Product CodeValueRank
TTA83
TTB102
TTC34
TTD121

But is it possible just to display the rank of just one Product Code (say just TTA) without showing all the other Product Codes

ie:

Product CodeRank
TTA3
3 Replies
gainkarthi
Partner - Specialist
Partner - Specialist

Just use experssion instead of field in list box and add exerpssion like if(max(rank),Productcode) . Dont add Rank column.

Not applicable
Author

Hi,

The correct answer in the following discussion might be helpful:

http://community.qlik.com/message/152044#152044

Besr regards,

http://quickdevtips.blogspot.com/

Not applicable
Author

Hi simon

add this Set analysis into your expression

Rank (  {<ProductCode={TTA}>} ....)