Sep 09, 2020 09:56 PM
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?
Solved! Go to Solution.
Sep 10, 2020 07:24 PM
Sep 10, 2020 07:51 AM
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.
Sep 10, 2020 07:24 PM
I found a similar post that has a template base that does almost the same