Converting seconds to HH:MM:SS - How can I do that?

I have a need to convert raw seconds (up into the thousands of seconds in many cases) into a formatted field of:
HH:MM:SS
Additionally, this field is ultimately a SUM field, so will be summing for the seconds in the report detail (which is invisible). Can someone please point me to the function that will do that for me?
Thanks so much! (Crystal XI)
Dennis
Edited by: DJOlson on Apr 20, 2009 9:20 PM

totext(abs({database.field} / 3600),"00") & ":" &
totext(abs(remainder({database.field},3600) / 60),"00") & ":" &
totext(abs(remainder(remainder({database.field},3600),60)),"00");
If you will be summing the seconds, then create another formula with the above statements to the total to give you HH:MM:SS
Edited by: Sanjay Kodidine on Apr 20, 2009 11:40 AM

Similar Messages

  • G3 screen lights up every 18 seconds for 6 seconds while at rest? How can I stop that

    A G3 lights up the screen every 18 seconds for 6 seconds while at rest. How do I stop this. Have turned off all the auto update, location find, etc I can find and it still lights the screen every 18 seconds. Battery taking a beating and can't use it for an entire day without a charge. This seems to be the culprit.
    Help!
    Paul

    Reset, hold Home and Power buttons until iPhone restarts itself.
    Clean dock port, use a clean dry toothbrush. Lint free cloth moistened with Isopropyll Alcohol.
    Restore Firmware with iTunes.

  • I have converted a pdf to word. How can I access the Word file from my online account?

    I have converted a pdf to word. How can I access the Word file from my online account? When it says 'download the converted file' I choose a location on my PC and click, but nothing happens. It seems that it can only save the converted file to my online account. I went to my online account but I see no way to look for the file

    Hey Fabrizio,
    You might need to sign up at "https://cloud.acrobat.com/exportpdf" using your Adobe ID credentials to convert your PDF file to Word.
    Do you get the 'download' prompt?
    Also, you can find the converted files by clicking at the 'Files' tab. 
    Please try the same using a different browser and check.
    Hope to hear from you.
    Regards,
    Anubha

  • I have a Mac Pro OS 10.7.5 and have a DVD+R disc with files on it, but it ejects the disk after about 10 seconds--what to do?  How can I get the data off this disc?  I can see it has been already burned, so files are on there?

    I have a Mac Pro OS 10.7.5 and have a DVD+R disc with files on it, but it ejects the disk after about 10 seconds--what to do?  How can I get the data off this disc?  I can see it has been already burned, so files are on there?

    Try cleaning the lens and see if that will restore functionality to the DVD drive.  Use a DVD lens cleaning disk, if you have a can of compressed air, shoot some into the slot or wrap a fine microfiber cloth (eyeglasses cleaning cloth)  around a business card and insert it gently inside the slot.
    If no success, make an appointment at an Apple store genius bar and get a free diagnosis from them.
    Ciao.

  • I have an Apple PC.  If I have an open page (active) and want to open a second page for an unrelated reason, how can I do that?

    I have an Apple PC.  If I have an open page (active) and want to open a second page for an unrelated reason, how can I do that?

    Have icon but cannot connect - Please Help.
    Mine is Gen. 2 - Model MC572C/A. I have the YouTube icon but cannot access YouTube.  Message says "No content was found - There is a problem communicating with YouTube. Try again later."  This problem has been for at least 1 month now.  Any ideas?

  • How can I check that second hand macbook air is not stolen?

    How can I check that second hand macbook air is not stolen?

    Ask for the original purchase receipts.
    Take it to the Apple store  and make sure that the computer is not stolen
    provided they have any such information.
    Best.

  • I know how to convert wma files into aac but the itunes program messed all my album how can i fix that

    When i convert my wma files and put them into my itunes program it converts them automaticly but it mess up all my albums it split albums and it put lonely song here and there and i cannot put them back were they bellong...why it does that ? How can i fix that because i do have a lot of albums and i would like to convert them all and make sure that all song are in the album were it should belong ?
    Thank in Advance.
    Yan.

    Filling in the Album Artist will fix things most of the time, though if you also have an older iPod then you might find the album splits up again on your device. For more information see my article on Grouping tracks into albums.
    tt2

  • By error I converted all my files to PDF; how can I change back to my regular files??HELP

    I converted my computer files to PDF how can I reverse the changes??? even my internet explorer. Home version:  HELP The Adobe file I used was a adobe reader 11

    You mention Adobe Reader. Reader cannot convert a file to PDF. Reader lets you view PDF.
    When the Acrobat (Standard or Pro) application is used to create PDF from source files the source files are not deleted.
    Hopefully whatever you used to get a PDF from your source files behaves like Acrobat (does not delete the source file).
    If so, the source files are still present.
    Be well...

  • Conversation is starting 10 seconds after accepting an incoming phone call. How can i fix that?

    When someone is calling me, i press the accept button but then the guy who's calling me can't hear me, and the "timer", which counts the speaking time is still at 0:00. After a few seconds, he can finally hear me. Whats wrong? How can i fix that?

    Try a manual install following directions in link below.
    Basic troubleshooting steps. 
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD  120G Vertex 3 SSD Boot HD  

  • When I open Photoshop CC, it opens for a second then immediately closes.  How can I rectify this.

    When I open Photoshop CC, it opens for a second then imediatly closes.  How can I fectify this?

    Michaelrutland do you receive any specific error messages?  Did Photoshop CC work previously?  Also which operating system are you using?  Finally I would recommend reviewing your installation log files for errors.  You can find details on how to locate and interpret the installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.

  • I am receiving the data through the rs232 in labview and i have to store the data in to the word file only if there is a change in the data and we have to scan the data continuasly how can i do that.

    i am receiving the data through the rs232 in labview and i have to store the data in to the word or text file only if there is a change in the data. I have to scan the data continuasly. how can i do that. I was able to store the data into the text or word file but could not be able to do it.  I am gettting the data from rs232 interms of 0 or 1.  and i have to print it only if thereis a change in data from 0 to 1. if i use if-loop , each as much time there is 0 or 1 is there that much time the data gets printed. i dont know how to do this program please help me if anybody knows the answer

    I have attatched the vi.  Here in this it receives the data from rs232 as string and converted into binery. and indicated in led also normally if the data 1 comes then the led's will be off.  suppose if 0 comes the corresponding data status is wrtten into the text file.  But here the problem is the same data will be printed many number of times.  so i have to make it like if there is a transition from 1 to o then only print it once.  how to do it.  I am doing this from few weeks please reply if you know the answer immediatly
    thanking you 
    Attachments:
    MOTORTESTJIG.vi ‏729 KB

  • I am able to download all the album I bought from itune store. The album contains 13 songs but 4 of them would not load up into my ipod. How can I fix that?

    I am not able to download all the album I bought from itune store. The album contains 13 songs but 4 of them would not load up into my ipod. An error code will pop up notified me that "my Ipod cannot convert some of the file" How can I fix that?

    Hi there mayway3000,
    You may find the troubleshooting steps in the article below helpful.
    iPod does not play content purchased from the iTunes Store
    http://support.apple.com/kb/TS1510
    -Griff W.

  • HT204053 Good Morning, I have 2 Apple Account, will be possible to integrate each other in one account ? And if is possible, How can I do that ? Thanks, Fabio.

    Good Morning, I have 2 Apple Account, will be possible to integrate each other in one account ? And if is possible, How can I do that ? Thanks, Fabio.

    You don't have to do anything with the first iPod that you don't use anymore. If you are planning on keeping it, put in a drawer in your house and forget about it.
    You don't need a second account to use with the new iPod. I use one Appl e ID and iTunes library for two iPods, and two iPad. I have different content on all four devices. You can select exactly what you want to sync to each device and it can be different content on all devices.

  • RAW images in Lightroom aren't opening in camera raw in Photoshop.  Instead, I have to open the image in Finder before it will open in Camera Raw in Photoshop.  How can I correct that?

    RAW images in Lightroom aren't opening in camera raw in Photoshop.  Instead, I have to open the image in Finder before it will open in Camera Raw in Photoshop.  How can I correct that?

    Your question is a little unclear. In a "normal" Lightroom/Photoshop workflow the raw images do not open from Lightroom into Camera Raw. Lightroom has all of the Camera Raw functionality in the develop module. When you choose to open an image in Photoshop, and Lightroom and Photoshop are synchronized (i.e. referencing the same version of Camera Raw) then Camera Raw is simply used to interpret the Lightroom adjustments as the image is transferred to Photoshop. If Camera Raw is an older version then Lightroom offers you the choice to open the image or create a PSD or TIF file that includes all of the Lightroom adjustments. But in either case, opening in Camera Raw is not part of the workflow. It is possible to open the image as a smart object or convert the image to the smart object in Photoshop and then open it in Camera Raw. That is done from within Photoshop or is one of the open options in Lightroom. If you choose to go the smart object route the image first has to be opened in Photoshop and then from there you can open it in Camera Raw.

  • I have a pdf File tht I want to convert to a word program.  how do I do that?

    I have a pdf file that I want to convert to a word program.  How do I do that?

    Hi Patrick,
    You have subscribed for this service yesterday, uaually it would take 24 hrs to get this service activated. I can see that your service is now up and running.
    Kindly check the below mentioned article on how to get started with ExportPDF:
    http://forums.adobe.com/docs/DOC-2412
    Let me know if you have any issue while accessing the service,
    Regards,
    ~Pranav

Maybe you are looking for

  • My Powerbook is bleeding electricity

    Dear Apple & Apple Support, I have discovered that my powerbook bleeds electricity across its casing/chassis when plugged into USB devices that have their own power source. This discovery came after a few instances, including getting shocked while tr

  • Issues with BBC website video + Audio

    I've been having issues using the video and audio content on the BBC website for a few months, it's started to get really annoying so I thought I would ask and see if anyone has a solution. First I have uninstalled and reinstalled Flash, repaired per

  • IPad 2 Upgrade Crash

    How do i restore my iPad 2 to the factory settings since it has been stuck on DFU mode

  • How to check whether set up tables are filled or not

    Hi Gurus, How to check whehter set up tables are filled or not? Cheers, Reddy.

  • "Installation" after restart bug [N95-2/8gb v20]

    Seems that a lot of N95-2 users are getting that "installation" error when restarting the phone. I think that any installed themes on the 8gb is causing that "installation" error every phone restart. Can anyone confirm? Thanks