How to show at least one "0" before decimal ?

Sometimes numbers are displayed which are lower than 1 e.g. 0.034 (=US format)
However when they are displayed in sqlplus then they are shown as
.034
How can I achieve that in such cases one 0 is prepended so that
0.034
is shown?

In addition to that, you can also specify if you want a dot or a comma for representing your decimals:
MHO%xe> select to_char(.003,'999G999G990D000','NLS_NUMERIC_CHARACTERS = '',.''')
  2  ,      to_char(.003,'999G999G990D000','NLS_NUMERIC_CHARACTERS = ''.,''')
  3  from dual;
TO_CHAR(.003,'99 TO_CHAR(.003,'99
           0,003            0.003Thanks, Solomon, I will never alter a session anymore and spread the word ;-)

Similar Messages

  • How to show more than one record at a form-like style report?

    Hi All,
    I developed a form-like style report
    I want it to show more than one record at once (At the same page)
    I tried that by setting the value to "Maximum records per page" property for the repeating frame to 10
    but when I close the property palete and open it agian the value is returned to 1 !!!
    how to show more than one record at the same page?????
    Thank u

    Hi,
    there's perhaps another property like "page protect". If than 2 records didn't fit at one page there's a page break. Or is there any object inside the repeating frame with page-break properties? Sorry .. it's like looking into a chrystal ball ...
    Regards
    Rainer

  • How to show more than one PDF-Documents

    One more question to the gurus. Can anyone tell me how i can show more that one pdf-form without having to use the container-window in the sdk-example. i would like to open and show a number of pdf-documents and react e.g. when a form closes.

    "Which option is the third one? You mean "Or, make an application with
    one AcroPDF box in one form. Save it as an EXE (or whatever). You can
    now run multiple copies of your application".
    If this isn't clear, I'm not sure how to make it more clear, but I can
    try.
    Do you turn your application into an EXE today? Ok, then just start 3
    copies. Don't you have three PDF viewers?
    Aandi Inston"
    i still do not understand... let me try to explain the application a little bit. i am developing an add-in for outlook. the user can open a main-form with a lot of information on it and e.g. a button edit pdf-document. after clicking the button a pdf-document is shown and the user can view and edit it. the user must be ablke to switch back to the main-form without closing the pdf-document and open an other one to compare the two...

  • How to show more than one report in a same Viewer or Form

    Dear all,
    I have develop many reports with CrystaReport XI and I'm using the CrystalReportViewer to show each of them in VB6. My Question is: Can I show more than one report in a same Viewer? if i need to show the report1.rpt and report2.rpt in a same window how can I do it?
    Sérgio Salazar - Brazilian VB developer

    No and Please re-post if this is still an issue to the Legacy Application Development SDKs Forum or purchase a case and have a dedicated support engineer work with you directly

  • How to show more than one report in a same Form

    Dear all,
    I have develop many reports with CrystaReport XI and I'm using the CrystalReportViewer to show each of them in VB6. My Question is: Can I show more than one report in a Viewer? if i need to show the report1.rpt and report2.rpt in a same window how can I do it?
    Sérgio Salazar - Brazilian VB developer

    I once had a project which involved alot of reports and on my mind I had the same idea; to display all reports with only one crviewer but was not able to. Instead what Idid was to create say 10 forms with a viewer on each and if the user wanted to produce extra reports, they had to close some of them. This worked out for me.

  • How to show more than one Currency Symbol on Query

    Hi Guru's,
    I've to bring multiple currencies on one single report and the report should look like this:
    Sales Figure:-
    Region  SalesQty  Revenue     Currency
    EAST    10        $ 1,000.00  USD
    EAST    7        20.00 (but with Euro sign) EUR
    EAST    2         500.00 (with Rs. Sign) INR
    Total   19       No total required for diff currencies.
    Please throw some idea how to do this in one report.
    Reddy

    Hi All,
    The issue is to have Currency Sign pop-up with related currencies.
    Yeah you are right the currency key will decide which currency to push in BI (from ECC) and it depends on source system to send the right document currency for that particular record.
    The reaosn not going to multiple columns is to avoid data redundency as we do not know how many currencies could come. And the result, report will end up having extra columns to hold these Multiple values (USD,EUR,INR etc)
    Have you seen a report where you have Currency Sign other than Dollers ($).
    Thanks for looking into it.
    Reddy

  • How to Activate at least one part of the Business Content of CO-PA

    Dear Experts,
                   Is ther any chance of Activating at least one part of the Business Content of CO-PA, like  Info Objects and key figures in the BI Content, berore replicating the CO-PA Data source?
    As the structure of the info cube should correspond to that of the related  operating concern, But BI
    donot support predefined Business content for any operating concern.
                Experts kindly sugest in this point of view. And also kindly provide live senario's with CO-PA
    Extraction.

    Hi
    If i got your question properly
    If you are talking about any operating concern BC Data sources , we dont have any BC Ds for COPA operating concern
    can use KEB0/2 to work on COPA
    COPA datasource enhancement
    Re: copa
    Edited by: Aduri on Dec 30, 2008 5:10 PM

  • How to count the number of digits before decimal value

    Hi I've a decimal value like this
    123,456.700000000000
    I need output as 6 (because I've 6 digits before decimal)

    Try
    Declare @d decimal(30,9)=123456.700000000000
    SELECT FLOOR(@d)
    SELECT len(FLOOR(@d))
    Thanks
    Manish
    Please click Mark as Answer if my post solved your problem and click
    Vote as Helpful if this post was useful.

  • How to show data from one web site to other web site having diffrent domain.

    Dear all,
             i want to show the selected data from one web site to other web site.
    the location of the two web site is geographically seprated (and diffrent domain)
    Please tel me in how many ways it can be accomplished.
    If it can be done using jquery then please tel me the function or procedure to do it.
    Note: ( i have seen the above behavior in many web sites .
    like, i was purchasing some thing but finally declined,
    after that i visited some other web sites to gets some other data on other area
    , and i show my selected items of the first web site  on second website as advertisement.)
    i would like to know how these things are accomplished and how it can be done in asp.net.
    yours sincerely

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue is about ASP.NET website programming, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • E52 how to show more than one calender entry on di...

    Hello!
    I`m quite happy with my new nokia e52 there is just one question: on the display I can only see the next entry of the calendar, so only one.
    Is there a possibility to show more than just one entry?
    Would be grateful for help, thanks!
    Daisy

    Hi All,
    The issue is to have Currency Sign pop-up with related currencies.
    Yeah you are right the currency key will decide which currency to push in BI (from ECC) and it depends on source system to send the right document currency for that particular record.
    The reaosn not going to multiple columns is to avoid data redundency as we do not know how many currencies could come. And the result, report will end up having extra columns to hold these Multiple values (USD,EUR,INR etc)
    Have you seen a report where you have Currency Sign other than Dollers ($).
    Thanks for looking into it.
    Reddy

  • How to show more than one image on my screen at same time?

    I recently upgraded to PS-CS4 from CS3 and notice that I can only view one image on my screen. Is there a way to view more than one image on the screen at the same time? I cannot seem to find a way to change this feature.
    Thanks, Richie

    John Joslin wrote:
    In addition, if you don't like the tabs, select Float All in Windows from the Arrange Documents drop-down in the Menu bar up top.
    Or keep pressing the F key.
    The drop-down bar also has a conveneint way of fitting multiple images on the screen. See the illustration below:

  • How to setup more than one repository

    Is there a way to setup more than one repository ?
    I've installed BI EE Plus for Linux and it should be used by two different BI teams starting from next month.
    Since today one BI team develop their own repository (under windows) and give it to me; then I usually copy that rpd file under $ORACLE_BI_HOME/server/Repository directory.
    Next month I will receive two repository files... but I don't know how to show the correct one to the appropriate team or at least let them select their own.
    Moreover I didn't find a post where someone create a script to accomplish this requirement or something like this...
    Could you help me, please ?
    Thanks,
    Marco

    Working with multiple repositories is fairly straight forward.
    See:
    OBIEE+ How do I work with multiple repositories
    The difficulty arises with multiple Presentation Servers, this can be done and there are various blogs on the subject if you google.

  • How to show unhidden parameter in linked report in report manager in ssrs ?

    Hi,
    in my ssrs report1 i have added a image,if i click on that image it will redirect to report2 and it will take parameters from report1 automatically and all parameters are in report2 are hidden because it will consider report1 parameters,but here my requirement
    is 
    in report2 i have total six parameters and all are hidden,i want to show the one of the hidden parameter(LOB) in report,so, i was set visibility property to visible, now i am able to see that one parameter(LOB).
    but after deploying the report in report manager,when i click on the image it is not showing the parameter(LOB)
    Do i need to change anything in image properties?please let me know
    Please help me with this issue how to show the that one particular parameter(LOB) in report manager which is unhidden?, it is an urgent requirement. 
    here we are building reports on cube.
    Please let me know if you need more information.
    Thanks in advance,
    Naveen

    Hi Naveen,
    As per my understanding, since the purpose of a drill-through report is to pass the parameters from main report to the details report, we wouldn't want users to see or modify the parameters in the details report. Therefore, by default, the parameter pane
    is automatically hidden in the details report.
    In this scenario, we can try to use “Go to URL” instead “Go to report” option to work around this issue. If the parameters are multi-value parameters, we can use the expression to like below:
    ="javascript:void(window.open('http://server_name/reportserver?/Report_folder/Report_name&A=" &Join(Parameters!B.Value,"&A=") & "','_blank'))"
    If the three parameters are single-value parameters, we can use the expression to like below: ="javascript:void(window.open('http://server_name/reportserver?/Report_folder/Report_name&A=" & Parameters!B.Value & "','_blank'))" 
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Trying to change country but keep getting "You have at least one incomplete pass. Passes must be completed before you change stores" How do i complete passes

    Trying to change country but keep getting "You have at least one incomplete pass. Passes must be completed before you change stores" How do i complete passes

    I have the same problem. I found the passes page but it does not show how to complete the passes.
    BTW This is ridiculous. All I did was click an itunes link to an song I heard on a website and iTunes said, "This artist is in not in your countries iTunes store. Would you like to switch to another store to purchase?" I clicked yes and now I can't upgrade my apps, I can't switch back, I can't do anything.
    Things I've tried:
    • Turning on / off email notifications and clicking save.
    • There is nothing else I can do on this page.

  • Is there a way that you can have two different text fields (email, phone) that one at least one of them must be completed before submitting the form? Can it be done using javascript in the validation tab? if so, how?

    Is there a way that you can have two different text fields (email, phone) that one at least one of them must be completed before submitting the form? Can it be done using javascript in the validation tab? if so, how?

    Here is one solution:
    // mouse up action for submit button;
    function GetField(cName) {
    // get field object for cName field with error checking;
    var oField = this.getField(cName);
    if(oField == null) app.alert("Error accessing field named " + cName + "\nPleae verigy field name, spelling and capitalizeation.", 1, 0);
    return oField;
    } // end GetField function;
    var oPhone = GetField("phone");
    oPhone.required = oPhone.value == oPhone.defaultValue;
    var oEmail = GetField("email");
    oEmail.required = oEmail.value == oEmail.defaultValue;
    if(oPhone.required && oEmail.required) {
    app.alert("Missing required fields.", 1, 0);
    } else {
    app.alert("Submitting form", 3, 0);
    // additional code for submission;

Maybe you are looking for

  • Can't post JE to control account

    I am trying to import my clients historical month end balances for 2008 (Jan, Feb, March etc...).  However, my imports are erroring out with the message "Cannot perform transaction in controlling type account 1210-310-00."  This is my client's A/R ac

  • Payment terms problem

    Dear All, I have one issue regarding payment terms here want to create payment terms based on my client requirment] within 10 days 2.5% Cash Discount within 26 days 2.0% Cash Discount within 32 days 1.0 % Cash Discount I am able to enter first two in

  • Screen gone garbled

    My screen went garbled, blue and green blotchy with only just able to see the buttons for force quit (one program had cancelled restart) Is this the graphics card, the screen (20"LCD Apple), or the Mac? Thanks Hardware Overview: Machine Name: Power M

  • Stand Alone Skin Editor

    Here is the scenario. I am strictly a front-end developer using HTML, CSS, Javascript etc. I have been brought onboard to work on a project that uses the Oracle Fusion Middleware ADF Framework. I am a total noob with this stuff!! We are currently wor

  • Valuation stragety "Net purchase price " for cost calculation

    Hi,i indicate "Net purchase price" used for plan cost calculation,but if there a many PO with different venfor for this material,how the system to determine which PO price used for cost calculation? thanks in advance