Skip to main content

View employees managed by a specific employee

View a list of employee's managed by another employee.

H
Written by Harry Ledger
Updated over a month ago

There are several solutions to find out who reports to a specific employee/ or manager, which are outlined below.

Via the website (person details)

  1. In the Employee zone, click Employees, then Details.

  2. Click on the 3-Dot Menu in any column header, then click Show.

  3. Click Manager Name.

  4. In the Manager Name column, type the name of the manager.

  5. Press the Enter key on your keyboard.

You will now be able to see all employees managed by the employee name you entered.


Via the website (post management)

  1. In the Organisation zone, click Organisation, then click Post Management.

  2. Open the Post Record assigned to the Manager.

  3. 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)

  1. Log in to the SelectHR Administrator Tool.

  2. Click Import/Export Data.

  3. Click Create an export definition.

  4. Click Select the data to export.

  5. Change the database to SelectHR.

  6. Log in.

  7. Copy the below SQL:

  8. SELECT Person.Snapshot.[Person Number],Person.Snapshot.[First Name],Person.Snapshot.Surname,Person.Snapshot.[Effective Status],Person.Snapshot.[Manager Name]FROM Person.SnapshotWHERE Person.Snapshot.[Manager Name] = 'ENTER MANAGER NAME'
  9. In the top left of the data export window, click Options, Paste SQL from clipboard.

  10. Click Data.

Did this answer your question?