Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
QlikSenseUser2
Contributor III
Contributor III

Limiting to the most recent date/time

I'm trying to only show the most recent location based on the  Max(updated). It keeps showing both locations, but if I remove the locations and just the Max(updated) by itself it shows the correct Max(updated). I'm trying to only show the most recent location based on the  Max(updated). Just don't know-how ☹️

QlikSenseUser2_2-1636662084739.png

QlikSenseUser2_3-1636662106676.pngQlikSenseUser2_1-1636662074996.png

 

1 Solution

Accepted Solutions
Vegar
MVP
MVP

try using firstsortedvalue() instead of your location dimension. 

=firstsortedvalue([current_location], -[updated_at])

View solution in original post

2 Replies
Vegar
MVP
MVP

try using firstsortedvalue() instead of your location dimension. 

=firstsortedvalue([current_location], -[updated_at])

QlikSenseUser2
Contributor III
Contributor III
Author

Thanks that worked!! 😀