In my app. I have an Employees collection and a Department collection. I want to sort a list to only show employees that belong to a specific department.
Right now I have a many to many relation between the two collections. But I´m not able to sort the list like I want.
Any suggestions?
Hey Eccles, you should be able to filter by department if you have a list of departments, and thus link that to a page passing the selected department to filter the users. Here is an example:
The left page is a list of departments when tapped links to the right page.
On the right page, a new filter appears that only shows those with the department selected.