CTWORK

Returns number of workshop in which individual is enrolled for specific course.

Reporting Area(s):

Registrations

Required Parameters:

  1. Course # (i.e. cocrse, rgcrse, pyid)
  2. Name ID (i.e. nmid, rgid, pyid)

Optional Parameters:

  1. 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'

 

Related Topics Link IconRelated Topics