Row |
Cell |
Textbox92 |
Textbox |
|
|
|
|
ColSpan |
|
|
Cell |
|
|
|
|
|
Row |
Cell |
AfricanAmericanCount |
Textbox |
=Sum(IIF(Fields!Race_African_American.Value = "Yes",Fields!Student_Graduation_Count.Value,0)) |
|
Cell |
Textbox144 |
Textbox |
=Sum(IIF(Fields!Race_African_American.Value = "Yes",Fields!Student_Graduation_Count.Value,0))
/ Sum(Fields!Student_Graduation_Count.Value,"dsRace") |
Row |
Cell |
AmericanIndianCount |
Textbox |
=Sum(IIF(Fields!Race_American_Indian.Value = "Yes",Fields!Student_Graduation_Count.Value,0)) |
|
Cell |
Textbox145 |
Textbox |
=Sum(IIF(Fields!Race_American_Indian.Value = "Yes",Fields!Student_Graduation_Count.Value,0))
/ Sum(Fields!Student_Graduation_Count.Value,"dsRace") |
Row |
Cell |
AsianCount |
Textbox |
=Sum(IIF(Fields!Race_Asian.Value = "Yes",Fields!Student_Graduation_Count.Value,0)) |
|
Cell |
Textbox147 |
Textbox |
=Sum(IIF(Fields!Race_Asian.Value = "Yes",Fields!Student_Graduation_Count.Value,0))
/ Sum(Fields!Student_Graduation_Count.Value,"dsRace") |
Row |
Cell |
PacificIslanderCount |
Textbox |
=Sum(IIF(Fields!Race_Pacific_Islander.Value = "Yes",Fields!Student_Graduation_Count.Value,0)) |
|
Cell |
Textbox146 |
Textbox |
=Sum(IIF(Fields!Race_Pacific_Islander.Value = "Yes",Fields!Student_Graduation_Count.Value,0))
/ Sum(Fields!Student_Graduation_Count.Value,"dsRace") |
Row |
Cell |
WhiteCount |
Textbox |
=Sum(IIF(Fields!Race_White.Value = "Yes",Fields!Student_Graduation_Count.Value,0)) |
|
Cell |
Textbox148 |
Textbox |
=Sum(IIF(Fields!Race_White.Value = "Yes",Fields!Student_Graduation_Count.Value,0))
/ Sum(Fields!Student_Graduation_Count.Value,"dsRace") |
Row |
Cell |
UnreportedCount |
Textbox |
=Sum(IIF(Fields!Race_Unreported.Value = "Yes",Fields!Student_Graduation_Count.Value,0)) |
|
Cell |
Textbox149 |
Textbox |
=Sum(IIF(Fields!Race_Unreported.Value = "Yes",Fields!Student_Graduation_Count.Value,0))
/ Sum(Fields!Student_Graduation_Count.Value,"dsRace") |