I have a table that shows the date of a related record, but I want to filter it to just be the last one.
Example:
I have a device that gets annual tests. In the device page, I have a table view showing the device information. One of the columns shows the dates of the inspections (related records). I just want it to show the most recent date. How can I apply a filter for this? I don't see an option for filtering just one related record column.
Right now, I'm manually updating the date in the device record, which updates the next due date for next year (in a field via an equation). I would much prefer the date in the device record to capture the data from the last related inspection, which would push the due date update also.
Thanks!