COUNTNAME
Returns the number of registrations in each course that match the stated condition.
Reporting Area(s)
Courses
Required Parameters
- Course # (i.e. cocrse, rgcrse, pycrse)
- Condition to count (i.e.: "NMCITY='Omaha'"). Field does not have to be present in cursor
Optional Parameters
- Logical .t. include canceled records, .f. do not include canceled records (default)
Example(s)
COUNTNAME(cocrse,"nmzip='66502'") returns the number of individuals registered for the course with the zip code '66502'
Notes
Use in course reporting (particularly in the CEU report module)