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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Getting latest updated value in expression

How can I get the values from the latest update in an expression?

For the data below, I'd want my chart to show for ID=1, Value=110

IDChange DateValue
11/11/2012100
13/11/2012125
15/11/201275
110/11/201290
120/11/2012110

Thanks,

CJ

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

try:

aggr(FirstSortedValue(Value,-[Change Date],ID)


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

try:

aggr(FirstSortedValue(Value,-[Change Date],ID)


talk is cheap, supply exceeds demand
Not applicable
Author

can u post the qvw file for this one