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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading the most recent data of a resource field only

I want to load only the most recent of a resource type, or create a button to click on that shows removes any repetitions and only shows the latest.

For example:

I have 10 staff data entries for each of the staff through their project life cycles,

I want to find only the latest project that each are on, or their finish date for the latest project.

I have staff ID

Projects start and end dates

I have tried loading a variety of Max(date) functions with no success.

Please help. Thank you in advance

1 Reply
swuehl
MVP
MVP

You can probably use FirstSortedValue() for this kind of request, for example in a chart with dimension staff

=FirstSortedValue( [Project Name], -[Project End Date])