Hi,
I have an interface where I want to sort produced goods that i´ve grouped several times.
First group is "production month" and second group is "production day" and then they are sorted by the hour.
In default, the groups are sorted from oldest to newest and I can´t seem to reverse this with the "sort" option in edit mode.
An example:
Produced goods:
2024-09-10 10:00 and 12:00
2024-09-10 15:00 and 17:00
2024-10-20 11:00 and 14:00
2024-10-30 16:00 and 18:00
I want to be able to group them firstly by month, so I can display one month at a time in the list on the left.
Then I want to group them by day, so I can display one day at a time in that month.
Lastly I want the records to be sorted from newest to oldest in that day.
These things I have achieved.
What I cant do is to sort the months and the days in order of newest to oldest.
This is what I want, but I get it other way around and cant seem to change it:
2024-10
2024-10-30
2024-10-30 18:00
2024-10-30 16:00
2024-10-20
2024-10-20 14:00
2024-10-20 16:00
Please help!