I am trying to build a Business Objects report that breaks daily data into 1 hour sections.
I have the measure I want to add to a cross tab but I cannot figure out a good way of splitting time data up into hours throughout the day.
I have tried formatting the date/time object into SHORT_TIME format (e.g. 14:51) but I cant seem to be able to create a formula which groups all times into hour blocks.
I want my crosstab to look like this:
DATE 01/01 02/02 03/03
HOUR
6-7am 4 5 7
7-8am 2 6 3
8-9am 1 4 9
Anybody have any ideas? Any help is greatly appreciated.
I have the measure I want to add to a cross tab but I cannot figure out a good way of splitting time data up into hours throughout the day.
I have tried formatting the date/time object into SHORT_TIME format (e.g. 14:51) but I cant seem to be able to create a formula which groups all times into hour blocks.
I want my crosstab to look like this:
DATE 01/01 02/02 03/03
HOUR
6-7am 4 5 7
7-8am 2 6 3
8-9am 1 4 9
Anybody have any ideas? Any help is greatly appreciated.