Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4066778
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T16:10:09+00:00 2026-05-20T16:10:09+00:00

In MS Reporting Services 2008, I have a field that is a duration stored

  • 0

In MS Reporting Services 2008, I have a field that is a duration stored as seconds. Is there a slick way to get it into hh:mm:ss format in a group section of the report?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T16:10:09+00:00Added an answer on May 20, 2026 at 4:10 pm

    If you just want to display it, convert in an expression for the Value of the textbox:

    =Format(DateAdd("s", Fields!MySecondsField.Value, "00:00:00"), "HH:mm:ss")
    

    If you want to do calculations on it, convert the seconds to a DateTime in your dataset. Using SQL:

    SELECT DATEADD(ss, MySecondsField, '1900-01-01') AS SecondsAsDateTime
    FROM TimeTable
    

    In Linq this would be something like:

    var qry = from Q in t.TimeList
        select new
        {
            SecondsAsDateTime = DateTime.Today.AddSeconds(Q.MySecondsField) 
        };
    

    Then you can just format it as a normal DateTime.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In SQL Reporting Services 2008, can you format a field conditionally? In Crystal Reports
I have a problem in SQL Server 2008 Reporting Services. The problem is that
I have set up a linear gauge in Reporting Services 2008. What I would
I have just installed SQL Server 2008 including Reporting Services on Windows Server 2003.
Is there an API or interop for interacting with Reporting Services 2005/2008 from .Net
I have SQL Reporting Services 2005 running on a Win 2008 server with IIS7.
I am using Reporting Services 2008. I have an RDL as follows ![I am
I have a SQL Server Reporting Services (2008) chart (error chart). The X-axis has
I have a reporting services (SQL 2008) report with two Date/Time parameters - begindate
I have used SQL Server Business Intelligence Studio to create a Reporting Services 2008

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.