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

Problem with max values

Hi there,

I'm struggeling for some time now and can't find the solution.

I have a record set as stated below:

PersonNameEducationLevelEducationLevelDescription
Arno9HBO
Arno8MBO
Michael7VMBO
Michael9

HBO

I have two objectives in my model. In the dashboard tab I do want to show the Personnames with highest education level descriptions. In the detail tab I want the complete history of all the employees.


I really think this should be easy, so it's a quite frustrating

How do I solve this? Thx!

1 Solution

Accepted Solutions
Not applicable
Author

Create a straight Table

Dimension

PersonName

Expression

FirstSortedValue(EducationLevelDescription,-EducationLevel)

View solution in original post

2 Replies
Not applicable
Author

Create a straight Table

Dimension

PersonName

Expression

FirstSortedValue(EducationLevelDescription,-EducationLevel)

Not applicable
Author

Thanks!

So close... I feel really silly now