K
Kevin
Hi all,
I am trying to calculate demographics for a report throughout a year
long program, beginning with recruitment and ending with graduation.
And I'm failing miserably.
I want to be able to figure out the grade, ethnicity, gender and alumni
status for all points throughout the program. The problem is the
status type builds on each other. In the table below, when figuring
out the demographics for accepted, I also want to include the info for
confirmed, enrolled, etc. because they all had to have been accepted at
one time.
I attempted to use a parameter query in which the user chooses a Status
and the parameter is set to the parameter field, however the only
parameters that worked are the ones with only a number. >=# returned
no results. While that wouldn't put everything on one page for me if
it worked, it would have been a start.
StatusID StatusType Parameter
1 Not Interested 1
2 Inquiry Rec >=1
3 Applicant >=3
4 Declined 4
5 Waitlisted 5
6 Accepted >=6
7 Confirmed >=7
8 Enrolled >=8
9 Missing in Action 9
10 Graduated 10
11 Resigned 11
12 Dismissed 12
If it helps, I would like my report to look like this:
Inquiries Applicants Accepted Confirmed
Enrolled Graduated
Male
Female
African-American
American-Indian
etc.
6th grade (grades are from another table)
7th grade
etc.
1st year (alumni status is from another table)
2nd year
etc.
I know this is a lot, but I haven't been able to figure out how to do
it after trying for weeks. I'm guessing it's going to take some code,
about which I know very little. Thanks if you can help out.
Best,
Kevin Jenkins
City Year New York
Young Heroes Program Manager
I am trying to calculate demographics for a report throughout a year
long program, beginning with recruitment and ending with graduation.
And I'm failing miserably.
I want to be able to figure out the grade, ethnicity, gender and alumni
status for all points throughout the program. The problem is the
status type builds on each other. In the table below, when figuring
out the demographics for accepted, I also want to include the info for
confirmed, enrolled, etc. because they all had to have been accepted at
one time.
I attempted to use a parameter query in which the user chooses a Status
and the parameter is set to the parameter field, however the only
parameters that worked are the ones with only a number. >=# returned
no results. While that wouldn't put everything on one page for me if
it worked, it would have been a start.
StatusID StatusType Parameter
1 Not Interested 1
2 Inquiry Rec >=1
3 Applicant >=3
4 Declined 4
5 Waitlisted 5
6 Accepted >=6
7 Confirmed >=7
8 Enrolled >=8
9 Missing in Action 9
10 Graduated 10
11 Resigned 11
12 Dismissed 12
If it helps, I would like my report to look like this:
Inquiries Applicants Accepted Confirmed
Enrolled Graduated
Male
Female
African-American
American-Indian
etc.
6th grade (grades are from another table)
7th grade
etc.
1st year (alumni status is from another table)
2nd year
etc.
I know this is a lot, but I haven't been able to figure out how to do
it after trying for weeks. I'm guessing it's going to take some code,
about which I know very little. Thanks if you can help out.
Best,
Kevin Jenkins
City Year New York
Young Heroes Program Manager