Hi, I need help in producing a report showing records grouped by indiviual day if that day is present between a start date and an end date on the record, for example:
4th Dec 2004
Rec ID Title Startdate Enddate
10 ABC 3rd Dec 2004 5th Dec 2004
11 ABCD 3rd Dec 2004 6th Dec 2004
12 ABCDE 1st Dec 2004 4th Dec 2004
5th Dec 2004
Rec ID Title Startdate Enddate
10 ABC 3rd Dec 2004 5th Dec 2004
11 ABCD 3rd Dec 2004 6th Dec 2004
6th Dec 2004
Rec ID Title Startdate Enddate
11 ABCD 3rd Dec 2004 6th Dec 2004
I cannot amend the database schema with another date table so must create the 'missing' dates between the start and end ones within Crystal to form the groups.
Can anyone give me a start here?
Crystal version is 8.5 and the database is SQL Server 2000
4th Dec 2004
Rec ID Title Startdate Enddate
10 ABC 3rd Dec 2004 5th Dec 2004
11 ABCD 3rd Dec 2004 6th Dec 2004
12 ABCDE 1st Dec 2004 4th Dec 2004
5th Dec 2004
Rec ID Title Startdate Enddate
10 ABC 3rd Dec 2004 5th Dec 2004
11 ABCD 3rd Dec 2004 6th Dec 2004
6th Dec 2004
Rec ID Title Startdate Enddate
11 ABCD 3rd Dec 2004 6th Dec 2004
I cannot amend the database schema with another date table so must create the 'missing' dates between the start and end ones within Crystal to form the groups.
Can anyone give me a start here?
Crystal version is 8.5 and the database is SQL Server 2000