To show a intger number- formatted by ,  separator ','.

Hello All,
I have a column in a report. It shows data as 12345678. The problem is how to show the data as 12,345,678 i.e. separated by comma.
I have done some calculation in the stanadard Class because of which data is shown as 12345678 and not 12,345,678. Is there some standard function or some command to do so.
Thanks & Regards,
Sumita

Hello All,
Both these options have been set correctly, but,  after the calculations have been done on this column in the CLASS 'CL_RSR_WWW_MODIFY_TABLE', the format changes.
eg. if in this class, there is a variable
     l_val = 12345678,
then the statement  to overwrite c_cell_content,
        move I_Val to c_Cell_content.
moves 12345678 to c_cell_content and hence 12345678 appears on screen which the user does not want.
So, now I want to format l_val properly so that it moves 12,345,678 to c_cell_content so that formatted value appears on screen.
Thanks a lot for your suggestions.
Best Regards,
Sumita

Similar Messages

  • Showing Positive Sign as Number Format

    Hi all,
    Is it possible to set the number format (custom format) to show the positive numbers with positive sign (+) in front of the number (for example, +2, +2.3, +0.0, etc).
    I don't want to have to cast the number as string and do a concatenation. So, is it possible to do that using a custom number format?
    Thanks a lot!

    Yess it is possible....
    Go to Column Propoerites -> Conditionla Format - > Add Condition
    If seleted measure is greater than or equal to 0
    then Edit format will open . In that goto -> Data Format -> Check on Override Default Data Format -> Select Custom
    Then add this +##,###,###
    Thanks and Regards,
    Fiaz
    mark as answered

  • Number format issue - comma (1,5) instead of period (1.5) before decimals?

    I am using an input field of data type Number. In Norway we use a comma before decimals. I can't get this to work in VC. Have tried to set Number format with 'Local format' checked but this is not helping. (even if my portal is showing Norwegian texts as supposed by the language setting)
    If I uncheck this and go to Custom formatting I get to set my own format. NSTR(@OPERATORER_N, ".2") gives me two decimals but with a period as the decimal point. NSTR(@OPERATORER_N, ",2") does not work.
    I do not want thousands separator.
    Tips?
    Henning Strand

    Hi,
    Check the se Threads i think you definitly get the idea or solution.
    But every body ask about to get dot separatot instaed of Comma Separator since this can be get easyly with Language Portal Settings
    Thousands separator
    http://help.sap.com/saphelp_nw70/helpdata/en/38/2d9b732beb4c68bba2962602a7d6bd/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/26/64fb472a144a0dbaf88f5ec75d9270/content.htm
    http://oregonstate.edu/dept/computing/warehouse/PDF/8-reports.pdf
    Re: Supressing Currency & Thousands Separator
    Re: Special Number format Mask Visual Compser
    All the best
    Govindu

  • Number format issue

    I just set up my computer to use the Argentine region to display dates, numbers, times, meassures, etc. The problem is that MS-Excel continues to display the comma to separate thousands instead of periods (i.e: 1,056 instead of 1.056) and this is causing me troubles with calculations. Isn't Mac OS X supposed to handle the number format across the system? or does Exel has a mind of its own when it comes to formatting numbers?
    Thanks

    Microsoft always has marched to the beat of their own drummer but I found this in the Excel help that seems to indicate they are at least trying to do things right. Check the Notes section at the end.
    ===============
    • Format values in euro currency style
    Use this procedure to apply a euro currency style to the selected cells. If the cells you want to format contain non-euro values, you instead need to convert the values to euros by using the EUROCONVERT function.
    To use the EUROCONVERT function, you must select the Euro Currency Tool check box on the Add-ins dialog box (Tools menu, Add-ins command). If you do not see Euro Currency Tool listed in the Add-ins dialog box, then you must install the Excel Add-ins component, and then quit and restart Excel. For step 5 (Installation) of the Setup Assistant, expand Office Tools by clicking the arrow next to it, and then select the Excel Add-ins check box.
    1. To display the Formatting toolbar, click View, point to Toolbars, and then click Formatting.
    2. If you don't see the Euro Style button on the Formatting toolbar, click Preferences on the Excel menu, click Edit, and then select the Show Euro tool check box.
    3. Select the cells that you want to format as euro currency style.
    4. Click the Euro Style button.
    Notes
    • If you want to type the euro sign () in a cell, you can do so on a U.S. keyboard by pressing SHIFTOPTION2.
    • The settings on the Formats or Numbers tab on the International pane (System Preferences) determine the position of the euro sign (that is, whether the symbol appears before or after the number and whether a space separates the symbol and the number), as well as the decimal symbol and the thousands separator.

  • Custom Number Format With Leading & Trailing Zeros

    Hi!
    How can I define following number format in Apple Pages (v3.5)?
    Positive numbers: +#'##0.00 (e.g. +0.30 or +5'000.00)
    Negative numbers: -#'##0.00 (e.g. -0.30 or -5'000.00)
    If I create a custom number format and enable Show Trailing Zeros, the leading zero is not shown (e.g. +.30 instead of +0.30). Number format with Thousands Separator enabled comes closest to what I need, but misses the plus sign for positive numbers (which I need to represent differences).
    Any ideas? Thanks in advance for your help!

    Hi Tuna,
    Maybe the currency format would work for you,
    The plus sign is problematic. With the above your negative numbers will be red and in brackets, positive numbers will be black. You could use conditional highlighting to change that.
    quinn

  • Xdofo:show-carry-forward number-separators doesn't work in Oracle EBS 11i

    I am displaying the ‘page total’ from within the footer of the xml-report by using the page total syntax ‘<xdofo:show-carry-forward name="pt" format="99G999G999D00"/>’.
    Here the issue is that for report displayed in Spanish we are unable to display the Page Total in the required number format ie. The decimal separator should be ‘,’ and the group separator is ‘.’, since the Page Total is auto calculated and we are not able to save this value to any variable.
    Currently Output is coming like: 12,052.00
    Required output: 12.052,00
    As well as I tried the below statement
    <xdofo:inline-total display-condition="exceptlast" name="pt"><xdofo:show-carry-forward name="pt" format="99G999G999D00" number-separators=",."/></xdofo:inline-total>
    But it doesn’t work in Oracle Applications 11i instance.
    Anyone having any idea?
    Regards,
    Madhurendra

    We had a similar issue and we got the solution.
    Try this
    Got the solution and this is very important one !!!
    <xdofo:inline-total display-condition="exceptlast" name="InvAmt"><xdofo:show-carry-forward name="InvAmt" format="99G999G999D00" number-separators=",."/></xdofo:inline-total>
    <xdofo:inline-total display-condition="exceptfirst" name="InvAmt"><xdofo:show-brought-forward name="InvAmt" format="99G999G999D00" number-separators=",."/></xdofo:inline-total>

  • Australian Standard Number Format FIXED

    For anyone who remembers this post back in oct 2006
    Desparate for Australian Standard Number Format
    Posted: Oct 31, 2006
    The Aussie standard has a space instead of a comma so that 10,500 (ten and a half metres/feet/notation) should show as 10 500 & Currency should show as $10,500.00
    Unfortunately Apple in their infinite wisdom do not acknowledge that numbers and currency can be displayed differently and OSX system settings does not allow customization of the number part of the format as far as i can ascertain.
    And I would like to say that not being satisfied with the answer on this issue i have continued to pester if you like the freindly engineers at tech support in Australia
    (their friendly once they let you past basic support anyway) who have recognised that this is indeed an APPLE OSX PROBLEM & has nothing to do with the software manufacturer who uses the operating system preferences to populate the software (makes sence to me)
    Well
    It got fixed in Snow leopard
    Thanks
    Persistence
    Change it under Preferences Language Format
    Thankyou

    Hi
    I would like to say that not being satisfied with the answer on this issue i have contineud to pester if you like the freindly engineers at tech support in Australia
    (their friendly once they let you past basic support anyway) who have recognised that this is indeed an APPLE OSX PROBLEM & has nothing to do with the software manufacturer who uses the operating system preferences to populate the software (makes sence to me)
    Apple had this functionallity in 10.3 panther & if you upgrade from 10.3 to 10.8 the funcionallity remains. Only new installs are affected by the lack of being able to set numbers & decimals in the preferences. Apple released this terminal command to alter numeral separation
    ( defaults write -g AppleICUNumberSymbols -dict 0 ' ' 1 ' ' ) & allow a space between the thousands & hundreds,then open preferences international formats & see your new found Standard.
    It is not without problems however as it also places a space between the thousands & hundreds in Currency
    This is a fix/workaround that needs to be seriously investigated by apple engineering & placed back into Leopard Before the release as this is an Apple Disfunction of the Australian Standards number notation & as i was advised the space is also a US Standard Lack of this functionallity meens that Mac does NOT COMPLY TO THE AUSTRALIAN STANDARDS REQUIREMENT & THEREFORE POSSIBLY WOULD NOT BE CONSIDERED IN ANY GOVERNMENT INSTITUTION AS A SUPPLIER I hope someone from apple in the US reads this & does something about it. MORE INFO HERE http://www.macosxhints.com/article.php?story=20050926170928881
    G5 1.8 dual   Mac OS X (10.4.3)   2 gig Ram
    G5 1.8 dual   Mac OS X (10.4.3)   2 gig Ram
    G5 2.3 dual   Mac OS X (10.4.8)   4 gig Ram & still not enough

  • Number Formatting in AB

    When I sync my Address Book to my iPod, I lose the number formatting. I have a Custom Format within Address Book to be ###-###-#### but when it syncs to my iPod, it displays as ##########.
    If I manually insert the number separator within Address Book, it will properly show on the iPod.
    Is there a way to have the number formatting used in Address Book also work when syncing to the iPod.
    Thanks, in advance.

    Hi Simone,
    thanks for your help!
    I was just changing preferred locale from one to another and found that german offers dots instead of commas.
    BUT , it works if the value is full, for example 234.764.875,97
    and as I need to have it rounded to the nearest million, and keep it meaningful for the calculations I devide it /1000000 =[Value]/1000000 and get again comma 234,77
    in order to have: 234.77 I have to probably set again to english.
    And still there is no way to use decimal separator and () for negative numbers ...
    If you have any idea, let me know.
    Thank you!

  • Changed number format in vs 2008 versus crystal report format

    I am using Crystal report designer  11.0.0.1.282  and I am able to see the numbers in the format I want . example is the year 2012,2013, etc.
    I don't want any decimal  point to be applied to this like 2013.00 because it is just the year and it should be 2013. when I ran the report in preview inside the designer  , everything looks fine. but when I ran the report from our client application, the year format comes as 2013.00
    In the Crystal report designer, I have checked the File menu /Options , when the Options dialog that opens up , I have selected Fields tab and have chosen the Number field and have selected the Style for the numbers through all the report to be -1123
    the report used to show up with correct format up until a couple of weeks ago, so I am not sure what may have caused this. I was hoping there might be a solution to this.
    I have attached how the year shows in the chart legend both in designer and from our client application (VS2008)
    greatly appreciate any help and if you could point me to right direction

    Your System properties may have changed. If the field is set to system it will use what ever your defualt system is set to. Change the field to use format:

  • Number formatting issue in Web intelligence report

    Folks ,
    I've an object called ' Serial number' (12 digits long) but when I set this in query filter as a prompt number format gets changed.
    Similar like this:  
    whereas I am expecting to see 123456789123 something like this.
    I made sure that object data type is number while designing universe as well as also format the object ( using format object option) and set as ############. ( 12times #) to forced as 12 digits number.
    When I drag this object in 'result objects' results shows fine but if i add this as 'Query Filters' number gets changed as above pic.
    Any advise ?
    Cheers,
    iTanzir

    Hai Itanzir
    Try to create a dimension variable in universe and choose the data type as string. Please check this and let me know for issues, if any.
    Regards,
    Amala.S

  • How to use FM format element in number format model

    Dear all,
    Could anybody explain what is FM format element for in number format model? I read the documentation, it doesn't show a clear description as it those in Datetime Format Model section.
    regards,
    Valerie

    It works mopre or less the same for numbers as for dates:
    SQL> -- generating some numbers:
    SQL> with t as (
      2  select level n
      3  from   dual
      4  connect by level <= 10
      5  )
      6  --
      7  -- actual query:
      8  --
      9  select n
    10  ,      '*'||to_char(n, '09')||'*' nofm
    11  ,      '*'||to_char(n, 'fm09')||'*' fm
    12  ,      length(to_char(n, '09')) lnofm
    13  ,      length(to_char(n, 'fm09')) lfm
    14  from   t;
             N NOFM            FM                   LNOFM        LFM
             1 * 01*           *01*                     3          2
             2 * 02*           *02*                     3          2
             3 * 03*           *03*                     3          2
             4 * 04*           *04*                     3          2
             5 * 05*           *05*                     3          2
             6 * 06*           *06*                     3          2
             7 * 07*           *07*                     3          2
             8 * 08*           *08*                     3          2
             9 * 09*           *09*                     3          2
            10 * 10*           *10*                     3          2
    10 rows selected.As you can see, the leading spaces are trimmed.

  • CSV to Excel 2013 - Issue with number format

    Hi,
    I use Excel 2013 to manipulate CSV files. I experienced issue with number format cells. In my CSV file there is one column that presents latitude values in format: 52.05456464. When I open my CSV file in Excel 2013 all values in that column get separator
    ".", in this case my number is present like this: 52.054.454.464. I tried to change my cell format, and when opened the category was Number, I change it to the General but in that case I lost all "." and got 52054454464.
    I also tried to open same file on other machine with Excel 2010 and file is opened correctly without issues and in cell format the category is general by default.
    I hope that there is some kind of resolution for this.

    Hi
    According to your description, we may follow these steps:
    highlight the column B > Home Tab > Number section > Select Number and choose "More Number Format" > Make sure the Negative number is chosen correctly. If you are using Custom format, we will have to change it.
    Hope it helps
    Best regards

  • Own number format Y-Axis (value divided by 1000)

    Hello everybody,
    in WebI I have a quite simple chart.
    In Y-Axis I show the values. How can I divide these values divided by 1000?
    I have found the advanced format menu. But don't know the syntax how to make my own number format for this.
    So for Example my value shown now is: 15.900.000 but it should be 15.900,00
    Any workaround is welcome. But I would prefer not to touch the Universe and stay in WebI.
    best regards Harry

    Hi Harry,
    There is no functionality to create a Custom Format Number and 
    Enhancement Request ADAPT01130144 has been created.
    Regards,
    Sarbhjeet Kaur

  • Phone number format edit

    Hello everyone, i have a problem with my iPhone 4S. I'm from Romania so it's not a verizon problem only... When a person in my contact list is calling me it only shows the numer of the caller not the ID, but after i hang-up and go to call history it shows the ID. I tried to put +4 in front of the number but now when someone is calling it shows the ID but in call history it shows the phone number. The phone is Jailbroken so if there is any solution what requires a jailbroken phone i am happy to try it out. The format region is on Romania and the International Assist is OFF. I tried as many things i could find on the internet about this but still can't figure it out. Can you guys help me? My firmware is 5.1.1 and i DON'T want to upgrade to 6 because i use a gevey sim card to unlock it, so anything else that can help ?

    Thanks, indeed. I had my Phone language set to "English (United States)" . I never thought that this would change the number format. I changed it to English and now it's ok.
    + it stopped with that annoying correction while i'm writing text.
    So double thanks
    Attachments:
    wp_ss_20130524_0002.jpg ‏71 KB

  • Luxembourg phone number formatting in iOS = 4.0

    Hello,
    Since upgrading to iOS 4, phone numbers here in Luxembourg are no longer displayed in a readable way, the formatting is incorrect.
    Example : the correct phone number 26 52 26 52 would be displayed as 2 652 2652. That's bizarre, not logical and not readable. The first digit is not a prefix, it makes no sense at all to group phone numbers as # ### ####. You could show it in blocks of 2 or 4 (3 would be a bad choice because numbers are usually 6 or 8 digits).
    Is this a know bug ? In MacOS you can define your own number formats in the address book, but that's obviously not possible in the iPhone.
    Pascal

    Yes, Region Format is set to Luxembourg. Language is set to English. I should have mentioned that my wife and my friends have exactly the same issue with their iPhones.
    Pascal

Maybe you are looking for

  • Salto de Numerção NFe

    Boa Tarde Pessoal, Tivemos no ambiente de produção o problema de pulo de numeração da NFe, gostaria de saber se alguém já utilizou o relatório J_1BNFECHECKNUMBERRANGES com sucesso e se existe solução para gerar uma NFe no SAP R/3 com o numero faltant

  • BOM explosion in process order

    Dear PP experts In my scenario, the sales order and process orders for the corresponding line items got generated by uploading some details of master contract through some Z code. The client provide me details regarding the BOM for the process orders

  • PDF not displayed in Firefox 2.0 because of a popup

    Hello, we use NetWeaver 2004s SP9 and WebDynpro for ABAP 2004s SP 9. In case of using Browser Firefox 2.0, we detected a problem with popups and Adobe Interactive Forms Integration. The problem - described in a simplified form - occurs as follows: Th

  • ABAP Webdynpro passing parameter

    I am trying to pass a parameter to an ABAP webdynpro. i have a parameter defined in the application "PLANNING_SEQUENCE" if i run the webdynpro via a direct url and pass the parameter ?PLANNING_SEQUENCE=<sequence> it seems to receive the parameter ok.

  • Url validation in java

    Hello everyone, I have a page in which I need to check whether the url entered by a user in the given textbox is valid or not. eg. user enter: http://forum.java.sun.com/post!default.jspa?forumID=31 I need to check whether http://forum.java.sun.com/po