Does anyone have a template for an object report that we could run as a field trip or class roster? We would want it to contain student info, contact info, Allergies, and Medical Alerts.
Solved! Go to Solution.
Thank you so much for all of your help. I edited the code, and was able to get exactly what we needed:
<tabl 2><b>^(first_name) ^(last_name)</b><tabl 4><b>Date of Birth:</b> ^(DOB)
<tabl 2.15>^(street)<tabl 4><b>Father:</b><tabl 6><b>Mother:</b>
<tabl 2.15>^(city), ^(state) ^(zip)<tabl 4.15>^(father)<tabl 6.15>^(mother)
<tabl 2><b>Home Phone:</b><tabl 4.15>^(StudentCoreFields.fatherdayphone)<tabl 6.15>^(StudentCoreFields.motherdayphone)
<tabl 2.15>^(Home_Phone)<tabl 4><b>Emergency Contact:</b><tabl 6><b>Emergency Contact Phone:</b>
<tabl 2><b>Allergies:</b><tabl 4.15><tabl 4.15>^(Emerg_Contact_1)<tabl 6>^(Emerg_Phone_1)
<tabl 2.15>^(StudentCoreFields.allergies)
<tabl 2><b>Medical Alert:</b>^(Alert_Medical)
<tabl 2><b>Guardia Alert:</b>^(alert_guardian)
I have one that might work...Here is the code. It will need to be saved as a .pst and imported into PS.
PowerSchool Mentor/Champion
PowerSchool Mentor of the Year 2021 Winner
PowerSchool Beta Tester of the Year 2022 Winner
Thank you! That worked for the formatting, now I just need to get the student name/medical info in there as well.
Try this for the text...
<tabl 2><b>^(first_name) ^(last_name)</b><tabl 5><b>Allergies:</b>
<tabl 2.15>^(street)<tabl 5.15>^(allergies)
<tabl 2.15>^(city), ^(state) ^(zip)<tabl 5><b>Emergency Contact:</b>
<tabl 2><b>Home Phone:</b><tabl 5.15>^(Emerg_Contact_1)
<tabl 2.15>^(Home_Phone)<tabl 5><b>Emergency Contact Phone:</b>
<tabl 5.15>^(Emerg_Phone_1)
PowerSchool Mentor/Champion
PowerSchool Mentor of the Year 2021 Winner
PowerSchool Beta Tester of the Year 2022 Winner
See attached additional instructions!
PowerSchool Mentor/Champion
PowerSchool Mentor of the Year 2021 Winner
PowerSchool Beta Tester of the Year 2022 Winner
Thank you so much for all of your help. I edited the code, and was able to get exactly what we needed:
<tabl 2><b>^(first_name) ^(last_name)</b><tabl 4><b>Date of Birth:</b> ^(DOB)
<tabl 2.15>^(street)<tabl 4><b>Father:</b><tabl 6><b>Mother:</b>
<tabl 2.15>^(city), ^(state) ^(zip)<tabl 4.15>^(father)<tabl 6.15>^(mother)
<tabl 2><b>Home Phone:</b><tabl 4.15>^(StudentCoreFields.fatherdayphone)<tabl 6.15>^(StudentCoreFields.motherdayphone)
<tabl 2.15>^(Home_Phone)<tabl 4><b>Emergency Contact:</b><tabl 6><b>Emergency Contact Phone:</b>
<tabl 2><b>Allergies:</b><tabl 4.15><tabl 4.15>^(Emerg_Contact_1)<tabl 6>^(Emerg_Phone_1)
<tabl 2.15>^(StudentCoreFields.allergies)
<tabl 2><b>Medical Alert:</b>^(Alert_Medical)
<tabl 2><b>Guardia Alert:</b>^(alert_guardian)
Is there a report to run and get a list of all students with medical alerts in? I do not see this on the options for system reports.
Thanks!
Hi @jshoaf,
You should be able to get the list of those students along with their medical alerts through Quick Export. You can follow the steps listed below
From the start page, type the following search:
Alert_Medical#
Using Group Function - Select Export
First_Name
Middle_Name
Last_Name
DOB
Grade_Level
Alert_Medical
OR
Navigate through Start Page > System Administrator > Page and Data Management > Quick Export
Please let me know if this helps or in case of further questions.
ParitoshT
Community Moderator
Remember to give Kudos to suggestions that help you!
If another user helps solve your issue, please select Accept As Solution on their post so others can see the solution, too!
There are many reports to run!
If you want to grab which students have health alerts, one of the easiest ways is going to be searching alert_medical#. This will pull all of the students with something in the medical alert field, then you can export that data any way you like!