Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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])