rock786143
Programmer
Hi,
I have a stored procedure which gives the data as following every day:
+--------------+---------------------+-------+
IPAddress AcctTime count
+--------------+---------------------+-------+
10.10.10.2 2009-03-21 00:00:00 9
10.10.10..2 2009-03-21 00:01:00 4
....................................................................|
10.10.10.4|2009-03-21 23:59:00|10
+--------------+---------------------+-------+
I trying to get the following data from the table
table report for day:
Columns: Max Count/min, Avg count/min, Max Count/hour, Max Hour, Avg Count/hour
Rows: All , Row per IPAddress
How do i get this in a single report?
I can create group on ip and i can get Max Count/min, Avg count/min but how to get next fields.
Please suggest a method. Thanks in advance.
I have a stored procedure which gives the data as following every day:
+--------------+---------------------+-------+
IPAddress AcctTime count
+--------------+---------------------+-------+
10.10.10.2 2009-03-21 00:00:00 9
10.10.10..2 2009-03-21 00:01:00 4
....................................................................|
10.10.10.4|2009-03-21 23:59:00|10
+--------------+---------------------+-------+
I trying to get the following data from the table
table report for day:
Columns: Max Count/min, Avg count/min, Max Count/hour, Max Hour, Avg Count/hour
Rows: All , Row per IPAddress
How do i get this in a single report?
I can create group on ip and i can get Max Count/min, Avg count/min but how to get next fields.
Please suggest a method. Thanks in advance.