Hi everyone,
I'm having an issue with group sorting in a Grid view. I have two tables: Murals and Announcements. The Announcements table has a linked record field pointing to Murals, and my view is grouped by that linked field.
The problem: When I set "Order groups by" to any date-based field (lookup or formula), the groups don't sort correctly by date. The groups seem to ignore the sorting criteria entirely.
What I've tried:
- Using a Lookup field (type Date) from the Murals table as sort criteria
- Creating a Formula field with
DATETIME_FORMAT({FECHA INICIO (de Mural)}, 'YYYYMMDD')and sorting by that - Renaming the Mural records so the name starts with the date in
YYYYMMDDformat and sorting alphabetically A→Z - Sorting by the Mural name field A→Z
None of these approaches work. The groups always appear in the wrong order regardless of the sorting configuration.
Expected behavior: Groups should sort by the start date of the linked Mural record.
Question: Is there any reliable way to sort groups by date when the grouping field is a linked record? Is this a known limitation?
Thanks!

