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
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Export to Excel

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:00
020:20:00
025:35:00
008:45:00
060:04:00
108:08:00
Is 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 MVP
http://visakhm.blogspot.com/

Go to Top of Page

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 MVP
http://visakhm.blogspot.com/




Is the summing possible in Excel?
Go to Top of Page
   

- Advertisement -