So I currently have two tables, users and documents. I am looking for a way to pull the users department and only show documents that have been identified to belong to that department. I have over 25 departments so making an individual view for each department is not something I want to do. So far I can I can only search on user name and not any other user attribute a user account has. Is this even possible or should I think of a different way to archive this.