How to exclude one or more employees from the data (example employee id = 1234):
Go to the Core or Payroll module and click Query Setup.
Click New and create a new Query ID.
Enable Use Custom Query and click the three-dotted button
In the left panel, scroll up and double-click on the Employee ID.
Employee.EmployeeId will be displayed in the formula pane.
Type NOT IN into the formula bar. The formula pane will now display as Employee.EmployeeId NOT IN
Type open bracket.
In the Select drop-down list, select the employee. The formula pane will now display as Employee.EmployeeId NOT IN ('1234'
Type a close bracket. The formula pane will now display as Employee.EmployeeId NOT IN ('1234')
If you have more than one employee ID to exclude, then include a comma in between the employee IDs.
Click Save and apply this query.
