I have two columns in a sort of library system. One is a list of about 100 members, and the other a list of items. A third (junction) column forms a historical list of loans, combining an item, a member and a time stamp. I use rollup with max(values) to flag the latest loan of an item.
In the items table, I need to find a way of looking up the latest loan of an item and return its current holder, without having to upgrade to use apps.
Can this be done in Airtable?
Vlokkup workaround
Best answer by kuovonne
It is a bit hard to tell your exact base setup from your post.
I’m assuming that you have three tables: items, members, and loans (the junction table). The loans table has linked record to both items and members. You already identify the time of the latest loan of an item by using a rollup field in the items table. Now you want the member of the latest loan to also show up in the items table.
-
In the loans table, get the time of the latest loan from the items table using a lookup field.
-
In the loans table, use a formula field that checks if the time of the latest loan is the time of the current record, and sets a flag if it is.
-
In the items table, use a conditional lookup that shows the member (from the loans table) for only records where the flag is set.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
