CTNAMEREG

Returns the number of courses taken that meet custom criteria from the REGISTER table.

Reporting Area(s):

Names, Registrations

Required Parameters:

  1. Name ID (i.e. nmid, rgid, pyid).

Optional Parameters:

  1. Condition to count based on Register table (e.g. 'RGHOURS > 8')

Example(s):

CTNAMEREG(nmid) Return individual's total number of courses taken.

CTNAMEREG(nmid,'RGHOURS > 8') Returns total number of courses taken that have more than 8 hours.

 

Related Topics Link IconRelated Topics