I hope somebody can help, i have a table that has a number of fields but for this query i only need 4 fields, they are
Date CLI Less60Flag Greater60Flag
The problem i have is the table contains the number that a customer contacted us on (CLI), what i need to do is count the total number of calls a customer made where the call is less than 60 sec (less60Flag) and call is greater than 300 Sec(Greater60Flag)this is easy with a normal select query but the problem is i need to count the number of times the same customer called more than once.
Hope this makes sense
Date CLI Less60Flag Greater60Flag
The problem i have is the table contains the number that a customer contacted us on (CLI), what i need to do is count the total number of calls a customer made where the call is less than 60 sec (less60Flag) and call is greater than 300 Sec(Greater60Flag)this is easy with a normal select query but the problem is i need to count the number of times the same customer called more than once.
Hope this makes sense