Hi,
I am struggling with a quite simple requirement.
My problem is, that I have a gallery with ~300 entries and I would like to filter this gallery in a very flexible way.
Therefore I defined several selection-fields (Dropdowns, checkboxes ...) to do the filtering.
Filter(Tabelle1;
Sel_Berufsbezeichnung.Text in Berufsbezeichnung;
Sel_Frau.Selected.Value in Frau ;
Sel_Mann.Selected.Value in Mann )
My problem is, that the filtering works too exactly 🙂 and always combines all the selection fields. If I leave one field blank, the filter returns no item im my gallery, because it takes the blank selection-field and comapes it to my values in the gallery ...
Only selection fields, that are <> " " should becombined and lead to a filter!
thanks a lot - I am sure, this is way too easy ...