Examples
This section includes some practical examples of how employees are handled using this filter.
Example 1 - Pass/Not Passed
Schedule A includes the following employees:
| 
               SCHEDULE A  | 
             |
|---|---|
| 
               EMP A  | 
             
               Student  | 
            
| 
               EMP B  | 
             
               Not Student  | 
            
Schedule compliance passes 1 employee to the associated rule:
| 
               SCHEDULE A  | 
             |
|---|---|
| 
               EMP A  | 
             
               Student  | 
            
Schedule compliance does not pass 1 employee to the associated rule:
| 
               SCHEDULE A  | 
             |
|---|---|
| 
               EMP B  | 
             
               Not Student  | 
            
Example 2 - Pass
Schedule B includes the following schedule details:
| 
               SCHEDULE B  | 
             |
|---|---|
| 
               EMP B  | 
             
               Student  | 
            
| 
               EMP C  | 
             
               Student  | 
            
Schedule compliance passes 2 employees to the associated rule:
| 
               SCHEDULE B  | 
             |
|---|---|
| 
               EMP B  | 
             
               Student  | 
            
| 
               EMP C  | 
             
               Student  | 
            
Example 3 - Not Pass
Schedule C includes the following schedule details:
| 
               SCHEDULE C  | 
             |
|---|---|
| 
               EMP D  | 
             
               Not Student  | 
            
| 
               EMP E  | 
             
               Not Student  | 
            
Schedule compliance passes 0 hours to the associated rule.
Schedule compliance does not pass 2 employees to the associated rule:
| 
               SCHEDULE C  | 
             |
|---|---|
| 
               EMP D  | 
             
               Not Student  | 
            
| 
               EMP E  | 
             
               Not Student  |