Row |
Cell |
Textbox40 |
Textbox |
Count |
|
Cell |
Textbox2 |
Textbox |
Student Id |
|
Cell |
Textbox4 |
Textbox |
Award |
|
Cell |
Textbox6 |
Textbox |
Program |
|
|
|
ColSpan |
|
|
Cell |
|
|
|
|
|
|
Cell |
Textbox1 |
Textbox |
Earned Hrs |
|
Cell |
Textbox14 |
Textbox |
Cum GPA |
|
Cell |
Textbox8 |
Textbox |
SOAP |
|
Cell |
Textbox7 |
Textbox |
Benchmark |
|
Cell |
Textbox10 |
Textbox |
Progress |
Row |
Cell |
Textbox41 |
Textbox |
=RowNumber("dsStudentSuccessTerm") |
|
Cell |
Student_Id |
Textbox |
=Fields!Student_Id.Value |
|
Cell |
Award_Type_Code |
Textbox |
=Fields!Award_Type_Code.Value |
|
Cell |
Program_Code |
Textbox |
=Fields!Program_Code.Value |
|
Cell |
Program |
Textbox |
=Fields!Program.Value |
|
Cell |
Cum_Hours_Earned |
Textbox |
=Fields!Cum_Hours_Earned.Value |
|
Cell |
Cum_GPA |
Textbox |
=Fields!Cum_GPA.Value |
|
Cell |
Textbox3 |
Textbox |
=switch(
Fields!SOAP_Clear.Value = 1, "Clear",
Fields!SOAP_Warning.Value = 1, "Warning",
Fields!SOAP_Suspension.Value = 1, "Suspension",
Fields!SOAP_Appeal.Value = 1, "Appeal",
Fields!SOAP_Probation.Value = 1, "Probation",
Fields!SOAP_Dismissal.Value = 1, "Dismissal",
Fields!SOAP_Other.Value = 1, "Other"
) |
|
Cell |
Textbox5 |
Textbox |
=switch(
Fields!Degree_Benchmark_Less_Than25_Pct.Value = 1, "< 25%",
Fields!Degree_Benchmark_25_Pct.Value = 1, "25%",
Fields!Degree_Benchmark_50_Pct.Value = 1, "50%",
Fields!Degree_Benchmark_75_Pct.Value = 1, "75%",
Fields!Degree_Benchmark_100_Pct.Value = 1, "100%"
) |
|
Cell |
Textbox11 |
Textbox |
=switch(
Fields!Graduated.Value = 1, "Graduated",
Fields!Applied_To_Graduate.Value = 1, "Applied to Graduate",
Fields!Continuing.Value = 1, "Continuing",
Fields!Not_Enrolled_For2_Terms.Value = 1, "Not Enrolled For 2+ Terms"
) |