Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I want to display Top Salary Employee name

Hi Community,

     I have same top salary candidates 5 members, how to display all those candidates and how to display only one cadidate.

Regards,

Kalyan.

10 Replies
sunny_talwar

Try this may be to display all 5 candidates.

Concat(If(Salary = Max(TOTAL Salary), Candidate), Chr(13))

Not sure which one you would like to display out of those 5 when you want to just display one? Is there any logic there?

settu_periasamy
Master III
Master III

may be use the FirstSortedValue function

Not applicable
Author

Hi Sunny,

Using this Concat(If(Salary = Max(TOTAL Salary), Candidate), Chr(13))   display 5 candidates,  but i want to diplay  those all 5 candidates display one candidate only.

sunny_talwar

How do you determine which candidate out of those 5 need to be displayed?

Not applicable
Author

=FirstSortedValue(Candidate, -Aggr(Max(Salary), Candidate))

Not applicable
Author

Hi brijeshqlik ,


Use your exp don't display even top salaries also ,  simply display all candidate names as usual.........

settu_periasamy
Master III
Master III

Can you post the sample qvw?

sunny_talwar

If A, B, C, D and E all have max salary (lets say 10k) which one would you want to be displayed?

tresesco
MVP
MVP

PFA