N
Nicole Knapp
I have 4 tables in my database - the tables are created from 4 different
scantron cards.
The cards all have similar sections
Section 1 - 2 parts - same for each card
PersonID = same person will fill out multiple cards on multiple dates- no
one person has the same ID as another
Date = many cards filled out each date
Section 2
the names of 12 departments - data captured is either blank or a '1'. There
may be none or several departments filled out on each card. Departments are
exactly the same on each of the 4 cards - therefore the same in each table
Section 3
The names of 12 projects - data captured is either a blank or a '1'. There
are none or several projects fillled out on each card. Projects are exactly
the same on each of the 4 cards - therefore the same in each table
Section 4
The attributes none are the same on each card or between cards.
Attributes may only have a '1', '2', or '3' filled in for each attribute.
Multiple attributes per card are allowed.
I need to count number of cards by type and sum those counts by date
I need to count number of cards by individual and sum by date. I have a
separate table with all individuals and IDs.
Then the same for each department, project - I did make tables that only
have project and department names.
Then split out the count of each attribute (1, 2 & 3) by department and/or
project and date.
These will then be trended via pivot charts or exported to excel.
scantron cards.
The cards all have similar sections
Section 1 - 2 parts - same for each card
PersonID = same person will fill out multiple cards on multiple dates- no
one person has the same ID as another
Date = many cards filled out each date
Section 2
the names of 12 departments - data captured is either blank or a '1'. There
may be none or several departments filled out on each card. Departments are
exactly the same on each of the 4 cards - therefore the same in each table
Section 3
The names of 12 projects - data captured is either a blank or a '1'. There
are none or several projects fillled out on each card. Projects are exactly
the same on each of the 4 cards - therefore the same in each table
Section 4
The attributes none are the same on each card or between cards.
Attributes may only have a '1', '2', or '3' filled in for each attribute.
Multiple attributes per card are allowed.
I need to count number of cards by type and sum those counts by date
I need to count number of cards by individual and sum by date. I have a
separate table with all individuals and IDs.
Then the same for each department, project - I did make tables that only
have project and department names.
Then split out the count of each attribute (1, 2 & 3) by department and/or
project and date.
These will then be trended via pivot charts or exported to excel.