A Yes/No question variable.
Check whether the Placement is on a certain Roster.
Y - if the placement is configured to a specified Roster within the Pay Period.
N - if the placement does not belong to the specified Roster.
Hightlight part content can be changed
Check single Roster.
If the condition is correct, return the 1st value. Otherwise, returns the 2nd value.
Payroll Variable | Description | Usage |
---|---|---|
[ON_ROSTER(Roster Code)] |
Check whether the Placement is assigned to a certain Roster | Only Staff on Roster "R12" would have 1,000 allowanceIIF ('[ON_ROSTER(R12)]'='Y',1000,0) Staff on Roster "Office" would use Average Daily Wages as pay rate, others would use 1,000 as pay rate. IIF ('[ON_ROSTER(Office)]'='N',1000,[ADW]) |
Parameters/Variations | Description | Usage |
---|---|---|
| | Check Multiple Roster | [ON_ROSTER(Office|R12|R13)] |