Help

new user - how to pull a list of all students for a specific period along with their teacher

MichelleRoach
New Member

new user - how to pull a list of all students for a specific period along with their teacher

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!

 

 

2 Replies
JeffG9
PowerSchool Champion
PowerSchool Champion

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)

 

______________
Full Disclosure: I do not work for PowerSchool
ParatrooperJoe
Hobbyist

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"