priyanthan
Programmer
I need to create a report with number of orders for each hour.
Basically I need to have a group for each hour for a particular day. The data for this report comes from the orders table, which looks as follows,
OrderID EmpID OrderDate OrderTime Amount
0001 6798 03/03/2009 06.30 25.50
0002 6798 03/03/2009 06.53 07.50
Purpose of this report is to find out the number of orders that were processed for each hour.
Can any one tell me how can I create group hour.
Working with CR8.5 & db2 database.
Thanks in advance.
Basically I need to have a group for each hour for a particular day. The data for this report comes from the orders table, which looks as follows,
OrderID EmpID OrderDate OrderTime Amount
0001 6798 03/03/2009 06.30 25.50
0002 6798 03/03/2009 06.53 07.50
Purpose of this report is to find out the number of orders that were processed for each hour.
Can any one tell me how can I create group hour.
Working with CR8.5 & db2 database.
Thanks in advance.