NewCrystalUser
Programmer
My issue is that I have a number of records that I have to group by half hour. The records may exist or not but I need to display from the Start Time entered and the End Time entered for each half hour. I know how to group the records by each half hour only if the records exist.
For example
I enter start time 8:00 and end time 10:00 I have 4 records, 3 falls into the group 8:30 and 1 falls into the group 9:00. I want to display the following
8:00 0
8:30 3
9:00 1
9:30 0
10:00 0
Can someone please advise?
For example
I enter start time 8:00 and end time 10:00 I have 4 records, 3 falls into the group 8:30 and 1 falls into the group 9:00. I want to display the following
8:00 0
8:30 3
9:00 1
9:30 0
10:00 0
Can someone please advise?