Hello thogeter,
i have a problem the filter a Gallery with 2 Dropdowns and 1 Combobox with Blanks.
Now, i have a running Filter with one Combobox and One Dropdown.
And i add all Collections for the dropdown an "All" for the Selection.
Exampel:
ClearCollect(Coll_Herkunft;{Value:"Alle"};Choices(tbl_Ziele.Herkunft))
The Collection is from a Sharpoint list, my problem in the Dropdown is. I cant set the default value to "All".
This is my actual code for the Filter (Gallery) withe Blanks (1 Dropdown, 1 Combobox)
I want to Change from Blanks in "All" and add a 3 Filter.
If(IsBlank(Dropdown_Status.Selected.Value); If(IsBlank(ComboBox_Bereiche.Selected.Result);tbl_Ziele;Filter(tbl_Ziele; Bereich.Value in ComboBox_Bereiche.Selected.Result));Filter(
If(IsBlank(ComboBox_Bereiche.Selected.Result);tbl_Ziele;Filter(tbl_Ziele; Bereich.Value in ComboBox_Bereiche.Selected.Result));Dropdown_Status.Selected.Value = Status.Value))
So, i have no idea.
Regards Peter