Help

We’ve Expanded AI Support! We’ve broadened AI assistance across additional PowerSchool solutions, making it easier to get guidance when you need it. Learn More

Cross Script Error

Sheldon1
Rookie

Cross Script Error

I am working on an object report, and I keep getting a cross script error for this code.  Can anyone help me??

 

<font size=16><tabc 4.25>PROGRESS REPORT</font></b>
<font size=10>Student Name:<tabl 1.75>^(LastFirst)<tabl 6.0>^([SCHOOLS]Name)
Address:<tabl 1.75>^(street)<tabl 6.0>^([SCHOOLS]SchoolAddress)
<tabl 1.75>^(city) ^(State) ^(zip)<tabl 6.0>^([39]SchoolCity) ^([39]SchoolState) ^([39]SchoolZip)
Student ID:<tabl 1.75>^(Student_Number)<tabl 6.0>^([39]Principal), Principal</font>

2 Replies
JeffG9
PowerSchool Champion
PowerSchool Champion

Try this:

 

<b><font size="16"><tabc 4.25>PROGRESS REPORT</font></b>
<font size="10">Student Name:<tabl 1.75>^(LastFirst)<tabl 6.0>^([SCHOOLS]Name)
Address:<tabl 1.75>^(street)<tabl 6.0>^([SCHOOLS]SchoolAddress)
<tabl 1.75>^(city) ^(State) ^(zip)<tabl 6.0>^([39]SchoolCity) ^([39]SchoolState) ^([39]SchoolZip)
Student ID:<tabl 1.75>^(Student_Number)<tabl 6.0>^([39]Principal), Principal</font>

______________
Full Disclosure: I do not work for PowerSchool
Sheldon1
Rookie

Thank you!  This worked perfectly!