Help sorting repeating group

Hey guys,

Could really use your help if you know how to do this.

I’d like to sort a repeating group by first showing entries in the future (with those closest to current date/time) appearing first), and once there are no more future entries, I’d like it to show past entries (with those closest to current/date appearing first). The image below explains how I’d like it to be sorted.

Does anyone who how to achieve this? Thanks

Try the following:

Search For Item’s (Filtered by creation date > current date and sorted by creation date / descending = no) date

MERGED WIH

Search For Item’s (Filtered by creation date < current date and sorted by creation date / descending = yes) date

Hope this works for you,
Daniel

4 Likes

Hugely helpful, thanks Daniel!

1 Like

I have a similar question, slightly different sort. I have a list of items that need to be displayed in ascending order of the field “Sort order” - have not been able to figure this out. Any help would be much appreciated, thanks!!

What data type is the Sort Order field? If it’s a number field, just to sorted by Sort Order:descending = no

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