I am creating a report that has call duration and if i run it over a
multi-day span the duration is limited to 24 hours and starts over at
zero. is there a way to not limit hours?
I am usign the following in my select statement:
convert(varchar (12), dateadd(s,
SUM(ISNULL(Call s.OutgoingCallD uration,0)), '19900101'), 108) AS
[Outgoing Call Duration]
multi-day span the duration is limited to 24 hours and starts over at
zero. is there a way to not limit hours?
I am usign the following in my select statement:
convert(varchar (12), dateadd(s,
SUM(ISNULL(Call s.OutgoingCallD uration,0)), '19900101'), 108) AS
[Outgoing Call Duration]
Comment