Hello, I have a table with student data listed for both their primary training and advanced training. Once each student completes a phase their record is updated, but all the information is held in one table. We need to get percentages for several categories from this table, however I need it filtered to a specific fiscal year. For that, I included a calculated data field that returns the 4-digit year for each phase at the time the student completes [Pri FY] and [Adv FY].
Table Fields:
[Pipeline Assigned] = M, R, V, T
[1st Preference] = M, R, V, T
[Preference Granted] = Calculated field returns 1st Choice, 2nd Choice, & 3rd Choice based on each student's assignment
[System Assigned] = A, B, C, D
[Pri FY] = Calculated field
[Adv FY] = Calculated field
So far, I have been able to get some of the information I need filtered by using a query with criteria matching the FY however each time I open the report with the pie charts I have to enter my filter (FY) multiple times (once for each chart).
Charts needed:
(1) Shows % of students who were assigned each pipeline
(2) Shows % of students who wanted each pipeline as their 1st choice
(3) Shows % of students who received their 1st choice
(4) Shows % of students who were assigned each system (This chart needs to be filtered by [Adv FY], all others by [Pri FY])
There are a couple more charts, but if I can get help here then I may be able to figure out the rest.
Thanks,
Chip
Please let me know how I can help you help me. I
Table Fields:
[Pipeline Assigned] = M, R, V, T
[1st Preference] = M, R, V, T
[Preference Granted] = Calculated field returns 1st Choice, 2nd Choice, & 3rd Choice based on each student's assignment
[System Assigned] = A, B, C, D
[Pri FY] = Calculated field
[Adv FY] = Calculated field
So far, I have been able to get some of the information I need filtered by using a query with criteria matching the FY however each time I open the report with the pie charts I have to enter my filter (FY) multiple times (once for each chart).
Charts needed:
(1) Shows % of students who were assigned each pipeline
(2) Shows % of students who wanted each pipeline as their 1st choice
(3) Shows % of students who received their 1st choice
(4) Shows % of students who were assigned each system (This chart needs to be filtered by [Adv FY], all others by [Pri FY])
There are a couple more charts, but if I can get help here then I may be able to figure out the rest.
Thanks,
Chip
Please let me know how I can help you help me. I