Oct 04, 2022 03:18 PM
I have related tables with clients and appointments. the appointments are dates that are selected via linked record in the client table. I need to be able to sort by date in the client table, but it is not working. I have tried to create a formula field with the related date being parsed but it still does not sort by that. Please help!
Oct 04, 2022 09:26 PM
I’m not sure I’m following your description, but here’s my best attempt:
Client Table
Appointment Table
From here, add to the Client table a Lookup field that pulls in the “Start Time” column from the linked Appointment record. Then you should be able to sort by that lookup column.
Oct 05, 2022 08:53 AM
Thanks for posting this solution. I think it is working!!