Can someone please explain how I can export a list of my students and the number of credits they have earned by subject?
Disregard! Figured it out.
Hi @REMschool!
Thank you for reaching out to PowerSchool Community!
We are glad that you were able to resolve this. It would be great if you can share the resolution so that other members in the community with a similar query can refer to this.
Sure thing!
I pulled up my HS students and then went to Quick Export and pasted the following parameters in the text box:
Student_Number
^(*credit_hours.credit_type,MA)
^(*credit_hours.credit_type,EN)
^(*credit_hours.credit_type,SC)
^(*credit_hours.credit_type,FL)
^(*credit_hours.credit_type,CT)
I had been trying to put those parameters in the Field Lists in the List Students section, but that was not producing any results - even though I'm pretty sure that I read somewhere that it would work there.