Feb 27, 2023 04:17 PM
Seems like it should be easy. I want to display the "Ending Balance" field from my most recent record. The summary type for monetary records doesn't have an option for most recent record. But the date record does have that option. So I can display the most recent date, but I want instead to display the Ending Balance for that record. Is there a way to do this? Thank you!
Solved! Go to Solution.
Feb 27, 2023 05:43 PM - edited Feb 27, 2023 05:44 PM
My workaround for this is to use the rollup with `MAX(values)` method with a formula field, and to filter on that formula field. Not the prettiest, but it works. Here's a link to a base with that set up
I'd also love to know if there was a better way to do this too
Feb 27, 2023 05:43 PM - edited Feb 27, 2023 05:44 PM
My workaround for this is to use the rollup with `MAX(values)` method with a formula field, and to filter on that formula field. Not the prettiest, but it works. Here's a link to a base with that set up
I'd also love to know if there was a better way to do this too
Mar 13, 2023 09:57 AM
Thank you for your response. I am getting it to work, but do you need to manually add each date to the rollup? Seems like it would be easy on AirTable's end just to add a "Most Recent" to the summary field options!
Mar 13, 2023 10:00 AM
I think I responded too soon. I see that all I have to do is add to the "Rollup" each time from the main table. Yeah, I think that will work. Thank you!