I have a database, and I am looking to add a somewhat master statistical report.
The database is for candidates that apply at my work, for a job. The statistical report will be for counting who we have hired.
The factors are what department they were hired to, what office, and what candidate type they are.
The db is in 3rd normal form with lookup tables for any "type" or factor that has to do with a candidate. If you are really interested to see the table relationships, see an image here
Anyway, my goal is to have the user enter a beginning and end date for their criteria, which will be pulled from the start date that the candidate was hired.
Then the report would show the statistics for hires during that time period. It would look like the following:
Office Hired to:
New York City - 10
Boston - 15
Chicago - 30
Department Hired to:
Human Resources - 8
IT - 12
Finance - 24
Marketing - 6
Candidate Type Hired:
Administrator - 13
Analyst - 27
entry level - 21
intern - 9
Total Hired Between dateA and dateB: 50
Then I would like to add a chart (time line of hire ups and downs, or maybe bars for each factor, not sure, but I am not worried, because I can usually do charts no problem.)
right now, no matter what I do, I get
office:
New York - 1
Candidate type:
Administrator - 1
Department:
Human resources -
-------------
office:
Boston - 1
Candidate type:
Analyst - 1
Department:
IT - 1
and so on...
for each record.
If anyone can help me to get this to group right, I would really appreciate it.
Thank you.
The database is for candidates that apply at my work, for a job. The statistical report will be for counting who we have hired.
The factors are what department they were hired to, what office, and what candidate type they are.
The db is in 3rd normal form with lookup tables for any "type" or factor that has to do with a candidate. If you are really interested to see the table relationships, see an image here
Anyway, my goal is to have the user enter a beginning and end date for their criteria, which will be pulled from the start date that the candidate was hired.
Then the report would show the statistics for hires during that time period. It would look like the following:
Office Hired to:
New York City - 10
Boston - 15
Chicago - 30
Department Hired to:
Human Resources - 8
IT - 12
Finance - 24
Marketing - 6
Candidate Type Hired:
Administrator - 13
Analyst - 27
entry level - 21
intern - 9
Total Hired Between dateA and dateB: 50
Then I would like to add a chart (time line of hire ups and downs, or maybe bars for each factor, not sure, but I am not worried, because I can usually do charts no problem.)
right now, no matter what I do, I get
office:
New York - 1
Candidate type:
Administrator - 1
Department:
Human resources -
-------------
office:
Boston - 1
Candidate type:
Analyst - 1
Department:
IT - 1
and so on...
for each record.
If anyone can help me to get this to group right, I would really appreciate it.
Thank you.