Filters on separate repeaters for same dataset

I was wondering if someone could point me in the right direction for this. I am trying to create a bracket type display using repeaters that filter from one dataset. I am open to easier/more efficient ways to do this but this is how I started it. So for example as you can see in the image the left column would display all users in the tournament easy to do with connecting to data but then I need the other repeater to display all users with a boolean checked, so this would display the users that made it to the second round etc. How would the best way of going out this be?

Hello

you can connect the repeater to the dataset (duplicate the repeater’s dataset) and setting filter on it based of the Boolean field:
→ click on the dataset to go to settings → click on + Add filter → choose the field(Boolean) and the condition (Equals) and the value (checked - true)

You can as will use code to achieve that : check this documentation.

Best
Massa