There are several solutions to find out who reports to a specific employee/ or manager, which are outlined below.
Via the website (person details)
In the Employee zone, click Employees, then Details.
Click on the 3-Dot Menu in any column header, then click Show.
Click Manager Name.
In the Manager Name column, type the name of the manager.
Press the Enter key on your keyboard.
You will now be able to see all employees managed by the employee name you entered.
Watch the video below for a visual walkthrough 🎥
Via the website (post management)
Click Organisation, then click Organisation
Click Post Management.
Open the post assigned to the manager.
Click on the Manages tab.
You can now see all posts managed by this post, and it's possible to open post records within this tab to see which employees are in them.
Via the Admin Tool (data export)
In the Admin Tool, click Import/Export Data.
Click Create an export definition.
Click Select the data to export.
Change the database to SelectHR.
Log in.
Copy the below SQL:
SELECT Person.Snapshot.[Person Number],Person.Snapshot.[First Name],Person.Snapshot.Surname,Person.Snapshot.[Effective Status],Person.Snapshot.[Manager Name]FROM Person.Snapshot WHERE Person.Snapshot.[Manager Name] = 'ENTER MANAGER NAME'
In the top left of the data export window, click Options, Paste SQL from clipboard.
Click Data.
