Hello all,
I have 2 dropdown boxes that filters my gallery items when selected. It works when something is selected, but I would like to be able to select ‘blank’ and then have it return all of the values. At present the drop down will return no values if ‘blank’ is selected.
The dropdown boxes take data from a Sharepoint list:-
Distinct('Change Log', Area)
I have changed the ‘AllowEmptySelection’ Property from the dropdown boxes to ‘True’ to generate the ‘blank’ item in the dropdown and my current formula in the gallery states:-
Filter('Change Log', Dropdown1_1.Selected.Result = Area, Dropdown1_2.Selected.Result = Eng,'Action'.Value = "Completed" Or 'Action'.Value = "Error")
Any suggestions on how I can amend the formula so ‘blank’ can show all items, as currently ‘blank’ will return no items?
Many thanks for any help,
CF