CTWORK
Returns number of workshop in which individual is enrolled for specific course.
Reporting Area(s):
Registrations
Required Parameters:
- Course # (i.e. cocrse, rgcrse, pyid)
- Name ID (i.e. nmid, rgid, pyid)
Optional Parameters:
- Condition to count (i.e. "wicode='AA' ")
Example(s):
CTWORK(cocrse,nmid) returns registrant's workshop count (i.e. 3 if registrant is enrolled in 3 workshops)
CTWORK(rgcrse,rgid,"wicode= 'AA'") returns count of registrant's workshops that begin with 'AA'
CTWORK(rgcrse,rgid,"wicode <> 'OP' ") returns count of registrant's workshops excluding any which begin with 'OP'