Hi,
I want a table with employees and their direct reports and have the manager be automatically determined. I had this working using an intermediate table and cross-linking, but then the org chart block didn’t work since it must be a self-referencing link. Now I’m trying to figure out a way to get the same result but using a single table with self-referencing links.
Employees:
Joe
- Direct Reports [Bill, Ed]
- Manager = None
Bill
- Direct Reports [None]
- Manager = Joe
Ed
- Direct Reports [None]
- Manager = Joe
When using the table in this scenario, you only need to add Direct Reports, Manager would be calculated
My current workaround is of course to have just another single field called Manager and the user manually selects the manager but it’s easy to make mistakes this way.
Possible?