Morning,
Sorry if this is in the wrong place but I'm not an IT professional.
I'm trying to run a SIMS report that will have every child in the school along the left hand column, all subjects across the top row and list each child's individual teachers in the main part of the report as below:
[TABLE=class: grid, width: 500]
[TR]
[TD]Name[/TD]
[TD]Reg[/TD]
[TD]English[/TD]
[TD]Maths[/TD]
[TD]Science[/TD]
[TD]French[/TD]
[/TR]
[TR]
[TD]Joe Bloggs[/TD]
[TD]3C2[/TD]
[TD]Mr A[/TD]
[TD]Mr B[/TD]
[TD]Mr C[/TD]
[TD]Mr D[/TD]
[/TR]
[/TABLE]
I've got as far as being able to produce a report that has every child and their teachers but unfortunately it looks like the following:
[TABLE=class: grid, width: 500]
[TR]
[TD][/TD]
[TD]Reg[/TD]
[TD]subject[/TD]
[TD]Teacher[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Joe Bloggs[/TD]
[TD]3C2[/TD]
[TD]Maths[/TD]
[TD]Mr A[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Joe Bloggs[/TD]
[TD]3C2[/TD]
[TD]English[/TD]
[TD]Mr B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Joe Blogs[/TD]
[TD]3C2[/TD]
[TD]Science[/TD]
[TD]Mr C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[/TABLE]
As you can see the repeated names and formatting of this report is less than ideal as it has something like 11000 rows to the data.
Apologies if this is a silly question but the only other workaround seems to be incredibly complex (to me) formulas in excel. The IT department and data manager don't think there is a way to do it so any help would be hugely appreciated.
Again apologies if this is in the wrong place or incredibly simple.
Thanks,