QUICKINST ​
Returns information for first instructor assigned to course.
Reporting Area(s) ​
Course, Registrations
Required Parameters ​
- Course Number (i.e. cocrse, rgcrse, pycrse)
Optional Parameters ​
- Field from Instruct table to return (i.e. inid, inaddr1)
Example(s) ​
QUICKINST(cocrse) returns last name of first instructor assigned. If no instructor is assigned to the course, returns a string of hyphens (i.e. --------)
QUICKINST(cocrse, "inname1+' '+inname3+', '+inid") returns name and ID of first instructor assigned. If no instructor is assigned to the course, returns a string of hyphens (i.e. --------)
Notes ​
This function ONLY returns information for the first instructor assigned.