"number' in the format"hours. "

Hello experts,

I wonder, is it possible to make a calculation of conversion of number (ex. 6.68) in hh format (6 ":"0, 68 * 60": 00" "). I dropped with TRUNC or MOD.

Thank you

Hello

If tnum is the number of hours, so 1.5 is 1 hour 30 minutes, then you can use:

TO_CHAR(TRUNC(ROUND(TO_NUMBER(tnum) * 3600)/3600), 'fmTM9')
||':'||TO_CHAR(ABS(MOD(TRUNC(ROUND(TO_NUMBER(tnum) * 3600)/60),60)),'fm00')
||':'||TO_CHAR(ABS(MOD(ROUND(TO_NUMBER(tnum) * 3600),60)),'fm00') 

Rod West

Tags: Business Intelligence

Similar Questions

  • How to get the number in the format "999,999,999.000" in oracle

    Hi friends,
    How can I get the number entered in the format '999,999,999.000 '...
    for example, if my number has 1900, it should give 1,900.000
    If my number is 10000, then it should give me 10,000.000 like this in sql
    is there a function available for this?

    pls help

    Thank you

    Hello

    Check below hope it solves your problem.

    SQL> SELECT TRIM(TO_CHAR(1900, '999,999,999,999,999.99')) FROM DUAL;
    
    TRIM(TO_CHAR(1900,'999,999,999
    ------------------------------
    1,900.00
    SQL> SELECT TRIM(TO_CHAR(10000, '999,999,999,999,999.99')) FROM DUAL;
    
    TRIM(TO_CHAR(10000,'999,999,99
    ------------------------------
    10,000.00
    
    SQL> 
    

    Concerning
    Ameya

  • [REQUEST] Automatically display the number with the format mask

    Hi Expert,

    I use Jdeveloper 11.1.1.6.0.

    I have a problem to display the input text that automatically uses the format mask user input, as for example the entered user 10000 then the field will automatically display of 10,000

    Is this possible to do?


    I already find but I just had to format mask that the user must input 10 000 not automatically display in format.


    Please your advice, really appreciate your help.


    Thank you

    I already find but I just had to format mask that the user must input 10 000 not automatically display in format.

    Can you describe your use case a little more?

    The format is applied only when the focus is moved out of the field.

    You want to display the groups directly separator when the user inserts the value in the field?

    In this case, you will need to use javascript, and format the entry after each character. This technique is described in the blog of Frank https://blogs.oracle.com/jdevotnharvest/entry/get_social_security_numbers_right

    Timo

  • conversion of a number in the format date

    Hello friends,

    I have months (mm), day (dd) and year (yyyy) as decimal/integer numbers.

    I want to display in the format in the date format - "MM/DD/YYYY".

    Thank you/kumar

    You will need to be more specific in how your format stirng is configured. For example, you could do something like this:

    TO_CHAR(TO_DATE('20110201','YYYYMMDD'),'MM/DD/YYYY')
    

    The SQL Reference to http://tahiti.oracle.com for your version of Oracle has all valid date format patterns.

  • timer counts down to the format hours: minutes: seconds: milliseconds

    Nice day

    Has had a problem with this kind of format treatment.

    And I want the milliseconds in 2 digits only.

    Any help is greatly appreciated.

    Here is my code:

    intervalID = setInterval(this,"timerFunction",1);

    function timerFunction() {}

    var msec:Number = getTimer();

    if (msec < = 0) {}

    play();

    return;

    }

    var sec: Number = Math.floor(msec / 1000);

    var min:Number = Math.floor(sec / 60);

    var time: Number = Math.floor(min / 60);

    if(sec<10) {}

    secStr = "0" + String (dry);

    } else {}

    s = secStr;

    }

    if(min<10) {}

    minStr = "0" + String (min);

    } else {}

    MINSTR = min;

    }

    if(hour<10) {}

    hourStr = "0" + String (hour);

    } else {}

    hourStr = time;

    }

    //trace ("min:" + min);

    //trace ("sec:"+ dry ");

    //trace ("ms:"+ msec ");

    _root.timerText = hourStr + ': ' + MINSTR + ":" + secStr + ":" + msec;

    }

    Display the result:

    00:00:01:1012

    00:00:02:2048

    You will not contravene all rules (don't know too many except those to be polite, etc.), but you neglected to say what to look for.  I finally found what I think you're talking about and what is displayed it is meaningless.  I think it's just a Visual prop because it seems never to go beyond 20 - something.  And that the way in which the time end up like the exact values, it is certainly rigged.

    As I said already 1000 msec = 1 sec, and you can get up to 99 with two digits, then you should think about what you want to do.

  • Convert number to time Format

    Hello

    I'm trying to find how to display a number in the format hour, Minute, and second.

    I have a data in my table that store the number for example. 145.586956521739

    I want to convert in HOUR, Minute Secode report format.

    Any help is greatly appreciated.

    Thank you
    Poojak

    Say total = 189,89 minutes

    hours = round(total/60)

    minutes = round (mod(total,60))

    second round = (mod(total,1) * 60)

    Sorry if I misinterpreted your question.

    Thank you
    Jalila

  • Number of the legend

    Hello

    I think it's a stupid question, but I'm not able to understand this one.

    I use an evaluate feature in my business model, it looks like the following

    Evaluate ('LEAD (1.1%) OVER (PARTITION %2 ORDER BY %2, %3 ASC)', Field1, Field2, field3)

    The last field, field3 is of type TIMESTAMP, and it seems that this doensn can't do accept. If I use the field with the TIMESTAMP data type, I get the following error:
    [nQSError: 22027] Union of incompatible types.

    I think I need to turn it into a digital format, so I sunk field 3 twice, first in tank next to an integer, then the statement works very well, at least it is accepted. When I open my report and use the field created, it gives an sql error. I discovered that she remains in a dd-mm-yyyy format with the sign.

    My question, how to turn a field with format TIMESTAMP to a number in the format DDMMYYYY without the sign less.

    Any help is appreciated kindly!
    See you soon,.
    Gilles

    Gilles,

    An EVALUATE function is completely adapted to the database. The 2%, 3% in the service are replaced by VALUES in column not by the names of the columns! What you need to port is something like this:

    EVALUATE
    (
    ' LEAD (1.1%) ON (FEIT_FASE_OVERGANG PARTITION. IDD_LEERBEDRIJF ORDER BY FEIT_FASE_OVERGANG. IDD_FASE, FEIT_FASE_OVERGANG. DAT_INGANGASC)' AS INTEGER

    What about John
    http://obiee101.blogspot.com/

  • How can I change the format of a cell of length to a number?

    I am trying to convert the time spent on work in sessions, because that's how the group I am consulted wants my time reporting. Numbers of calculate minutes for me to format duration... for example, it will calculate time spent 11:47 - 12:57 am than 70 minutes. Now, I need to convert the 70 of the format of duration to the number format, so that I can do other calculations. Whenever I create a new cell that refers to the cell that contains the 70 minutes, the duration of formatting is also present in the new cell and returns to the formatting when I try to change it. It is a simple correction in Excel, but apparently not in number (which I want to use my iPad and iPhone whenever I'm at work. Thanks for any help.

    Hi need help too.

    Formula in C2

    = DUR2MINUTES (B2)

    Who is treated as a number in other calculations.

    Kind regards

    Ian.

  • I formatted my computer to windows xp, I have an acer aspire m5100 is the message I get [error number: 0x8024400A] the website has encountered a problem and cannot display the page you are trying

    I formatted my computer to windows xp, I have an acer aspire m5100 is the message I get [error number: 0x8024400A] the website has encountered a problem and cannot display the page you are trying

    Sasha,

    What browser (exact version). ?

    Harold Horne MVP on September 24, 2012

    0x8024400a

    You must be at Service Pack 3 level before you can use Windows updates.

    To determine which service pack is currently installed on your computer, follow these steps:

    1. on start and then click Run.

    2 copy and paste, or type the following command, and then click OK:

    winver

    A dialog box displays the version of Windows and the service pack that is currently installed on your computer.

    See also: http://support.microsoft.com/kb/2497281>

    You may be unable to access the Windows Update of Windows XP Web site.

    If you haven't already done so, you will need to install the SP2 and SP3 (SP1 note no longer exists).

    How to obtain the latest Windows XP service pack

    http://support.Microsoft.com/kb/322389>

    SP2 - http://www.microsoft.com/en-us/download/details.aspx?id=28>

    (for single PCs too)

    For Windows XP Service Pack 2 installation procedure

    http://support.Microsoft.com/kb/875364>

    Steps to take before you install Windows XP Service Pack 3

    http://support.Microsoft.com/kb/950717>

    It is stated in "How to obtain the latest service pack XP" is.

    If you have problems obtaining the service pack from Windows Update, you can download the package of standalone update from the Download Center.

    This page will say that this installation package is intended for it professionals and developers. However, you can download this file safely.

    The following file is available for download from the Microsoft Download Center:

    Download the Windows XP Service Pack 3 package now

    FIRST: Uninstall IE8 and IE7 if they are installed. Back to all the way back to IE6. You want other patches before you get those. Reboot after doing this.

    You are not the first to ask questions about how to upgrade a clean Windows XP - not even installation in the last week. In fact, I will just cut and paste my answer here... here:

    Get SP2 (manually) and save it to your desktop. (There's a link here.) [You are a COMPUTER professional for now.]

    Install it.

    Then restart at least a couple of times for a few minutes between each restart.

    Get SP3 (manually) and save it to your desktop. (There's a link here.) [You are a COMPUTER professional for now.]

    Install it.

    Then restart at least a couple of times for a few minutes between each restart.

    Download at least Internet Explorer 7 (if it is not Internet Explorer 8).

    Install it.

    Reset.

    Now, try to get the updates through the normal web page (http://windowsupdate.microsoft.com/) and see how much more you can get (100 +) and keep checking until you no longer have.

    Back - let everyone know if it worked for you.

        

    UTC/GMT is 14:12 on Sunday, October 28, 2012

  • decimal and the thousand separator for number and currency formats

    Decimal and thousands separators for number and currency formats are not the same, please change your windows settings

    Tab Control Panel / regional and Language Options/Format is used to adjust these. Good luck, Rick Rogers, aka "Crazy" - Microsoft MVP http://mvp.support.microsoft.com Windows help - www.rickrogers.org

  • Why the 24-hour format will not appear in the status bar taskbar

    I set the time in the control panel for the 24-hour format. It appears correctly. I click on apply and ok, but it still appears as short type display, meridians in the taskbar. It will appear correctly in Win 7.

    Thank you.

    Hello

    Welcome to the Microsoft community. According to the description of the problem the clock will not show the format of 24 hours in tray taskbar.

    ·         Did you do changes on the computer before the show?

    ·         If it works much earlier?

    I'll help you with this problem. I suggest you to follow these steps and check.

    (a) go to the desktop mode.

    (b) press the Windows key + R, type Control Panel at the run prompt, and press enter.

    (c) click on clock, language and region. Click on the date and time.

    (d) click the tab change the date and time .

    (e) click change calendar settings.

    (f) go to the time tab and under the section time formats Select format hh: mm in the drop for a short time.

    (g) click apply and ok.

    I hope this helps. Let us know if you need help with Windows related issues. We will be happy to help you.

  • the format number field value

    Hello

    I have a numeric field in which i m having 0112836454 (showing) Contact number in this format, I want to show something like 011-283-6454

    Oracle 11g.

    Thank you

    Hello

    1. it would be problematic when you want to perform some calculations on your column (number data type)

    2. What is the accountability and advantage that you would receive by storing in this format?  If you on 11g, then you can create a new virtual column in the required format

    SQL> create table test
    ( c1 number(10) ,
    c2 varchar2(20) generated always as (TO_CHAR(c1, '099G999G9999', 'NLS_NUMERIC_CHARACTERS="-"')) virtual
    )  2    3    4  ;
    Table created.
    SQL> insert into test (c1) values (1112836454);
    1 row created.
    SQL> select * from test;
            C1 C2
    ---------- --------------------
    1112836454  111-283-6454
    

    -Thank you

    Pavan Kumar N

  • the formatting of char to number in sql loader control file

    I tried to load a huge csv Excel file into oracle with sql loader database. But a column contains numbers of year as '2014', ' 2015 ". In the control file, I have defined as:

    column_name decimal (38) external "TO_NUMBER (: column_name, ' 9999').

    It awlays say: ORA-01722 invalid number format. I changed the format of different number. All this has not worked. Please help me on this.

    1. the data of table column type is number (38.0)

    2. data csv file looks like this: color is the number of year.

    04/03/15, D_2-15, 10953562, 11116, 27144, 03/03/15,2015

    04/03/15, P_1-58, 1143088, 5262, 12994, 03/03/15,2015

    04/03/15, Q_1-31_Distinct_WWE, 7576633, 22352, 52975, 03/03/15,2015

    Thanks in advance.

    We can not help you unless you provide a sample of documents failed. The sample you provided loads without any problems:

    SQL > CREATE TABLE MY_TABLE)
    2 COLONNE_1 DATE,
    3 COLUMN_2 VARCHAR2 (255 BYTE).
    COLUMN_3 VARCHAR2 (255 BYTE) 4.
    COLUMN_4 VARCHAR2 (255 BYTE) 5.
    6 COLUMN_5 VARCHAR2 (255 BYTE).
    7 COLONNE_6 DATE,
    8 BUSINESS_YR NUMBER(*,0)
    9                      )
    10.

    Table created.

    SQL > home
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

    C:\app\xxx\product\11.2.0\dbhome_2\BIN>type c:\temp\xx.ctl
    DOWNLOAD THE DATA
    CHARACTERSET US7ASCII

    INFILE *.
    TRUNCATE
    IN THE TABLE MY_TABLE
    FIELDS ENDED BY ',' POSSIBLY FRAMED BY "" "
    TRAILING NULLCOLS
    (
    COLONNE_1 DATE "MM-DD-AA.
    COLUMN_2 CHAR (255),
    COLUMN_3 CHAR (255),
    COLUMN_4 CHAR (255) NULLIF COLUMN_4 = BLANKS,
    COLUMN_5 CHAR (255) NULLIF COLUMN_5 = BLANKS,
    COLONNE_6 DATE "MM-DD-YY."
    BUSINESS_YR EXTERNAL INTEGER (38)
    )
    BEGINDATA
    03/20/15,1P-11,1111.22,,,03/22/15, 2014
    21/03/15, M_XXX-4, 5607817, 0, 0, 03-9/22/15, 2014
    22/03/15, M_DDD-2, 54990, 0, 0, 03-8/22/15, 2014
    23/03/15, R_1-46, 5297481, 24, 24, 03/22/15, 2014
    16/03/15, X_1 - 48 a, 8547274, 13474, 13474, 15/03/15, 2015
    03/17/15,1T-15-dental,2118.12,,,03/15/15, 2015
    18/03/15, 1 S - 1S, 555, 15/03/15, 2015
    19/03/15, P_NNN-7, 7455342, 10941, 10941, 03/15/15, 2015
    C:\app\xxx\product\11.2.0\dbhome_2\BIN>sqlldr control=c:\temp\xx.ctl log=c:\temp\xx.log
    Username:Scott
    Password:

    SQL * Loader: release 11.2.0.3.0 - Production on Sun Apr 5 06:28:06 2015

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    Commit the point reached - the number of logical records 7
    Commit the point reached - the number of logical records 8

    C:\app\xxx\product\11.2.0\dbhome_2\BIN>exit

    SQL > column column_2 format a15
    SQL > column column_3 format a10
    SQL > column column_4 format a8
    SQL > column column_5 format a8
    SQL > select * from my_table
    2.

    COLUMN_1, COLUMN_2, COLUMN_3, COLUMN_4 COLUMN_5 COLONNE_6 BUSINESS_YR
    --------- --------------- ---------- -------- -------- --------- -----------
    MARCH 20, 15 1 P - 11 1111.22 2014 22 MARCH 15
    21 MARCH 15 M_XXX-9-4 5607817 0 0 22 MARCH 15 2014
    22 MARCH 15 M_DDD-8-2 54990 0 0 22 MARCH 15 2014
    23 MARCH 15 R_1-46 5297481 24 24 22 MARCH 15 2014
    16 March 15 X_1-48 has 8547274 13474 13474 15 March 15 2015
    March 17, 15 1 t 15-dental 2118.12 15 March 15 2015
    1 S - 1 S 18 MARCH 15 555 2015 15 MARCH 15
    MARCH 19, 15 P_NNN-7 7455342 10941 10941 15 MARCH 15 2015

    SY.

  • Format mask number in the XML editor reports

    Hi all

    I have a requirement in the format mask in xml publisher reports.

    I have a field in my report that the quantity,

    1 > if the value is 1234 I need to show as 1 234

    2 > if the value 1234.56 I need to show 1,234.56

    so I tried with properties of form with number format mask ' #, # 0.00' decimal so that's good, but for like number for 1234 also he 1,234.00 impression so I need 1 234, how I can do this, please help me.

    Thank you

    Thank you Deb to clarify. Yes just check the decimal (.) will work.

    I tried with my example of xml data, and it worked.

    Try this now...

  • Please tell me what is the format of the serial number on the sleeve should be 24 characters get, so I can download my Photoshop Elements program

    Please tell me what is the format of the serial number on the sleeve should be 24 characters get, so I can download my Photoshop Elements program

    DUS/A.PEPE13.0.WIN.GEN.MUL.ALL

    You can download the demo version of the software through the page linked below and then use your current serial number to activate it.

    Don't forget to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    Photoshop/Premiere Elements 8: http://prodesigntools.com/direct-download-links-for-lightroom-3-and-photoshop-elements-8.h tml

    Photoshop/Premiere Elements 9: http://prodesigntools.com/photoshop-elements-9-premiere-elements-9-direct-download-links.h tml

    Photoshop/Premiere Elements 10: l http://prodesigntools.com/photoshop-elements-10-direct-download-links-pse-premiere-pre.htm

    Photoshop/Premiere Elements 11: l http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm         
    Photoshop/Premiere Elements 12: http://prodesigntools.com/photoshop-elements-12-direct-download-links-premiere.html

    Photoshop/Premiere Elements 13: http://prodesigntools.com/photoshop-elements-13-direct-download-links-premiere.html

Maybe you are looking for