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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register 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 (1)
1 Solution

Accepted Solutions
sunny_talwar

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

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

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