Hello,
please help me with filtering from my gallery by a dropdown where there are departments of employees. These departments I am using are in "choices" of the column Departments. Can it be done?
This is in dropdown items
Choices('Department (EmployeesList)')
This I tried for the gallery
Filter( EmployeesList; Department = dropDepartment.Selected.Result)
Dropdown shows the choices (MAN+, MAN-, etc.) alright, but the gallery is not working
Thanks
I also used a searching field within the gallery, hope it will be alright to combine
Search( Sort( Sort(EmployeesList;Name ); ID ); searchEmployeesList.Text; Name )