How to make the RG data visible before its filtering?

I have a RG with filtering by certain parameters.

When the page loads and there’s no any filters applied – the unfiltered repeating group is invisible
here’s what I’m talking about

when the page is loaded and no filters are applied (the checkboxes are initially checked):

when the filters are implemented then it shows in a right way

I assume that might be some conditionals, but when I try to put it

, my filters just turn off

hi cheyruchey,

you have the right concept to use conditionals.

Usually for the initial data source I use something like “Do a searching for all things” (with no filters applied)

and then in the conditionals I do
when checkbox A is checked: Do a search for: X with Y = yes (due to the checkbox).

To find out exactly what your initial data source and filters are, could you please make a screenshot?

regards
Julius

Hi, Julius,
Thanks for the response, I’ve already solved the problem and made it like this:

1 Like