Show 3 decimal

Hi everybody!
It's no way to show in a form a numeric field with 3 decimal digits.
The field in the context have the type CURRENCY 13 3
The form ALWAYS show the value multiplied by 10.
I've tried to use a text field, a numeric field, a decimal field.
I've tried to specify the pattern z9.999, in the data pattern and/or visibility pattern and/or editing pattern.
I've also tried to specify the number of initial or final digits.
Nothing of this had work.
Any help would be appreciate!.
Thanks in advance.

Hello,
1) experiment with the locale
2) note that there are more type of field you can use, numeric field, decimal field etc. I am not sure but something tells me there is a currency field somewhere in the components library, have you checked all the tabs of the Library in your LCD?
3) read your LCD help (F1), try to find for "pattern", when I had the issues with currency formatting, I have found my solution in there, for example you´ll find you can put for example the dollar mark into the field (means currency) etc.
4) if you have a currency field in your context, why don´t you just drag it and drop on the form layout which will maintain the field properties for you, probably the default properties will behave for the currency
have a nice day, Otto

Similar Messages

  • Report dont show decimal number in BPC for Excel

    Hi expert,
    I want to show in a report drag and drop with two rows (account + User definer Dimension) and one column (time), numbers with decimal extension. I input values with that format and when i look the database, this values appears with same extention altough, when i open a report, values showing like integer (i mean if the number was 2.86 show 3) and try to change the format of excel to show decimal, but the values still integer. In the dimension account, i put this format "#.##0,00" on the FORMAT dimension property but its still show integer.
    Im shure its not a excel problem,  any idea?
    thanks in advance

    Hi,
    The detected problem in that case is that the rounding value conversion routine is not working property. Reason might be with your SQL Server Installation. If you have installed SQL Server in Spanish then changes are there for this problem and it is due to regional numbering format symbols for decimals(In English we use '.' for decimal where as in Spanish '<' will be used)
    If the problem is due to this reason you need to Install SQL Server in English. Hope this helps you.
    Regards,
    Rajkandula

  • Why reservation don't show decimal same as process order?

    When i create process order 001 its require Mat.A 0.95 ZET, the problem is when see reservation at MB26 its whow order 001 require 1 ZET, Why it's don't show 0.95 as process order require?
    Information: Base unit of Mat.A = SET, Unit of issue of Mat.A = ZET, alternative unit is 1 ZET = 1 SET.
    In T-code CUNI, decimal places rounding of unit SET = blank, decimal places rounding of unit ZET = 4.
    we wouldn't like to set decimal places rounding of unit SET = 4 because, they think its will impact to other material which use unit SET. for this reason we create new unit name "ZET"
    Can any senior has solution to make reservation to show decimal when BOM use unit ZET.
    or not have the way and back to set Mat.A to user unit SET in BOM and set decimal places rounding of unit SET = 4. but this way they concern about risk.

    Dear,
    Please try with the customizing settings in t.code " CUNI " ---> Units of Measurement
    1.) Take your Units of measure, go to details Screen
    2.)There u can see the entry Box with " Decimal Places". Type in u'r option and save.
    This might solve u'r Query.
    Regards,
    R.Brahmankar

  • SHOW DECIMAL VALUES IN QUERY

    Hi,
    I would like to show the decimal values of a calculated keyfigure when i execute the query.
    Heres whats happening:
    Base Price * Qty = XXXXX
    11*2.6=28.6
    bur when i execute the query it shows 29 as the answer, its rounding it off. How can i fix this?
    Thanks

    Use report SAP_RSADMIN_MAINTAIN and set object 'IGNORE_T006_ANDEC' to the value 'X'
    Decimals will show up right away!
    More details why this is happening in Note 866505
    cheers,
    Mantas
    Edited by: Mantas Vaisvilas on Sep 2, 2008 12:24 PM

  • Host variables in SQL Developer not showing decimal places

    I'm a very newbie, taking my first PL/SQL class, so please be gentle! I think this may be a SQL Developer problem, because when I run the same thing from terminal-line SQLplus on my Linux install, it works right.
    I'm working with a procedure, and passing a value out to a host variable. Although the value should have a decimal portion, when I print the host variable, all that prints is the integer portion.
    Here's the entire program:
    set serveroutput on;
    create or replace package mypkg
    is
      procedure myproc
        (p_in in number,
         p_out out number);
    end;--END package mypkg
    create or replace package body mypkg
    is
      procedure myproc
        (p_in in number,
         p_out out number)
      is
        lv_out_num number(7,2);
      begin
        lv_out_num := p_in / 10.0;
        p_out := lv_out_num;
        dbms_output.put_line('p_out is ' || to_char(p_out,'999.99' ));
      end;--END procedure myproc
    end;--END package body mypkg
    variable myvar number
    execute mypkg.myproc(33,:myvar);
    print :myvarAnd here's the output:
    PACKAGE mypkg compiled
    PACKAGE BODY mypkg compiled
    anonymous block completed
    p_out is    3.30
    MYVAR
    3As you can see, myvar should be 3.3, but it only shows 3. However, like I said above, when I do this from sqlplus from a terminal in linux, it works fine. Thus I'm thinking its a SQL Developer thing.
    Details:
    Machine:
    HP Pavilion dv6 notebook (Core i7) with 8 GB RAM
    Windows side:
    Windows 7 Home Premium SP1
    Oracle 10g Express
    SQL Developer 3.1.06
    Linux side:
    Oracle Linux 5.6 (in Virtualbox)
    Oracle 11g release 1
    Thanks,
    Alex

    Hi,
    This issue has been previously reported on and bugged:
    Re: Oracle Sql Developer prblem with variable format
    Regards,
    Gary

  • PLD at Genaral Ledger for showing decimal point.

    Hi experts,
    I wanna show 2 decimal points for the PLD for General Ledger. The default of PLD General Ledger is showing "$ 100.00" so i add a formula to Round(Amount(Field_417),2), but it show it as "100". The output which is i want is "100.00"
    Please kindly advise me how to get the output which i want.
    Your reply is higly appreciated.
    Thanks.
    Regards,
    Danny

    Hi Jeyakanthan A,
    I see, but i have tried pit it as "Amount(Field_417) but output is "100" with out the ".00"
    Thanks for fast respone.
    Regards,
    danny

  • BO XI R2 - Showing decimal places

    Post Author: Vorax
    CA Forum: WebIntelligence Reporting
    Good afternoon all,
    I am using BO XI R2 (Webi), and have created multiple variables. The issue is that the variables are showing the cents of the figure even though I have formatted the cell. I assume it is because it is a string, and that I should use 'totext.' But I am not sure how to use it in this scenario. Your help is appreciated.
    Displaying 38,540.48Should be displaying 38,540
    Variable is=If(IsError(&#91;Impairment&#93;);"";Average(&#91;Total Cost of Sales&#93;)+Average(&#91;Impairment&#93;))

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    Vorax:
    the tonumber() function is not valid in this instance because you are already dealing with number so you can't tonumber a number to a number (hope that makes sense to you).
    The function you need is the FormatNumber().  The syntax for FormatNumber is:
    FormatNumber(&#91;a number-type&#93;;"$####.00")  (note: the portion within the last set of quotes ("$####.00") is an example of what can be done, you can also do "$###,###.00", and a lot of other things too).
    So in your case I would recommend:
    =If(IsError(&#91;Impairment&#93;);""; FormatNumber(Average(&#91;Lot Cost (AZ)&#93;)+Average(&#91;Impairment&#93;);"####"))
    Which will format the output to a whole number and dispense with the cents portion.  As I showed up above you could dress this up with commas and a leading dollar sign as well....

  • Decimal places in report painter

    Hi experts.  I have a financial report written in report painter.  I want to show two decimal places on a single row.  The rest of the report is in whole dollars, but this one row is a percentage, so I want to show decimal places.  I know that you can format an entire column, but I can't figure out how to format a single row.  Can anyone help?
    Thanks
    Janet

    YES U CAN
    SAME AS ABOVE PROCEDURE
    BUT SELECT ROW INSTEAD OF COLUMN
    Edited by: Anil Kumar Potnuru on Feb 10, 2009 9:02 PM

  • DIsplaying WRBTR (AMOUNT FIELD)WITHOUT  DECIMAL PLACES

    Dear all,
    I am facing a problem in displaying amount field  in alv report. I have two currency keys (US dollar and Japan yen). if it is japan yen I should not have to show decimal places and if it is US dollar I should show decimal places.
    How can I do it in a alv report if I have only one output amount field?
    thanks
    Ranjan.

    Hi chittaramjan,
    1. use this kind of funda (just copy paste in new program)
    Important things
    a) one extra field in internal table
      declared in the same exact fashion
    waers LIKE tcurc-waers,
    b) Populate this field
    c) REST THE System will take care
       (based upon country settings)
    2.
    REPORT abc.
    TYPE-POOLS : slis.
    DATA : alvfc TYPE slis_t_fieldcat_alv.
    DATA  : BEGIN OF itab OCCURS 0,
            f1  LIKE P0008-BET01,
            waers LIKE tcurc-waers,
            END OF itab.
    START-OF-SELECTION.
      itab-f1 = '-4.15'.
      itab-waers = 'KRW'.
      APPEND itab.
      itab-f1 = '4.68'.
      itab-waers = 'GBP'.
      APPEND itab.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
        EXPORTING
          i_program_name     = sy-repid
          i_internal_tabname = 'ITAB'
          i_inclname         = sy-repid
        CHANGING
          ct_fieldcat        = alvfc.
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          i_callback_program      = sy-repid
          it_fieldcat             = alvfc
        TABLES
          t_outtab                = itab
        EXCEPTIONS
          OTHERS                  = 2.
    regards,
    amit m

  • List of users and their decimal notation settings in SAP system

    Hi all, i'm looking to get my hands on a list of all users in our SAP system and their respective decimal notation settings? I know that these can be mass changed using SU10 however I am unable to determine how to view a list of users and their settings.
    Thanks,
    James

    Hi James,
    You can find many useful reports, in SUIM transaction to see user details, but not decimal notation field. I don't know a report to show decimal notations, but as a workaround, in order to see the decimal notation, you can check "USR01-DCPFM" by using "SE16".
    Best regards,
    Orkun Gedik

  • Decimal places in charts

    Hi
    I have this SQL code for a pie chart and it rounds items down to 0% instead of showing decimal places. Is is possible to change it to show 0.5% for example?
    select null link, PRODUCT label, 100*ratio_to_report(COUNT(ID)) over () value
    from CHART_BY_PRODUCT
    WHERE REGION = NVL(REPLACE(:P17_REGION, '%null'||'%', NULL), REGION)
    AND LOB = NVL(REPLACE(:P17_LOB, '%null'||'%', NULL), LOB)
    AND TRUNC(TO_DATE(DATECALLED)) BETWEEN TRUNC(TO_DATE(:P17_FROM_DATE))
    AND TRUNC(TO_DATE(:P17_TO_DATE))
    group by PRODUCT
    order by count(id) descRegards
    Adam

    Basically this function - 100*ratio_to_report(COUNT(ID)) over () - is showing values in percentage. i.e. 40%, 20%, 5%, 1%, 0%.
    I want it to show the percentage with decimal places i.e 40.52%, 20.3%, 5.2%, 1.25%, 0.25%
    Can I change the function somehow to show two decimal places?
    Thanks
    Adam

  • Power View SharePoint - Y axis not show percentage

    I am using a line chart. The Y axis is showing decimal (0.95) instead of percentage (95%). Is this a bug? I notice it will display % if i pick a matrix table instead.

    Assuming that the data is coming from an SSAS Multidimensional or Tabular model it's still possible that the measure hasn't been explicitly defined as returning a % value. Otherwise this does look like a bug. You can report it to the SQL Server team using
    this link. You'll need to create a Microsoft Connect account if you don't already have one.
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com, Twitter:
    @nimblelearn

  • FR 9.3.1 - Show point values doesn't work properly

    Greetings,
    I'm experiencing a strange trouble with the show point values function in charts like Bar, Line or Combo Chart types.
    The values diplayed are rounded to the nearest value, even if the grid show decimal values.
    I didn't find any solution to this, maybe anyone knows how to fix it?
    Thank you very much for your support.

    There is a work around, note that this is not supported/approved by Oracle as it involves actually changing the report xml. So at your own risk:
    # You need to export the FR reports;
    # Then open in a text editor;
    # Search for the current format (it should be '%,d', with the single quotes);
    # Replace with the format you want, for example to get one decimal place with 000's separator '%,8.1f'
    Formatting types/descriptions:
    bq. %g example 1234.456 \\ %f example 1234.46 \\ %,f example 1,234.46 \\ %d                example 1234 \\ %,d                example 1,234 \\ %8.1f                example 1234.5 \\ %08.1f           example 001234.5 \\ cost=$%,.1fM     example Cost=$1,234.5M
    To add this for the second Y axis, you actually need to do more work:
    # Within the exported .DES file, Search for &lt;CHARTOBJECT
    # Then search for OBJECT_WIDTH (There are OBJECT_WIDTH parameters for objects other than charts, which is why we start at the Chart section first.)
    # 1.Add the following parameters after OBJECT_WIDTH: \\          OTHERPROPERTIES=&rdquo;RightFormat=(FLOAT, '%,8.1f')&rdquo; \\          *** IMPORTANT: The %,8.1f is surrounded by single quotes;

  • Decimal in PSa based on Flat File

    Hi,
    I have a datasource based on Flat File.
    In the preview its showing decimal (e.g. 23870.20) againt Amount field but when i'm loading data into the PSA, output is like 2387020
    What can be the issue.
    Thanks & regards,
    Shilpi Gupt

    Hi Gupta,
    Please try the below steps,
    Goto RSA1>System Tab>UserProfile>Own Data>Click Defaults Tab-->Select the Decimal Notation to Second Option(1234567.89).
    If this helps that's fine.
    Try changing the Field Separator in the DS Extraction tab Data Separator as ,(Comma)  and Escape sign as "
    Regards,
    Syed
    Edited by: shameer83in on Jan 16, 2010 7:05 PM

  • Removing Decimal Places from Graph labels

    One axis on my graph is showing decimal places despiting formatting the report field to show 0 places - the graph is reading decimal places directly from the database underneath the report .  Other than editing each axis label manual (or editing the original database field) does anyone know of another way I can elimate the decimal places from the graph?

    That solution only works for the x-axis but not the y-axis (or the other way round, depending on whether the chart is horizontal or vertical).
    The values of the y-Axis are formatted according to the default Number Formatting. If you can afford this, change the default number formatting to 0 decimal places.
    Another workaround would be to create a formula. Let's say amount was your database field. Then the formula would be
    ToText({AMOUNT},0)
    Put that in your chart instead of the original database field.
    Cheers,
    Florian

  • P6v7 incorrect decimal value

    team... when we import programme file coming from p6 to p6v7 its rounded all figure to whole number.
    can this be fix by some settings?
    Edited by: user9134677 on Jun 12, 2010 12:42 AM

    I have almost the same case, I want my cost to have a decimal places but when I went to edit/user preference/currency the portion on "show decimal digits" only show "0" instead of "0.00" . This is crazy, what is the used of check/uncheck button when you can only choose "0" zero decimal places?

Maybe you are looking for

  • How do I get my router to work with my new modem?

    Since the mods deleted my other post, so no one could see it and think anything bad about linksys's customer service, I will just have to ask a dumb noob question. I am not an IT professional, I am just a regular, non-technical kind of guy. I tried t

  • ApplicationStorageDirectory - Best Practice for Games Question

    So I've been working on a game which uses AIR. My problem is that I have been storing my game assets in the application directory. That would be fine except that the game has a built-in editor which requires the ability to write files. Adobe has sinc

  • Podcast episodes not showing up in iTS

    We have recently changed our URL. We were able to successfully publish episode 4 with the redirect but for some reason episode 5 never showed up. episode6 is now up and we need these to show up in the store. FEED URL: http://www.texastribune.org/feed

  • Premiere crashes after clicking on imported movie file

    After clicking on a just imported video file (in this case .MOV from a Nikon 7100) the application crashes and displays "Adobe Premiere Pro CC 2014.1 has stopped working" and the problem details are below. I have tried resetting the preferences but n

  • Touch Pad stopped working on my new Satellite C850

    I have new Toshiba Satellite C850-b293 after a day may touch pad didn't work. Can somebody help me? I check already the setting and I set into default, but still now changes. Please help me....