My first table is a list of orders with a date and a customer name that is linked to the customer table I need to display the date of the last order on the customer table.
Page 1 / 1
Use a Rollup field with a MAX(values)
aggregation.
@Kamille_Parks how do I do that?
@Kamille_Parks how do I do that?
Go to your Customers table, make a Rollup field, select the orders Table, select the Order Date field, enter MAX(values)
as the aggregation.
@Kamille_Parks it returns 0 for all cells
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.