Hi,
My database row reads like a series of timed events.
NameOn, NameOff, DateOn, TimeOn
The date could have say 100 records for 20030901 (ccyymmdd)
Then another 100 or so for the 2nd september etc.
My first group will be by Date.
But i want the second group to be ranges of intervals (e.g) (midnight to 8am, 8 to 11, 11 to 2, 2 to 5, 5 to 8 then 8 to midnight).
This is because I want to do analysis of busy hours, volumes etc.
Ok - The second group 'time ranges' is flexxible if that helps but I should be accumulating to some period time range.
Can anybody please advise.
Thanks
My database row reads like a series of timed events.
NameOn, NameOff, DateOn, TimeOn
The date could have say 100 records for 20030901 (ccyymmdd)
Then another 100 or so for the 2nd september etc.
My first group will be by Date.
But i want the second group to be ranges of intervals (e.g) (midnight to 8am, 8 to 11, 11 to 2, 2 to 5, 5 to 8 then 8 to midnight).
This is because I want to do analysis of busy hours, volumes etc.
Ok - The second group 'time ranges' is flexxible if that helps but I should be accumulating to some period time range.
Can anybody please advise.
Thanks