I have spent the last week trying to use a crosstab to present data that I need in a particular format. Eventually I found that a manual crosstab may be best option.
I have three tables - Injuries, Sections and Classification.
Injuries has fields - InjID, Date, SectionID and ClassID.
Section has fields - SectionID and Section
Classification has fields - ClassID and Classification.
I think I need to use a manual crosstab but seek advice please. My data needs to be presented as follows:
Classes
Month MTI FAI LTI Total 6MMA
Jul 2002 0 1 2 3 ?
Aug 2002 1 0 1 2 ?
Sep 2002 2 1 0 3 ?
etc
Dec 2003 1 3 1 4 ?
The classes come from Classes table and there could be several classes depending on users requirements.
Months need to be displayed consecutively (from graph later) Total is just adding class occurences and the calculation for 6MMA is a simple formula using the Total number.
Can this be done using a manual crosstab. If not what option do I have?
I have three tables - Injuries, Sections and Classification.
Injuries has fields - InjID, Date, SectionID and ClassID.
Section has fields - SectionID and Section
Classification has fields - ClassID and Classification.
I think I need to use a manual crosstab but seek advice please. My data needs to be presented as follows:
Classes
Month MTI FAI LTI Total 6MMA
Jul 2002 0 1 2 3 ?
Aug 2002 1 0 1 2 ?
Sep 2002 2 1 0 3 ?
etc
Dec 2003 1 3 1 4 ?
The classes come from Classes table and there could be several classes depending on users requirements.
Months need to be displayed consecutively (from graph later) Total is just adding class occurences and the calculation for 6MMA is a simple formula using the Total number.
Can this be done using a manual crosstab. If not what option do I have?