H
Howard
A simplified version of a table I have contains the following fields related
to the potential and actual grades recorded in an educational management
system
StudentID, SubjectID, PotentialMark, ActualMark
I want to do a cross tab so that I get the studentID as rows but instead of
a single column for every SubjectID with a mark in the matrix, I want to
have pairs of columns showing the potentail and actul mark for each subject
ID found.
Is this possible without doing two crosstabs and somhow combining them
(tricky as I may not know what subjectID columns the crosstab will return)
(I know the table is not normalised but thats what I have to work with from
the export I get from the MIS)
Howard
to the potential and actual grades recorded in an educational management
system
StudentID, SubjectID, PotentialMark, ActualMark
I want to do a cross tab so that I get the studentID as rows but instead of
a single column for every SubjectID with a mark in the matrix, I want to
have pairs of columns showing the potentail and actul mark for each subject
ID found.
Is this possible without doing two crosstabs and somhow combining them
(tricky as I may not know what subjectID columns the crosstab will return)
(I know the table is not normalised but thats what I have to work with from
the export I get from the MIS)
Howard