SHOWTEACH ​
Returns field from the Instructor table for a particular course.
Reporting Area(s) ​
Courses, Instructor
Required Parameters ​
- Course # (i.e. cocrse, rgcrse, pycrse)
- Character string of fields from Instructor table to return. Default is "inname1+[ ]+inname3"
Optional Parameters ​
- Condition to return instructors. Default is all instructors for course.
- Delimiter: character to separate instructors (",", "-"). Default is carriage return.
Example(s) ​
SHOWTEACH(cocrse,"inname1+[ ]+inname3+[ ]+inemail") returns the instructor's name and email (for all instructors assigned to specific course)