Sort by date doesnt work on repeating group?

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?

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

This topic was automatically closed after 70 days. New replies are no longer allowed.