Skip to content

RegStatusExclude ​

Set criteria for excluding courses from the display of Upcoming, Active, and/or Completed courses on the Registration History page.

Multiple expressions, separated with right bracket symbols [ > ]. This allows different expressions to be used for Upcoming, Completed, and Currently Active courses.

If using 2 expressions, the first expression is applied to the Upcoming Courses list, the second to the Active and Completed Courses list.

If using 3 expressions, the first expression is applied to the Upcoming list, the second to the Completed Courses list,and the third to the Active Courses list.

Examples ​

SUBSTR(cocrse,7,1)='M' cotype=[Membership] SUBSTR(cocrse,7,1)='M' OR cotype=[Membership] SUBSTR(cocrse,7,1)='M' > SUBSTR(cocrse,7,1)='N' SUBSTR(cocrse,7,1)='M' > SUBSTR(cocrse,7,1)='N' > SUBSTR(cocrse,7,1)='R'