Hi, asking for help on the following functionality. Would like users to select department from dropdown, and then only see the visible rows for which there is an "x" in the column. (pic and code below)
Am able to make the dropdown work when I hard code one of the Department names directly into the formula in for DataTable4 (Items) - Filter(DeptList,Not(IsBlank(Lighting)))
So I am trying to change the hard-coded "Lighting" to the selected text from the Dropdown - here is my current attempt but it is not working> Filter(DeptList,Not(IsBlank(Dropdown1.Selected)))
Also, not sure if I need to have any code in the drop down for OnSelect or OnChange? Thank you!!
Dropdown = Dropdown1
Data table = DataTable4=DeptList
