Is it possible to move a repeater backwards through a record set?I'm building a page that will group records by Month showing their StartDate/EndDate as a timeline. The catch is that if the record spans multiple months, it needs to be repeated.In the table below, Record 2 overlaps months. There is no way of knowning how far back the dataset will need to move. It will need to move backwards until it encounters a record that falls entirely within the prior month (I should be able to handle that part).
August
Record 1 XXX
Record 2 XXX
September
Record 2XXX
Record 3 XXX
View Complete Post