Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: 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

try:

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


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

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