CTNAMEREG
Returns the number of courses taken that meet custom criteria from the REGISTER table.
Reporting Area(s):
Names, Registrations
Required Parameters:
- Name ID (i.e. nmid, rgid, pyid).
Optional Parameters:
- 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.