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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
JoseGarcia
Creator III
Creator III

Last entry

Hi there, 
Can anyone help with picking up only  the last entry value?

I've seen few posts in regards explaining how to do it in the Load script.
I am unable to recreate. 

Column name is Monthlycompliance_score

Thanks!  

Labels (1)
1 Solution

Accepted Solutions
JoseGarcia
Creator III
Creator III
Author

managed to retrieve using formula: 

aggr(max(Monthlycompliance_score), Monthlycompliance_score)

View solution in original post

1 Reply
JoseGarcia
Creator III
Creator III
Author

managed to retrieve using formula: 

aggr(max(Monthlycompliance_score), Monthlycompliance_score)