Hello fellow Bubblers,
I am having a bit of an issue applying multiple filters to my repeating Group. I know there are quite a few posts about this, however I cant seem to figure out how to apply it to my own application.
So basically I have a data type “hospitals” which contains multiple field such as name, adress, phone number, url etc. There are also 13 fields which are of type boolean such as “garden” “gym” “single rooms” . So basically defining wether a certain hospital has a gym: Yes or No.
I have built a search site where users can enter an adress and then are displayed a list of all the hospitals in this area displayed in a repeating group. Next to it are checkboxes for the user to filter wether or not they would like hospitals being displayed that have a garden, gym etc. (As mentioned above)
*My application is German
What I am struggling to do is to filter the results displayed in the repeating groups according to which checkbox is checked. I have tried using a conditional statement, but this doesnt work as well as I would have to write 100s of different conditional statements to cover all the different combinations of applied filters.
Looking forward to your replies.