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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
FrankC
Creator
Creator

Max Value

I would like to take a column based on the max transaction date.  I have a series of transaction dates and I want to know the odometer value per vin by the max transaction date for each vin.

Labels (2)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

I am guessing you have VIN as your dimension, if you do, then try this as your measure

FirstSortedValue([Odometer Value], -[Transaction Date])

View solution in original post

1 Reply
sunny_talwar
MVP
MVP

I am guessing you have VIN as your dimension, if you do, then try this as your measure

FirstSortedValue([Odometer Value], -[Transaction Date])