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.
Author |
Topic |
MangoSkin
Starting Member
22 Posts |
Posted - 2010-10-27 : 14:40:06
|
Hi,I am using ssrs and the users export the data to excel. I have a column which is hh:mm:ss format string. And the user want to add the time. eg: 010:20:00020:20:00025:35:00008:45:00060:04:00108:08:00Is it possible to sum such a column? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-10-27 : 14:44:08
|
yup. to sum you need to first convert it to date,sum and again convert it back to varchar.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
MangoSkin
Starting Member
22 Posts |
Posted - 2010-10-27 : 18:40:54
|
quote: Originally posted by visakh16 yup. to sum you need to first convert it to date,sum and again convert it back to varchar.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/
Is the summing possible in Excel? |
 |
|
|
|
|