Hello,
I am trying to filter a Gallery with 3 multi-select-Dropdowns. Using one is no problem for me but using 3 it seems not that easy or I did not understand the use of the Filter-Function.
Here is my Code:
Filter(
Shuffle('DataSource');
Or(
IsBlank(CB_Bereich.SelectedItems);
IsEmpty(CB_Bereich.SelectedItems);
'ColumnName' in CB_Bereich.SelectedItems
)
)
Please help me to get this working.
Best regards