<%'This is for the header of the page%>
Fall Enrollment Summary <%=Mid(SemesterCodes,9,4)%> and <%=Left(SemesterCodes,4)%>
|
| |
|
|
|
|
|
<%=Mid(SemesterCodes,9,4)%> |
<%=Left(SemesterCodes,4)%> |
Change |
|
<%for RowCount = 0 to 4%> <% ' Loop 1 - Begin loop to build tables %>
|
<%select case RowCount%>
<%case "0"%>
&View=<%=("View"+Left(SemesterCodes,4)+Mid(SemesterCodes,9,4)+"Enrl")%>">University Park
<% case "1" %>
&View=<%=("View"+Left(SemesterCodes,4)+Mid(SemesterCodes,9,4)+"Enrl")%>">Campus Locations
<% case "2" %>
&View=<%=("View"+Left(SemesterCodes,4)+Mid(SemesterCodes,9,4)+"Enrl")%>">College of Medicine
<% case "3" %>
Dickinson School of Law
<% case "4" %>
PA College of Technology
<%end select %>
|
<%for subscript = 0 to 1%> <%'loop 2 - check data for blank, replace with zeros %>
<%=checkblank(TableArray(RowCount,subscript),subscript,x)%>
|
<%next%> 'loop 2 - loop through check for blanks
<%=FormatNumber((TableArray(RowCount,0)- TableArray(RowCount,1)),0,,-1)%>
|
<%next%> <%'loop 1 - loop through building tables %>
|
| Total |
<%for subscript = 0 to 1%> <%'loop3 - format numbers %>
<%=formatnumber(TotalArray(subscript),0)%>
|
<%next%> <% 'loop3 - format numbers %>
<%=FormatNumber((TotalArray(0)- TotalArray(1)),0,,-1)%>
|
| |
|