Custom report based on current user and list of locations
I'm trying to customize a report where the results are based on teh current user and the locations in the current user's region. We have the following infrastructure already:
table of employees > within the table of employees are the current user's and they do have a user account field that links them to their profile with a "user" type field although i'm not sure that is relevant for solving this.
On each employee profile is their Location (Multiple Choice)
On each manager's profile is a "Region" field (Multi-Select text field) inclusive of the same options in the location field- caveat being a manager can be responsible for multiple locations hence the region.
Now- we're struggling with how to lookup the options in teh Region field to call up all teh records for the employees in their region.
We also have a projects table where multiple manager resources are linked and based on the project those assigned managers on each employee record through a table to table relationship where we're filling in related program and it pulls the assigned managers; so it works when we say "if the assigned manager field contains teh current user- show" but we also want it to limit just to their Region.
What am I missing to make it go one level further on a report that is customized per user so they only see stuff relevant to them through "current user" options