I am needing to produce a report from a SQL Server based Calls for Service type system that has a parameter date range on the date/time the call was received, the column headings would be the days of the week and the rows would be the time of day(in military time) in one hour increments. The data needs to be the number of calls received. In other words, for the date range entered, how many calls were received on a Monday between 0800 - 0859,etc. I have been advised that using arrays might be the best way to handle this type of report. Is that correct? And, if so, can anyone point me to some good examples and references? I am an inexperienced code writer, so I need to start from basics!
Thanks for any help you can provide!
Thanks for any help you can provide!