new user - how to pull a list of all students for a specific period along with their teacher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can the teachers name be decode to view as "teachers first and last name"
