HH:MM format which converting from SSRS to excel

Hi All;
Below is my query for converting minutes to hh:mm format which runs fine
ct.new_totalhours AS 'Total Hours', 
CAST(ct.new_totalhours / 60 AS VARCHAR(10)) + ':' + RIGHT('0' + CAST(ct.new_totalhours % 60 AS VARCHAR(2)), 2) AS [HH:MM], 
I am using HH:MM field in my ssrs report to display the result 
But wjen exported to excel the properties for HH:MM shows general 
Is there a way to convert in hh:mm format in excel ?
Any suggestion much appreciated
Thanks
Pradnya07

Hi Simran08,
In your case, we can use DateValue() function to get a Date value containing the time information represented by a string. Please refer to the following expression:
=TimeValue(Fields!TotalHours.Value)
After that, modify the Number property with Time format. Then, we can get the corresponding format values.
Regards,
Alisa Tang
Alisa Tang
TechNet Community Support

Similar Messages

  • How do I maintain column formatting when converting from PDF to Excel?

    How do I maintain column formatting when converting from PDF to Excel? All info is no longer on the lines or in the columns they started out being in? Any help would be appreciated.

    Sara,
    Perhaps I am expecting too much from Adobe ExportPDF. The reason I subscribed to this service, for which I pay a yearly fee, was that I need a way to  convert scanned and digital documents to Word &/or Excel. I read the link you included but to be candid the more I tried to understand what was written the more confused I got. The process should not be this difficult. Currently I am using a NEAT scanner to create PDF documents of whatever I scan. After I changed the OCR setting on Adobe ExportPDF the output was much better but not to the point it was usable as it was. Information that appears to be lines and columns are sometimes not recognizing two columns and just putting them together in one. Obviously not usable. The other thing it does is bunch numbers that appear in a column that are just a bunch of numbers that I have no way of fixing. 
    Please let me speak to someone who can help me. Right now I not getting anything of value in my paid subscription.

  • How can I keep the formatting when converting from Word to pages?

    How can I keep the formatting when converting from Word to pages?

    Use only formatting that is supported (in the same manner) in both applications. You'll need to find which that is through trial and error. Beyond those formatting options, you'll need to do some corrections, as Fruhulda suggests.
    Regards,
    Barry

  • How long does it normally take to convert from PDF to Excel files?

    How long does it normally take to convert from a PDF to Excel files?

    Sara-
    I did see your response.  Thanks.  The other thing that happened was after I enabled Adobe on my Dell it apparently knocked out my Mozilla.  Now I can't get internet connection unless I use Internet Explorer which I would prefer not to.  I'm going to visit our IT folks tomorrow and see if I can get some of this resolved.
    The PDF files I obtained that I am trying to transfer to Excel may be too complex because there is a great deal of extraneous text information in the basic document that lies outside of the tables I want to transfer.  I'm going to try and highlight the tables only and see if this works.
    Thanks for taking the time answering.
    Best,
    Henry

  • Is there a maximum size limit to convert from pdf to excel?

    I have a pdf file that is 28,000 KB or 2661 pdf pages and of course it is timing out when I try to convert.  Any advice on how to convert this file to Excel?
    Thanks,
    Michelle

    Hi michelle gonzles,
    Was it working fine in Mozilla Firefox?
    Were you able to checked with a different browser as suggested above?
    Would you send your PDF document to [email protected] as an email attachment? 
    I will check it from my end.Please add the link to this forum post for reference.
    Regards,
    Florence

  • Converting from PDF to excel

    I have just been upgraded to Windows 7 and I am now unable to convert a PDF document to excel or word.  When I press convert it comes up with an error message.
    "An Error occurred while signing in"
    Also when I log into Adobe Export PDF it comes up with a blank page.

    Hi Wendy,
    Have you rebooted your computer and cashed your cookies, etc?
    Let me know!
    Kind regards, Stacy

  • How to download data from spool to excel file

    Hi,
    I have requirement like....i need to download data from spool to excel file.
    Please let me know the process how to download...
    <removed by moderator>
    <removed by moderator>
    Thanks,
    Khasimsa
    Moderator message: please (re)search yourself before asking, do not assign priorities, do not offer re-ward
    locked by: Thomas Zloch on Sep 8, 2010 1:18 PM

    Hi try this way..
    *FM called that returns the Spool Request Number data into and internal table
      CALL FUNCTION 'RSPO_RETURN_ABAP_SPOOLJOB'
        EXPORTING
          rqident              = p_spool                     "Spool Request Number
          first_line           = 1
        TABLES
          buffer               = it_spool_xls                            "Internal table that will have the Spool Request No data
        EXCEPTIONS
          no_such_job          = 1
          not_abap_list        = 2
          job_contains_no_data = 3
          selection_empty      = 4
          no_permission        = 5
          can_not_access       = 6
          read_error           = 7
          OTHERS               = 8.
    *To convert the spool data into excel format
      CALL FUNCTION 'SO_RAW_TO_RTF'
        TABLES
          objcont_old = it_spool_xls               "Internal table having spool data
          objcont_new = it_xls_spool.           "Int table having Excel format data converted from Spool data
    "call GUI down Load by passing  it_xls_spool
    Prabhudas

  • FM to Convert PDF file to Excel or Word Doc

    Hi All,
    I am Looking for  FM which converts PDF file to EXCEL or Word Doc.
    Thanks in Advance
    Santu

    I would suggest asking in the Export PDF forum, giving full details about your problem and your setup: Adobe ExportPDF (read only)

  • Need help with converting date format to decimal in SSRS expression.

    Hi all,
    I have a decimal data type column with a record in the following format 20150219 --> yyyyMMdd. And I am trying to convert the return value from SSRS date/time parameter to a decimal value.
    The TMDTOP column is the decimal data type with date records in yyyyMMdd format.
    My return parameter is the following:
    =IIf(IsNothing(Parameters!SystemDate.Value),Fields!TMDTSY.Value,CDec(Format(Parameters!SystemDate.Value,"yyyyMMdd"))) 
    When I try to run the report I get the following error:
    Failed to evaluate the FilterValue of the DataSet ‘DataSet1’. (rsFilterEvaluationError)
    I appreciate if anyone can help me on solving this problem.
    Thanks in advance.

    why casting date to decimal here? Can you explain?
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Converting from Word to .pdf distorts formatting

    When I convert a Word document to a .pdf, when I have a bulleted list and the first sentence of each bullet is underlined, format gets distorted when I print to .pdf. I've retyped the document from scratch and experimented with a few different fonts and regardless, the results are the same. One or two of the bullets appear normal (so does the underlined text) and then a few other bullets and the underline itself (but not the text) appear bolded.
    Anyone else experienced this? Any suggestions or solutions? Thank you.

    You really need to post version details
    If you are using Word 2007 try the Microsoft product at this link
    http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87 041&displaylang=en
    If you are having problems creating a PDF, there are two steps you should do FIRST
    Go to the appropriate vendor web site and apply all updates to the program you are using (several recent messages have concerned problems with MS Office conversion, with the response that different versions of Office have different BUGS that must be fixed by a download from Microsoft - and MS Office products are not the only ones which may, from time to time, need to be updated to work properly)

  • How to convert from ifs date format to sql based dates

    I want to write a sql query using dates, to search an ifs
    database. Ifs stores dates as numbers created using the
    java.util.Date class. These dates are accurate to seconds.
    PLSQL uses a different format.
    What I need is a PLSQL function that converts PLSQL date format
    to and from the java.util.date format.
    This is an example of what I would like to do.
    String classname = "DOCUMENT";
    String whereclause = "CREATEDATE > theNeededFuction(to_date('01-
    Jan-2001', 'DD-Mon-YYYY'),'j')";
    Selector mySelector = new Selector(login.getSession());
    mySelector.setSearchClassname(classname);
    mySelector.setSearchSelection(whereclause);
    I do realize that I could simply convert the date in java, but
    in the long run, I want to use the oracle tools that support
    busness day calulations.
    -Mitch

    Hi Mitch - our ViewSpecification functionality automatically
    includes an Oracle Date column, which is derived from the java
    date values we store. These views are the supported way of
    performing read-only operations against an iFS instance.
    For yor reference, the Oracle date column is derived using the
    following SQL operation (e.g. for createdate):
    to_date('01-JAN-1970', 'DD-MON-YYYY') + (createdate/86400000)
    regards,
    dave

  • Converting from 16:9 to 4:3 format, keeping font size

    Hi,
    I've got a presentation in Keynote 6.5 which I'd like to convert from 16:9 widescreen to 4:3 normal format.
    When I change the document size accordingly, a lot of my text boxes and formatting 'jumps' all over the place... a 28pt font becomes 16pt, text boxes become smaller, etc. Bacially, the entire layout gets messed up.
    I tried entering a manual 4:3 ratio, going from 1920x1080 to 1920x1440. Same thing. 28pt font now becomes larger. Layout again gets messed up.
    All I'd like to to is keep the width, but add some pixels to the top and bottom. And keep text sizes the same. Is there a trick of how I could do that?
    Thanks very much for your help!

    Yes trick
    This works perfectly:
    1) Write down font sizes
    2) Go from 1920x1080 to 1920x1440 (via "Custom Slide Size" instead of "Standard 4:3")
    3) This will increase font size.
    4) Redefine font sizes to what they were before resizing
    Perfect fit.

  • IPod Classic 160GB film library sync problem -  trying to sync films that have converted from purchased DVD to mp4 format locally, not purchases from the online store - all other libraries sync perfect - why?

    Hello Apple and the iTunes Windows PC users community.
    I am trying to sync films that I have converted from purchased DVD to mp4 format locally, not purchases from the online store. The mp4s all appear and play successfully in my iTunes application but will not sync across to the iPod film library folder.
    For your information: I am using iTunes 11.1.3.8 on a Windows 7 64bit machine with 500GB hard disk and 8GB of Ram in the UK.
    I have restored the iPod classic 160GB three times now to see if it was a hardware problem with no joy. Each time all the music restores properly as do the podcasts and all the items in TV programmes all appear to sync and work fine.
    I have also tried to copy films into the TV Programmes to get around it with no joy. They always go to the films section to start with. It is just the Films library that does not sync - all others work perfectly. As a last resort I have uninstalled and re-installed iTunes with no joy either.
    I am technically savvy and have gone through the itunes and ipod settings but nothing appears to make a difference - This is the first time I have had to post here as I can usually solve the majority of the ipod anomilies but this one has me flummoxed.
    Has the film encoding type changed in the newest itunes update? - Has this happened to anybody else and is it a hardware, software, or operating system problem.

    Having uninstalled the current version 11.1.3.8 and loaded and older version of iTunes 10.7.0.21 I can now categorically confirm that the newest update seems to be causing the problem as the films and TV Programmes are syncing perfectly on this older version.
    If you are going to do this please dont forget to remove the  ' iTunes Library.itl' file as this stops the older versions from running as I've just found out

  • I've been giving HD videos in MTS format and convert the for editing in FCE.  Looks good in the program, but when I export the finished film, quality had been noticeable diminished.  Is there any way to prevent FCE from lowering the output quality?

    Hello -
    I've been sent HD footage in MTS format and converted it to Mp4 for editing in FCE.  It looks good in FCE but when I export the movie, the quality is noticably diminished.   Is there any way I can prevent FCE from lowering the quality on export?
    Thanks.

    >I use Foxreal video converter for Mac to convert the MTS using the Apple intermediate codec setting and the problem is that I don't get image, just audio
    My thought would be to NOT use Foxreal video converter.
    Use MPEG Streamclip or Clipwrap.
    -DH

  • The word app has disappeared from my desktop computer and can't be found on finder or search. All documents I created on word will now not open unless in "TextEdit" format which I don't use. Any ideas please? Thanks

    The word app has disappeared from my desktop computer and can't be found on finder or search. All documents I created on word will now not open unless in "TextEdit" format which I don't use. Any ideas please? Thanks

    Did you recently erase and/or reinstall the OS?
    And, some details are needed: model/year Mac, Mac OS version running now and which version originally).

Maybe you are looking for

  • Cumulative Qty Received by Customer wrongly updated in Scheduling Agreement

    Hi All, I face a strange issue in Schedule Agreement[Forecast Delivery Schedule]. The exact scenario is as follows: 1)On 17/09/09, I saw a CmlQtyReceived of '249'. 2)On 19/09/09, this value got changed to '141' 3)On 23/09/09, this value again got cha

  • Need help with email hyperlinks in presenter 7

    I've been using presenter 6.2 with powerpoint for a while, and I've just upgraded to 7. However, now email hyperlinks (mailto:) no longer work. Has anyone else had this problem? How do I fix it?

  • Formatting non-English Characters in Database Extracts

    Hi I am trying to create data flat file with Oracle SQL extracts. The data file is position based i.e. Position 1-30 for First Name, 31-50 for Last name, etc. I encountered problems when the data fields contain non-English characters. The position sh

  • Latest Versions of SonicMQ JMS Provider supported by PI71

    Hello Experts, I have a query on PI-JMS Adapter, where SonicMQ-JMS Provider will be used. As per the below link : http://help.sap.com/saphelp_nwpi71/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/frameset.htm I do know that the version of SonicMQ supp

  • Could not access datafile 62

    Hi When I backup database,I got the errors below,any idea for this ? RMAN> backup database; Starting backup at May 31 2006 09:48:55 allocated channel: ORA_DISK_1 channel ORA_DISK_1: sid=59 devtype=DISK RMAN-00571: ====================================