Filter for several attributes

Hey there :waving_hand:,

For my little event app I would like to build a feature with the following logic:

I want to let events appear based on a filter which is essentially not a problem. However, I am not able to make it work if I want to filter for several attributes e.g. filtering for an event that is suitable for families and explorers as in the attached example.

Could someone help me setting this up properly? Thanks a lot :folded_hands:

You can add many columns to filter by in the collectionโ€™s Options screen.

You can also create customer filters but creating a helper table and add a query column to your data. You then add user-specific columns and add those as part of the query you created. In the UI, add choice components for those user-specific columns and and then a collection that points to your query column.