ADDINT ​
Returns a Yes/No depending on whether the individual has the specified Interest Code; OR specified field from the Interest Code table.
Reporting Areas(s) ​
Demographics, Registrations
Required Parameters ​
- Student ID# (i.e. nmid, rgid, pyid)
- Interest Code (i.e. "COMP", "REALTY")
Optional Parameters ​
- Field from the Interest Code table to return (i.e. "nccode", "ncaddate"). If no field is entered, returns a Yes/No depending on whether the individual has the Code entered in parameter 2. If the Interest Code has not been assigned to the individual, returns No.
Example(s) ​
ADDINT(nmid, "COMP") returns Yes if the individual has been assigned the interest code COMP, No if the individual has not been assigned the interest code.
ADDINT(rgid,"COMP","ncaddate") returns the date the Interest Code was added to the individual's Name record. If the Interest Code has not been assigned to the individual, returns No.