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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

Firstsortedvalue

Hello

here's my table

Capture.PNG

I need to get the row with the max(valid_from) date

I use this expression : Firstsortedvalue(msis,-Aggr(max(valid_from),msis)) and this is the result :

Capture.PNG

Any idea please?

Thanks

Labels (1)
4 Replies
annafuksa1
Creator III
Creator III

can you upload your app ?

master_student
Creator III
Creator III
Author

I attached it in my first request

vishsaggi
Champion III
Champion III

Try this?

master_student
Creator III
Creator III
Author

Thank, will try and let you know