Hi,
Trying to get the latest value based on a date.
The data looks like this :

Everything is brought in currently as the default of string.
What I need to do is to filter out all lines where there are multiple lines of newer dates to get the most recent costs. I can convert numbers to numbers and strip the order_id back to numbers, just don't know how to proceed to get what I need.
For the above, this would mean that records 2,3 and 5 would be returned only.
Any ideas on how to approach this would be great.
Thanks