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: 
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

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