I'm trying to create a report (crystal 9) and is there a way to sum enrollment on a weekly basis? I have id, start date, end date and enrl data.
id start end enrl
1 01/01/08 01/30/08 5
2 01/03/08 02/15/08 10
3 03/03/08 06/30/08 6
I need a count:
week# enrl
1 15 - includes id 1 and 2
2 15 - includes id 1 and 2
3 15 - includes id 1 and 2
4 15 - includes id 1 and 2
5 15 - includes id 1 and 2
6 10 - includes id 2
7 10 - includes id 2
8 10 - includes id 2
11 6 - includes id 3
and so on
Thanks to anyone who can help me with this report.
id start end enrl
1 01/01/08 01/30/08 5
2 01/03/08 02/15/08 10
3 03/03/08 06/30/08 6
I need a count:
week# enrl
1 15 - includes id 1 and 2
2 15 - includes id 1 and 2
3 15 - includes id 1 and 2
4 15 - includes id 1 and 2
5 15 - includes id 1 and 2
6 10 - includes id 2
7 10 - includes id 2
8 10 - includes id 2
11 6 - includes id 3
and so on
Thanks to anyone who can help me with this report.