Skip to main content
Solved

Get latest order for a customer

  • February 23, 2024
  • 3 replies
  • 20 views

Forum|alt.badge.img+11

Hi

I have two tables Customers and Orders.  They are linked on CustID

I want to be able to find the latest order date (Order Date) for each customer

Any ideas
Thanks
Mike

Best answer by ScottWorld

Create a rollup field that points to the order date field, and use this formula:

MAX(values)

3 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • Answer
  • February 24, 2024

Create a rollup field that points to the order date field, and use this formula:

MAX(values)


TheTimeSavingCo
Forum|alt.badge.img+31

 Yeap, you can use a rollup field for that!

Link to base

And here's the documentation for rollups: https://support.airtable.com/docs/rollup-field-overview


Forum|alt.badge.img+11
  • Author
  • Known Participant
  • February 24, 2024

Thank you both for taking the time to reply. Makes sense

Mike