Hi all,
I am trying to figure out how to pull a report that contains a column of all students name, and a column with their teacher for a specific period that we designate. For instance, we have a HR course within our schedule, and not in the homeroom field, I would like to export a list of all students and their homeroom teacher. It seems easy if we had it corret in the field, but I do not know how to do this since it is set up as a course. Thank you for any help!
If your HR is the same expression (period) for all students, you could use a DAT in a Quick Export:
lastfirst
student_number
grade_level
^(*period_info;XX;teacher_name)
Where XX is the expression, such as
^(*period_info;HR(A-F);teacher_name)
Is their a way to split that teachers first and last name in the results? For example, instead of the result exporting it as "Appleseed, Johnny A" can we split it so it delivers result as "Appleseed","Johnny A"