I have a report which looks like this
Department1
Teacherid1 Class1 Sec1 credithours1
Teacherid1 Class2 Sec2 credithours2
Teacherid2 Class3 Sec1 credithours3
........
Department2
Teacherid1 Class9 Sec1 credithours9
.....
I want(have been mandated) to to be able to show another column that shows how many hours total the teacher is teaching in *every* department in each details section.
The new line would look something like so..
Teacherid1 Class1 Sec1 credithours1 "out of 28 total"
For the life of me I can't seem to get crystal to sum across the groups for each teacher (since teachers show up in different depts) Eventually that number will go into a formula to do salary calculations on.
The only way I have figured it out so far is to create a subreport, group by teacher id, sum and then share that back to the main report.... but that takes so long it makes the report basically unusable.
Any suggestions?
Department1
Teacherid1 Class1 Sec1 credithours1
Teacherid1 Class2 Sec2 credithours2
Teacherid2 Class3 Sec1 credithours3
........
Department2
Teacherid1 Class9 Sec1 credithours9
.....
I want(have been mandated) to to be able to show another column that shows how many hours total the teacher is teaching in *every* department in each details section.
The new line would look something like so..
Teacherid1 Class1 Sec1 credithours1 "out of 28 total"
For the life of me I can't seem to get crystal to sum across the groups for each teacher (since teachers show up in different depts) Eventually that number will go into a formula to do salary calculations on.
The only way I have figured it out so far is to create a subreport, group by teacher id, sum and then share that back to the main report.... but that takes so long it makes the report basically unusable.
Any suggestions?