Hi,
Somehow Airtable doesn't understand my dates as dates so grouping goes wrong. In an interface I have a list of booked events that I want to be grouped by their date. That way, I can easily see day by day how many events are booked. The grouping column is based on a formula picking out only the date from another column where the full date/time is stored.
As a European I prefer 'DD.MM.YYYY' as the format, so my formula to give only the date is:
DATETIME_FORMAT({date/time},'DD.MM.YYYY')
This gives me visually 27.5.2024 for May 27, 2024, which is what I want.
The grouping result, however, becomes like this:
- 02.06.2024
- 14.06.2024
- 22.05.2024
- 28.5.2024
- 31.5.2024
Grouping is apparently performed on the first digits, not as dates.
Why doesn't Airtable understand a date that is only formatted into DD.MM.YYYY as a date?
Rgds,
Björn