Let’s say I have 100 items and I want to show this in 5 different columns. Column 1 has items #1 thru #20, Column 2 has items #21-#40 and so on…
I can create a repeating group to display the first 20. That’s just fine, but how can I create a repeating list that shows the next 20 items and so on?
If it matters, all the items in the repeating group have a “score” and they’re ranked by that score.
I just don’t want the user to scroll down thru 100 items when I think they can all be displayed in a single screen.
@trevor.bruner it seems the only way to do what you’re trying to achieve is to have 5 RGs next to each other.
Set the first RG’s data source to Search for Thing:sorted by Score:items until 20
Set the second RG’s data source to Search for Thing:sorted by Score:items from 21:items until 40
and so on