Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 EXPRESSIONS

Author  Topic 

Blessed1978
Yak Posting Veteran

97 Posts

Posted - 2014-04-20 : 20:06:25
I have a report where i am group by my employees , so for each employees I have , requests, total time (broken down into hh mm ss) & average time average time (which is just broken down into min). so the 3 columns are requests, totaltime, average time. I did a total to get the sum of total requests , now i want to get the total for total time, and average time. how do i write an expression to get total time for each employee broken down into hh:mm:ss. Please advise

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2014-04-21 : 09:06:14
Could you provide some sample data and the expected results for that data?
Go to Top of Page
   

- Advertisement -