Sakura
August 31, 2023, 5:23pm
1
Im trying to sort a repeating group by its dates,
the date is of date datatype and descending is set to yes (also tried with no)
yet im getting
31 august , 30 august, 28 august, 29 august
there is a filter which checks if daterange is smaller point than current date time, but removing that doesnt seem to fix it either
Are you working with dates or date ranges?
Sakura
September 1, 2023, 9:39am
3
the filter is a date range data type
but the date im using to sort is a date datatype
You can’t sort a date range by a date field unless you have the date range stored in the database as two separate fields (date start/date end) and are sorting by one of those dates.
1 Like
system
Closed
November 9, 2023, 5:23pm
5
This topic was automatically closed after 70 days. New replies are no longer allowed.