Skip to main content
Solved

Last Location of an Item

  • September 10, 2020
  • 2 replies
  • 29 views

Hello, Thanks in advance for reading my post.

I have a table which includes a list of equipment, and then I have another table that contains dates of bookings (a booking is per day), location of booking and other fields.
I would like to be able to see on the first table the last location of a booking and it’s date.
Is that possible to do?

Best answer by Abraham_Gluck

I found a similar post that has a template base that does almost the same

2 replies

Forum|alt.badge.img+18
  • Inspiring
  • September 10, 2020

Hey Abraham! Yes, if you use a few fields together. The most important of them is a linked record field, which connects the two tables. Once that’s set up, you can use a rollup field to sort associated dates by most recent. And then (optionally) a formula field to pluck the first date from that list.


  • Author
  • New Participant
  • Answer
  • September 11, 2020

I found a similar post that has a template base that does almost the same