Reuse_alv_grid_display percentage symbol

Hallo Gurus,
is it possible, in an ALV grid, to display % symbol in the same field of the value?
I would like to have -2,00% in the same field and not in two different ones.
I know it can be achieved using a char field, but is there any output option of a quantity field?
Thank you very much!

not as a quantity field.  Why not just create an appropriate column title like '% Change' and just show the value?

Similar Messages

  • Percentage symbol not showing on member

    Hi All,
    I am working on Hyperion Planning 11.1.1.3. I created a custom dimension named Measurement.
    In this one member is say X and I set the Data Type as percentage.
    In Column I taken period and in row the member X. While entering the value on that say .07, it is not showing in percentage symbol(%), like 70%.
    Please any one can suggest what is wrong here.
    Thank You
    EP

    as correctlt pointed in the above post ,the purpose is to set the priority to display memebers in forms.for example
    lets say we have a memeber P1 of product dimension with data type percentage and we have an account A1 of type currency
    now we have displayed the intersection of these two members in a form and punched a value 5 on the form.
    if the evaluation order is set as
    Products
    Accounts
    then the the value displayed on the form will be in 500 %
    but if the evaluation order is
    Accounts
    Products
    then the value displayed will be 5

  • A lock logo with an arrow encircling it has appeared besides the battery percentage symbol in my iphone 4s. What does that mean and how to get rid of it ?

    a lock logo with an arrow encircling it has appeared besides the battery percentage symbol in my iphone 4s. What does that mean and how to get rid of it ?

    Its the screen orientation lock, and is covered in the User Guide.
    Double-tap the home button, swipe to the right on the dock area and tap the left-most icon.

  • User wants to display the % symbol beside the value

    Hi all,
    I have a key figure ..which is added to formula(aggregation tab set as average of a characteristic).
    its displaying average correctly in the report output ,but user want it to be displayed % symbol beside that .
    how can i do that ..
    For other KPI ..i got the requirement as A-B/B and here i applied A-B %A B and its working fine.
    What if i need to put % symbol beside a value ??

    Hi Bilvanth ,
    You can follow the below steps to achieve the desired output :
    1) Create a formula in the query designer . Suppose your key figure is Y which you want to display with % symbol .
        Take this key figure in the formula . Then from the Percentage Functions choose (%A)Percentage Share. Then after this write 100 .
    So your formula would be : Y %A 100 .
    2) Hide your original key figure Y and display this formula in the report . It will come with the percentage symbol .
    Hope the above steps will help you to achieve the desired output .
    Thanks & regards,
    Ashutosh Singh

  • % symbol in report

    Hi All,
    I have to calculate one percentage in my report...(sales-costs)/Sales. I am doing this by using a formula variable. I am getting the pecentage value in my report with this formula but I have to show the percentage symbol(%) also. For Ex:
    NOw I am getting the report like this:
    Gross Margin
    0.9
    1.2
    3.4
    But I want this to be like below:
    Gross Margin
    0.9%
    1.2%
    3.4%
    Can some one let me know how can I add the percent symbol in my report.
    Rgds,
    James.

    hi,
    try formatting the cells, i mean right click the cells, click Format(alto), click cells(ctrl1), then select the number tab, there u select Percentage and click ok. now u will report willl display numbers with % at the end.
    sham'm

  • Symbol in Scripts?

    hi,
         can any one tell me how 2 insert %(percentage) symbol in Scripts?
    Thanks in advance.

    Hi Aravind,
    /: &REGUH-WRBTR&<b><b>%</b></b>
    gives you an output like (that number)% like 45%.
    Hope it solves your problem.
    Thanks
    Aneesh.

  • Datagrid and percentage formatting

    I am having some difficulty rendering percentages in the
    DataGrid. I have the following JSON file structure:
    {"n":"Zimbabwe",
    "o":"63%",
    "m":"38%",
    "g":"1,900"
    When I import these values into the DataGrid, there is a
    problem when I try to sort the percentage columns. The percentages
    are not sorted in the correct order, resulting in something like
    this:
    0%
    100%
    14%
    17%
    etc..
    Instead of:
    0%
    14%
    17%
    100%
    So, I tried changing the JSON file to:
    {"n":"Zimbabwe",
    "o":"63",
    "m":"38",
    "g":"1900"
    However, now I am having problems getting Flex to display a
    percentage symbol next to the numbers in the DataGrid. Any idea
    what I need to do to get this working? What is the right approach
    to take when working with number formatting in the DataGrid? Should
    I be formatting the numbers inside the data source before feeding
    into Flex, or should I be storing the raw numbers in the JSON file
    and then formatting them with Flex?
    Great if someone can point me in the right direction, because
    I really can't find any information about it anywhere on the
    Internet.
    Many thanks!

    My advice is not to pass strings where you actually want to
    pass a integer/float.
    So best is to pass this :
    {"n":"Zimbabwe",
    "o":"63",
    "m":"38",
    "g":"1900"
    Then use a item renderer to render the values as percentage
    values.
    Ries
    Here is my ProcentualRenfderer.mxml
    <mx:VBox xmlns:mx="
    http://www.adobe.com/2006/mxml"
    implements="mx.controls.listClasses.IDropInListItemRenderer,mx.managers.IFocusManagerComp onent">
    <mx:Script>
    <![CDATA[
    import mx.controls.listClasses.ListData;
    import mx.controls.dataGridClasses.DataGridListData;
    import mx.controls.listClasses.BaseListData;
    import mx.controls.dataGridClasses.DataGridItemRenderer
    import mx.events.FlexEvent;
    private var _listData:DataGridListData;
    // Implement the drawFocus() method for the VBox.
    override public function drawFocus(draw:Boolean):void {
    followUpCB.setFocus();
    [Bindable] private var _numDigits:Number = 2;
    [Bindable]
    override public function set data(value:Object):void{
    super.data = value;
    followUpCB.text=Math.round(data[_listData.dataField] *
    (Math.pow(10,_numDigits)) ) / (Math.pow(10,_numDigits)) + '%';
    override public function get data():Object {
    return super.data;
    public function get listData():BaseListData
    return _listData;
    public function set listData(value:BaseListData):void
    _listData = DataGridListData(value);
    public function set numDigits(value:Number):void {
    _numDigits = value;
    public function get numDigits():Number {
    return _numDigits;
    ]]>
    </mx:Script>
    <mx:Label id="followUpCB" textAlign="right"
    width="100%"/>
    </mx:VBox>

  • Percentage(%) in all the rows

    Hi ,
    I want to display the result rows with the percentage symbol to all the rows.
    the result should look like below
    Central and North Europe                   7%
    West and South Europe                    15%
    East Asia & Pacific                            25%
    North America                                   12%
    Thanks and Regards,
    Pooja

    Hi Neelesh,
    Thanks.
    I have tried with your formula but it did not work. Only header is having the % symbol not all the rows.
    Is there any other way?
    Thanks and Regards,
    Pooja

  • [Help] Multiple Selection at Select Options.

    People, I've coded following Select Options:
    DATA: g_created TYPE zapomatxref-erdat,
                g_modif   TYPE zapomatxref-aedat,
                g_matnr   TYPE zapomatxref-pr1_material.
    SELECT-OPTIONS: s_creat FOR g_created,
                                   s_modif FOR g_modif,
                                   s_matnr FOR g_matnr OBLIGATORY.
    Thing is, when I execute the program and hit the Multiple Selection, an error pops up saying "Fill in all required fields".
    I know it goes through PBO validating that OBLIGATORY so I can't enter the multiple selection screen.. But is there a way to enter the multiple selection screen without changing the OBLIGATORY adition ?
    Thanks in advance.
    PS: This is an executable program, not module pool. Also I want to enter Mutliple Selection screen without filling s_matnr.

    Guys, solved the problem. You have to remove the OBLIGATORY addition and set the following code.
    ("Percentage symbol" below is the traditional percentage centessimal symbol we know, the mozilla wont let me insert it...)
    TOP Include:
    CONSTANTS: c_per002     TYPE c    VALUE '(percentage symbol)002'.
    MAIN PROGRAM:
    AT SELECTION-SCREEN ON s_matnr.
      IF sy-ucomm NE c_per002.
        IF s_matnr[] IS INITIAL.
          MESSAGE e025(ycapo).
        ENDIF.
      ENDIF.
    START-OF-SELECTION.
    PS: c_per002 comes to be the sy-ucomm value when hitting Multiple Selection Button at Selection Screen.. As any action validates the whole screen, you just set a clause when you don't want to validate if sy-ucomm not equals (different from) c_per002.

  • File adapter: Variables in OS command

    Hi All,
    Is it possible to put variable (from variable substitution) into OS command line? I need to create a specific filename, that issues from its payload. But substitution doesn't work - filename appears with percentage symbols and var names.
    Thank you.

    Guys,
    Let me explain situation in details.
    I have on source message split into several target messages. Then these messages are written as xml files. Finally, these files should be packed into zip archive, and zip archive should be named according to payload values.
    In this scenario I can't use payloadzipbean - it creates many archives for each final message, while I need many in one. That's why I've decided to use os command to archive files:
    jar -cvf pack_%var1%_%var2%.zip file_xml*
    And it works, but at the end archive's name is pack_%var1%_%var2%.zip.
    So, I know how variable substitution works, and how os command does... I just need to know if their collaboration is possible...

  • BlackBerry Z10 Error "The file cannot be played due to an unexpected error (10)"

    Hope someone can help this one, I received a voice note through BlackBerry Messenger, after downloading I tried to play it and the following message popped up, "The file cannot be played due to an unexpected error (10)".
    I received another file, 3GP format, tried to play it, same error pops up. I headed over to the music and video libraries, I could not see these 2 files. I connect my Z10 to the notebook and checked on my SD Card, I could see the files from were not named correctly e.g. VID 00001-20101226-1206 was named as VID 00001%20101226-1206 with the percentage symbol being the unusual thing I picked up. This was the case for both files.
    I then modified/remaned the files replacing the % with a - (dash) symbol. The files were now visible and able to play through the Z10. I think there is a problem with the way BBM files are being saved especially the naming convention might be having an error/bug.
    My OS release is 10.0.10.99, Version 10.0.10.738 with Build 455718. Is there a fix for this problem that is known? I checked but saw no posts where it was clearly addressed. Am I the only one experiencing this anomaly?
    I have restarted the device but this does not resolve. I have attached a screenshot of the error sequence also showing how the file is named upon saving to my media library.
    Attachments:
    Z10 Error.png ‏287 KB

    Hey runyamhere,
    Thanks for bringing this to our attention.
    To find the root cause of this issue regarding the media not saving the file properly, we will need to gather logs from the BlackBerry Z10.
    I would highly suggest you contact your network service provider and ask to be transferred to BlackBerry so we can get a case number created so we can get the logs.
    Cheers.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • Data format in pivot table calculated item

    Hi All,
    I've got a pivot table with a dimension on rows and a dimension on columns and a measure. I have a "new calculated item" based on the dimension on the columns which does the following: ( ($2-$1) / ($1) ) *100
    I want this calculated item shown as a percentage like 1,2% but the measure must stay a whole number like 1234 (no decimal places or percentage symbols) any suggestions on how to achieve this?
    Thanks in advance!
    Gilles

    Hi Kishore,
    It is not helpful, I mean, it doesn't solve my problem. But nice post!
    What I have is the following:
    --------C1------C2-----C3
    R1|--123--|--345--|--678--|
    R2|--124--|--346--|--679--|
    R3|--125--|--347--|--670--|
    What I want is the following:
    --------C1------C2-----C3---------calculated item
    R1|--123--|--345--|--678--|--(($2-$1) / ($1) ) *100)
    R2|--124--|--346--|--679--|
    R3|--125--|--347--|--670--|
    the column results must remain in the same format, but the calculated item must be in the format %9.99 (to see the percentage change)
    any other suggestions?

  • How to change layout of new calculated item values?

    Hi,
    Is there a way on how to change colours or add a percentage symbol on the values of a calculated items?
    I do not want to change the source measures in the criteria area I used to get the calculated items results.
    Any idea?
    Regards
    Giuliano

    I solved this by using an other approach.
    Created a report and filtered the first resolts by certain value. Added a label.
    Used combine with similar request and filtered again.
    Created so many combines for the number of results I need to filters
    In result columns renamed the label with a description which is a common denominator for all the labels
    In pivot table, moved the main label to Rows and appled the sum
    the reults is below
    https://docs.google.com/file/d/0B0nRf4E3yBfpWS1WVjJjbWZyTG8/edit?usp=sharing
    Regards
    G

  • How can I type curved quotation marks on iPad2?

    I have recently started using Pages for both my Mac and iPad2 so I can continue typing on documents through iCloud. However, on my iPad, whenever I type quotation marks, rather than curved quotation marks, it is only allowing me to type straight quotation marks. How can I type curved ones? example:
    On Mac: “I like apples.”
    On iPad: "I like apples."

    EIther tap and swipe up or tap and hold the " key. This will bring up a menu of additional characters including the two curved marks. While your finger is still touching the screen, slide over to the character you want and then release.
    BTW, Further characters can be found by using this trick with other keys. For instance you can type a percentage symbol from the 0 (zero) key.

  • Calculated quantity evolution in Query Designer

    Hello,
    I have a few short questions regarding ways of calculating a quantity evolution key figure in Query Designer:
    I have a sales figure, let's say an order quantity. I'd like to have it's evolution calculated and displayed (based on another variable with a time period selection) next to it.
    - Is there any other way of entering the following formula for the calculation then: (figure A - figure A(N-1)) / figure A (N-1) * 100 ?
    - I would like to have a positive sign when this calculated evolution is positive as well as the percentage symbol next to it (eg: +15%). Is there a way to do this?
    - Is there a way to automatically fill the time period selection for the variable (using for example a current week - 1)?
    Thanks for your proposals.
    Best regards,
    Olivier

    Hi there:
    I think i understand what you are asking for. I just did a similar calculation myself after lot of research. Hope i can save you that trouble.
    We calculated Change from prior week key figure this way.
    In our Open Sales Order Position Report we have Open Order as of a particular day. But users want to know how their open order position changed from last week as of sunday of last week.
    We came up with a solution to create an open order position snapshot InfoCube and store the Open Order value in that cube as of every sunday. The data will be delieted every sunday and reloaded via APD from the current open order position InfoCube.
    We run a query on the open order InfoCube to get the total open order position based on different characteristics of interest.
    Then load it to a DSO with direct update using APD.
    Then we load it from this DSO into the prior week infocube.
    Then we have a MultiProvider which puts the current open order InfoCube and the Prior Week Open Order InfoCube.
    We created a query on this MultiProvider which gives both the current open order position and last week's open order position and we make a cacluation to subtract the two to give us the change from prior week.
    If we need a percentage we can calculate from this difference using percentage function.
    When we load to prior week open order InfoCube, we use System Date function available in the transformation by formula to calculate the 0CALWEEK to store the week of the prior week data.
    In the query i have a key figure for current open position and another key figure for prior week open position each restricted by InfoProvider.
    If you are not deleting the prior week data every week, you can add a restriction in the prior week open position as (0CALWEEK -1) so it will always get only last weeks data.
    Hope this makes sense.
    Good Luck.
    MP.

Maybe you are looking for

  • MBP takes long time to restore wired network connection after wake-up

    Hello... My Mid-2010 MBP (MacBookPro6,2) has been experiencing this problem recently -- Whenever I wake up the computer from sleep, it needs approximately 10 seconds to restore its wired network connection. I know there are other annoying connection

  • Macbook pro fan running slow

    macbook pro fan is running slow and hot.  it fluctuates between 212 and 375 rpms.  heat rises up to 104c.  do i need to replace the fan?

  • How can I sort my photos by size?  I need to get rid of those which are too small to print.

    Is there a way to sort individual photos in iphoto by size.  (I know you can sort photos in finder- picture by size, but mine are in iphoto). I am organizing my thousands of photos into files within iphoto in order to print hundreds.  I am finding th

  • PERIOD_AND_DATE_CONVERT_OUTPUT

    Hi All, i am using 'PERIOD_AND_DATE_CONVERT_OUTPUT' function module to convert date as like 'day 15.08.1947' / 'month15.08.1947' / 'year 15.08.1947' the problem is when i am printing date format using this function module in smartform quanitiy fields

  • PLS-00307: too many declarations of 'INSERTXML' match this call

    Dear All, I need help to create a procedure. I am describing the scenario below. I have a table which is xml_clob( doc_id number, doc clob The above table contain an xml file in doc column. What i need is read the doc column and parse and insert the