Hi everyone,
I need some help running a report. Here's the information I need. I need to run a report for all juniors, and I specifically need to know their schedules for particular periods (periods 4 and 6). Is this a custom report or something else?
Any assistance would be greatly appreciated!
Victoria
@hulsevi It depends on what you actually need. If you are just looking for a teacher name or room, you can likely use a DAT in a Quick Export. Select the juniors and do a quick export of
lastfirst
student_number
^(*period_info;[Expression Goes Here];teacher_name)
^(*period_info;[Expression Goes Here];room)
So if period 4 is something like 4(A-B) your DAT would read
^(*period_info;4(A-B);teacher_name)