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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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!! 😀