Filter Repeating Group

I have a repeating group that automatically shows all of a company’s billing rates. The repeating group is set up to show all “current” rates. I would like to create 2 filters that can both be applied at the same time - I want the user to be able to filter by rate type and also by whether the rate is current. Here is a link to my app: https://bubble.io/page?type=page&name=admin&id=trweprojectmanagemen-new&tab=tabs-1

I can’t seem to figure out how to apply both filters at the same time.

Bubble was build for this particular use case so the solution is simple:

Set the search condition for the repeating group (RG) to be all items, filtered by 1) bill rate = dropdown’s bill-rate and 2) isCurrent = dropdown’s is-current.

Bubble will ignore the filter when it’s value is null. And, it’ll apply a filter when it’s not. Done.

2 Likes