Help - Add Thousand Separator to Whole Number

I am unable to figure out how to add a thousand separator to a whole number.  I guess removing the decimal places from a decimal number would work as well.  It is driving me insane.  Example - I have a decimal number 1,299.00 that
I would like to show as 1,299.  If I change it to a whole number it shows 1299.  I can't find where to show the thousand separator and make it 1,299.
Thanks,
Mark
 

Hi Mark,
Thanks for your feedback. We're working to enable formatting capabilities in our reports and this would be a good example of a formatting option that we would offer.
Please leave us a vote for this or any other feature that you would like to see in Power BI, in our UserVoice forum:
http://support.powerbi.com/forums/265200-power-bi
Thanks,
M.

Similar Messages

  • Add thousand separator as user types

    Dear all,
    Is there anyway we add a thousand separator on the TextInput
    as user is typing a number there? Could anybody give me a hint on
    how to do this?
    Thanks in advance.

    number formatter class has thousand separator on by default,
    so let's create one instance of it:
    <mx:NumberFormatter id="nfWithThousandSep"/>
    I did the formatting on valueCommit event:
    <mx:TextInput id="from" width="70" textAlign="right"
    valueCommit="this.from.text =
    nfWithThousandSep.format(this.from.text)"/>
    you might want to do the same thing on key down or up.
    ATTA

  • Please help!  Can't make commas (thousands separator) appear in numbers

    I open Pages. I type in a number (123456). While cell is still selected, I open Inspector and select Cell Format = Number. I then check the Thousands Separator checkbox. It does NOT put commas in my number.
    Any help greatly appreciated!

    A couple of thoughts:
    First, make sure you have US formatting as the default for numbers (not the program Numbers) in System Preferences > International > Formats.
    In the table inspector click on Format & make sure the cell is formatted to number & press Enter/Return/Tab to move out of the cell & see if it "takes" then.
    If none of that works, it could be corrupt preferences. Quit Pages & then delete the com.apple.iwork.pages.plist file found in HD > Users > (your account) > Library > Preferences.
    Fruhulda,
    The thousands separator in the US (where the OP is) is a comma & the decimal is a period/full stop/dot.
    Message was edited by: Peggy

  • Need urgent help! How to check if the generated number is a whole number

    Hi,
    I have a simple issue but I need some assistance. I am
    calculating a number and the result number sometimes a whole number
    but in some cases decimals are present. Decimals do not need change
    but whole numbers need to change. So for example if the end result
    is "6" I need it to show it as "6.0" in a field beacuse that is the
    way the calculator should display it according to request.
    How can I check that the result number is a whole number and
    then add ".0" to it?
    I just included a simple script below.
    if (outputnumber == ?) {
    resultNum = Number(String(outputnumber+".0"));
    } else {
    resultNum = outputnumber;
    Thanks,
    Attila

    Hi reinhat,
    That means that "outputnumber" wasn't something that can be
    converted to
    a number. When you trace this value, what do you see?
    Regards,
    Patrick Bay
    BAY NEW MEDIA
    "reinhat" <[email protected]> wrote in
    message
    news:fndgeh$484$[email protected]..
    > The above mentioned example returns "NaN".
    > How can it return numeric value?

  • How to add 2 decimal places if the number is whole number(Integer)

    Hi Gurus- I had a requirement to add the zeros for two decimal places even the number is an whole number.
    Example: I had a column which i gave the datatype as Number(8,2) .While Inserting from the flat file to the custom table column,i am rounding it to 2 decimal places.But if its the whole number i want that also to be rounded to 2 decimal places.
    1) 3456.89675 It's getting inserted as 3456.89
    2) 123 It's getting inserted as 123 (Instead i want this to be inserted as 123.00)
    3) 123.50000 It's getting inserted as 123.5 (Instead i want this to be inserted as 123.50)
    Can you please let me know how can i achieve it to insert any number(decimal or whole number) from the flat file as 2 decimal places in the custom table column.
    Thanks in advance.

    Please do not post duplicates -- To update the date for the first of the month

  • HT1473 I'm trying to add thousands of songs to my iTunes library at once but the option to add folder doesn't appear in my file menu.  Adding these songs one at a time is not an option.  Someone pls help!!!

    I'm trying to add thousands of songs to my iTunes library at once but the option to add folder doesn't appear in my file menu.  Adding these songs one at a time is not an option.  Someone pls help!!!

    Turn on the menus and it will appear.
    Cntrl + B to enable menus.

  • Thousand Separator is Not Appearing in Amount Fields iRecruitment

    Hey Guys,
    My requirment is to show comma as thousand Separator for example 10,000 but its showing 10000.
    I am facing this issue in all amount fields in iRecruitment like Vacancy Page (Min Propose and Max Propose) and Offer Page.
    I set the below profile options
                  Currency:Thousands Separator = Yes
               ICX: Numeric Characters = 10,000.00
    and
             Preferencess > Regional Section > Number Format  = 10,000.00
    I am using EBS 12.1.3 and i cleared cashe but still no effecet. Is there any other setting need to be done?
    Please Help
    Regard
    Mazhar Hussain

    i am also thinking same about it, but right now my CSI is has been expired so i cnt log SR that why i asked here if someone even experience it.
    Regards
    Mazhar Hussain

  • Thousand Separator is Not Appearing in Amount Fields in iRecruitment

    Hey Guys,
    My requirment is to show comma as thousand Separator for example 10,000 but its showing 10000.
    I am facing this issue in all amount fields in iRecruitment like Vacancy Page (Min Propose and Max Propose) and Offer Page.
    I set the below profile options
                  Currency:Thousands Separator = Yes
               ICX: Numeric Characters = 10,000.00
    and
             Preferencess > Regional Section > Number Format  = 10,000.00
    I am using EBS 12.1.3 and i cleared cashe but still no effecet. Is there any other setting need to be done?
    Please Help
    Regard
    Mazhar Hussain

    When i go through Patch Description
    Patch Applicable for versions:
      Iprocurement R12
    5. Dependant Applications:
      None.
    6. Patch to be applied:
      Server.
    7. Patch applicable only when a particular application installed:
      Oracle Iprocurement.
    Its say that Patch for  Iprocurement so how can i apply this patch for iRec?
    Regrds
    Mazhar

  • How to put SPACE thousands separator

    Hi there, I'm thinking how to format following numbers, eg: (integers)
    150000
    2000000
    and I would like to export them as CSV file from sqldeveloper to MS Excel and displaying them like =>
    (with space separator)
    150 000
    2 000 000
    without Excel (formatting), so since beginning, Excel will see it as number with space thousands separaors
    Could You help me?

    Hi,
    This is an Excel problem. You'll have to do something inside Excel to recognize that column as a number and display it with spaces.
    As you pointed out, Excel's default behavior, when it sees an embedded space in the column, is to treat the column as text.
    Excel's default behavior (at least on my system) is to use ',' as a thousands separator, if it uses a separator at all.
    If that column is going to contain spaces and be treated as a number, then you need to override Excel's defaults.
    This is an Oracle forum You may get lucky, and find someone who knows enough about both Oracle and Excel to solve your problem completely. I'm sorry I don't know enough about Excel to do it for you. The most you can expect from an Oracle forum is for someone to show how to produce a certain type of CSV, but you'll have to spell out exactly what that CSV has to contain.
    For example, if you can find some string of characters that tells Excel "the folloiwng column of the CSV is a number, and should bne displayed with spaces as the thousands separator", then someone in this forum can help you produce that output with that string of characters in Oracle.

  • Amount field with thousand separator

    Hi friends,
    i want to display amount field (5794.00)with thousand separator as (5,794.00).
    i defined amount field as character data type for my requirement.
    user want to see this value with thousan separator.
    Please help me hoe can i get thousand separator.
    Thanks
    ramesh

    Hi Ramesh,
    There is two functions for converting display currentcy
    CURRENCY_AMOUNT_SAP_TO_DISPLAY
    Convert currency value from value stored in SAP to displayed currency
    CURRENCY_AMOUNT_DISPLAY_TO_SAP
    Convert currency value from displayed currency value to value stored in SAP
    Try below,
    DATA declaration
    WMTO_S-AMOUNT =  Type DEC :: length 15 :: Deciamls 4
    parameter: p_discur like TCURC-WAERS,     "Display currency
               p_intval like WMTO_S-AMOUNT.   "Internal Amount
    data:      gd_disval  like WMTO_S-AMOUNT. "Display Amount
    *Start-of-selection.
    START-OF-SELECTION.
    CALL FUNCTION 'CURRENCY_AMOUNT_SAP_TO_DISPLAY'
         EXPORTING
              currency        = p_discur
              amount_internal = p_intval
        IMPORTING
             AMOUNT_DISPLAY   = gd_disval
        EXCEPTIONS
             INTERNAL_ERROR   = 1
             OTHERS           = 2.
    IF sy-subrc EQ 0.
    You are now able to manipulate the returned value.
                            I.e. Convert it to GBP
    Without using this function module you would only be manipulating the
    SAP stored value, which is often missing a number of zeroes.
          I.e. 28000 JPY is stored within SAP as 280.
    ENDIF.
    *End-of-selection.
    END-OF-SELECTION.
    write:/(30)  'Value stored in SAP:', p_intval,
          /(30)  'Displayed currency:',  p_discur,
          /(30)  'Ammount is displayed Currency:', gd_disval.
    Hope it help
    Wiparat

  • Formula rounding to nearest whole number

    Hello,
    I have created the following formula ( Metrics."# of Leads Resulting in Won Opportunity"*100 /Metrics."# of Leads" ) and displayed the results in percentage but it looks to round to the nearest whole number does anyone know why this might happen. Also i am using 2dp in the results i am hoping to get the actual result rounded to 2dp and not the nearest whole number.

    Hi !
    I think that if you add the ROUND function, this will work... :
    ROUND(Metrics."# of Leads Resulting in Won Opportunity"*100 /Metrics."# of Leads", 2)
    Hope this will help, feel free to ask more !
    Max

  • Thousands Separator

    Hi,
    I made a table in a slide. I wanted to add numbers in the table, and I wanted the numbers look like this format:
    75,000,000
    But the problem is that it shows me the number looks like this format:
    75000000
    If you can see the difference here is that the first one has the (thousands separator) whereas the other one don't.
    How can I make numbers which have the (thousands separator)?
    BTW:I checked the choice that says(thousands separator) in the table>format.
    Remember:I don't want the decimals. I want the little comma (,) between thousands.
    regards
    tasi2006,

    tasi2006,
    Check your numbers format in:
    +System Preferences > International > Formats > Numbers+
    Is it showing there with the correct comma dividers? It should follow the region conventions.
    Narrow down the problem by testing in other apps.
    It is working in my test. Can you confirm all the settings you have used and whether you have overridden anything with custom conditional format. Also which template you are using so that I can match that.
    Peter

  • Thousand separator in MS Excel 2010

    I recently upgraded to Microsoft Excel 2010 and I am having an issue in the formatting of my numbers. The thousands separator (comma in my country) is only being applied to the last thousand bucket but all other thousands above that are not being separated.
    For example, 1,000,000 (one million) is being displayed as 10,00,000
    I have read through hundreds of questions and answers in various forums but no one else seems to be having this issue. At my company, every person who has been transitioned to Excel 2010 is experiencing the same problem. I have tried searching and changing
    settings, advanced settings as well, but nothing seems to work. Please help me.
    I am a financial controller and my reports are very cumbersome when i cannot read the numbers easily.
    Many thanks.
    Kind regards,

    1. In Windows 7 go to the Control Panel then click on:-
    Clock, Language, and Region
    In the:-
    Region and Language
     - section click on:-
    Change the date, time, or number format
    The:-
    Region and Language
     - window should open.
    2. In the:-
    Region and Language
     - window click on the button called:-
    Additional settings . . .
    The:-
    Customize Format
     - window should open.
    3. In the:-
    Customize Format
     - window click on the:-
    Numbers
     - tab (if it has not already been selected) then make the changes that you want.
    On my pc (which is set up the way that you want it) the following are the settings:-
    Decimal symbol: .
    No. of digits after decimal: 2
    Digit grouping symbol: ,
    Digit grouping: 123,456,789
    Negative sign symbol: -
    Negative number format: -1.1
    Display leading zeros: 0.7
    List separator: ,
    Measurement system: Metric
    Standard digits: 0123456789
    Use native digits: Never
    Click:-
    OK
    EXCEL should now return to the window called:-
    Region and Language
    Click:-
    OK

  • Issues with thousand separator

    Hi all. can anyone help me. In my PDF form i create a numeric field. I set numeric format with these parameters:
    Decimal places = 0
    Separator style = 1,234.56
    Currency symbol none.
    but for all that feild displayed value as "1234.00". to remove zeros i add javascript for this field: this.getField('1').value=0+this.getField('1').value; Now it show like "1234". but I'm still looking for solution to show thousand separator. Please help

    It doesn't help. I forgot to say 1 detail. field works fine when I change value manualy in Acrobat, but I use web service to fill data in pdf (when it done the file becomes read-only). and when pdf is filled I don't see separator

  • Thousand separator in RFC-type-based field

    Hi everybody,
    I am developing a WDPJ application where every input field is bound to an R/3 RFC data type.
    An automatic validation is performed on the data type (i.e. if the user types 'hello' in a numeric field an error is displayed).
    I would like the field to automatically validate also thousand separators just as in standard R/3 transaction (i.e.: 3.000 is ok, 3.00 is not ok, where thousands separator is dot). Actually the validation simply ignores the thousand separator if not in the proper position (3.00 becomes 300).
    Can anyone please help?
    Thanks in advance, points will be awarded
    Vincenzo

    Hi,
    I assume that you have already written some validation code for this field in Webdynpro Java. If your requirement is to validate the number of zeros after the . then you can user StringTokenizer or String.split() and find the number of digits after the thousand separator.
    regards
    Srini

Maybe you are looking for