I want to do two thing in the same gallery
1st - Fetch only those employees which belong to a particular manager
2nd - Add a search so that i can search through that Gallery for a particular employee
My functions are
Filter(EmployeesTables,Manager = manager) // 'manager' is a variable i have with the manager name stored.
Search(EmployeesTables,Search.Text,"cr011_name") // 'cr011_name is the name of the employee in the EmployeesTable
Both of them are to be added in the items property of the gallery , how can i achieve that ? Need Help

Report
All responses (
Answers (