CURSSUM 
Returns sum of any numeric field in the cursor.
Reporting Area(s) 
General
Required Parameters 
- Numeric field in cursor to sum (i.e. rgcrsefee, coenrolled, comax)
Optional Parameters 
- Condition to sum field (i.e. rgfeedesc='Staff Fee'). Note: field must be in cursor.
Example(s) 
CURSSUM("comax") returns maximum number of students allowed to enroll for all courses in cursor.
CURSSUM("comax","cotype='Workshop'") returns maximum number of students allowed to enroll for Workshop courses in cursor.

