CURSSUM

Returns sum of any numeric field in the cursor.

Reporting Area(s):

General

Required Parameters:

  1. Numeric field in cursor to sum (i.e. rgcrsefee, coenrolled, comax)

Optional Parameters:

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

 

Related Topics Link IconRelated Topics