My report provides a breakdown of all hours worked by employees in a certain team. The only parameter to the report is the ID of the team leader.
The problem is that one team has an employee type that I don't want to include. How do I set up the record selection to recognize this?
I want it to work as follows :
1. Retrieve all records where boss_id = input parameter
2. If boss_id = 202, retrieve all records where boss_id = input parameter and role_id = 1
Any advice on how to implement this in the record selection criteria?
Thanks!
The problem is that one team has an employee type that I don't want to include. How do I set up the record selection to recognize this?
I want it to work as follows :
1. Retrieve all records where boss_id = input parameter
2. If boss_id = 202, retrieve all records where boss_id = input parameter and role_id = 1
Any advice on how to implement this in the record selection criteria?
Thanks!