I am trying to build a report that will return the last history line for a UPS shipment (we have UPS info in our DB and we store it per shipment we have).
Currently this is my table:
Shipment # | history date| history text
I need to get per shipment # the last (MAX) history text.
Using calculation doesn’t work - it only returns the max history line even if I ask it to calculate this line per shipment #.