Filtering a repeating group showing Option Sets

Hi bubblers,

I have a RG that is listing an Option Set.
I want to have a list of all the options in the option set but would like to add a searchbox or text input in which I can type in a word and filter only that option.
However, I couldn’t find a way to filter an RG with option sets.

I also tried to sort it so that the input’s value is being shown as the first item. Also couldn’t make that work.

Do you have any ideas how to do it?

Thanks in advance.

1 Like

On the RG where you’re displaying the Option Set, add :filtered to the source and in there you can filter by the field you need (I’m guessing display?).

Unfortunately that doesn’t work. It only works with DB entries, not with option sets.
I had to re-organize the whole thing and basically make an RG that crawls the DB entries + added a features with which I can add an entry from the option set.
Does something else than I initially planned but also does its job.

Thanks though.

1 Like

Took me a while to get back to you. Here’s a filtering on Option Sets.

CleanShot 2021-12-20 at 22.21.20

Here’s the filter I’m using:

5 Likes

Top tip @rico.trevisan I didn’t realise it was possible to filter by option sets (and consequently had lost a lot of love for option sets) :slight_smile:

2 Likes

Why is it this way? Is this just a bug?