How to add % symbol to a KF calculation in Bex

Hi
I am using my own formula for % Calculation in a Bex Formula (Not using an standard % functions)....Is there any way that i can insert % symbol to the result displayed in the report
Thanks

Hi ,
Yes you can use a workaround by crating a new formula (F1)  based on your formula ( F2) such that
F1=F2 %A 1
Hide F2 and disply just F1 in your report.Using the above formula you are deceiving your formula to just display its value as a percentage of 1.
This will solve your issue.
-Mayuri

Similar Messages

  • Hi,How to add field to sap Liquidity calculation module tables?

    Hi Experts,
            How to add field to sap Liquidity calculation module tables?
            and how to add a field to a particular transaction code using a customer exits.
    please tell me in detail.
    thanks inadvance,
    Regards,
    Rekha

    Hi Pranab,
    Please follow the below steps to create an extra field and write code for that field through Infoset.
    1-->Change in Infoset
    u2022Go to SQ02 , enter Infoset name and click on Change Button
    u2022Go to Extras (F5) button displayed on application bar.
    u2022In Extras tab, click on 'Create' icon to create additional field E_NAME1, give as type C (character) and give desired length and. Enter header description  as 'ShipToName'
    u2022Select this field i.e E_NAME1 in one of the field group of Infoset.
    u2022Go to Code section  (Shift+F8) of infoset, Select Record Processing Event and write your logic code (condition) in this code section:
    if vbpa-adrnr = space.
    E_NAME1 = kna1-name1.
    else.
    E_NAME1 = adrc-name1.
    endif.
    2-->Generate the Infoset.
    3-->Change in Query
    u2022Go to SQ01(in a new session), give your query name (by selecting your user group) and click on change button.
    u2022Check the field group in which you have added E_NAME1 field, then check E_NAME1 from Fields screen
    u2022Click on 'Basic List' button; give line (row no.) and sequence (column no.) for extra fields.
    u2022Execute/Test the Query, you will get desired result.
    Please let me know, if you need more information.
    Regards,
    Dinesh
    Edited by: Dinesh Tiwari on Oct 29, 2009 7:13 AM

  • How to add 15 bit can crc calculation to labview polynom is x15 + x14 + x10 + x8 + x7 + x4 + x3 + 1 .

    how to add can crc calculation to labview polynom is x15 + x14 + x10 + x8 + x7 + x4 + x3 + 1
    for 15 bit calulation
    thanks for any assistance

    Hi there,
    Here you can find the explanation of how the CRC calculation is done (see page 15). Now, if you are planing to do this with NI hardware/software it does not make sense since the calculation it is already taken care by the driver. In case you want to do this on your own using digital lines be careful with impedances and any other electrical consideration.
    I hope this helps
    Alejandro | Academic Program Engineer | National Instruments

  • How to add a character before formula values in BEx.

    Hi Guys,
    Can anybody please let me know how to add a character before result of a formula.
    Ex. formula is 10/30*100
    I want to see in report 33.3 %
    thanks in advance
    peter b

    hi..
    You can use a formula variable with Customer Exit

  • How to add Characteristic text to Key figures in Bex report?

    The result set of a report is like this
                                          Q1             Q2            Q3           Q4
    Payment amount      Payment          2000           4000          1200         1400
                        Recovery         1200           1400           100          200
    Commission          Payment          4000           5000          2000         2000
                        Recovery         2000           2000           100          100
    Total               Payment          1500           1200          5000         4000
                        Recovery          600            200          1000          200
    The first Column Payment amount, Commission and Total are key figures.
    Payment  and recovery are text of a Characteristic Infoobject ( Flag type : X = Payment, # = Recovery ).
    Now the requirement is not to have Characteristic Infobject as Column but to have them as text beside keyfigure.
    LIike this
                                          Q1             Q2            Q3           Q4
    Payment amount (Payment)             2000           4000          1200         1400
    Payment amount (Recovery)            1200           1400           100          200
    Commission (Payment)                 4000           5000          2000         2000
    Commission (Recovery)                2000           2000           100          100
    Total (Payment)                      1500           1200          5000         4000
    Total (Recovery)                      600            200          1000          200
    How to achieve this kind of result?

    Create Restricted Keyfigures to achieve this requirement.
    create 2 RKF for Payment Amount Keyfigure
    Create RKF1 with Payment Amount keyfigure and restrict flag type with "X" and then
    Create RKF2 with Payment Amount keyfigure and restrict flag type with "#".
    And use the RKF's in the query.
    Similarly create two RKF's for each Keyfigure used in the query and restrict it with flag type.
    --- Thanks...

  • How  to  Add  Calender &  Calculator controls  on   TextBox in  SAP B1

    Hi  Experts,
    How  to  add  the calender  control  and  calculator  control  to  textbox  in  SAP B1
    Thanks,
    Y.
    Edited by: Yughandar on Jul 20, 2010 3:24 AM

    Hi,
    Textbox will automatically display calucator and calender depending on the binding.ie if we bind the textbox with UDF of type Datetime then the it will automatically display the calender..
    Regards
    Arun

  • How do I add a negative to a calculation in Acrobat 10 Pro?

    How do I add a negative to a calculation in Acrobat 10 Pro?
    I am using Acrobat 10 Pro in Windows 7.
    I have a form with columns of numbers (Millions, Thousands, hundreds) that I concatenate and then perform simple calculations on (addition, subtraction, division, etc).
    I have a new section of the form that has a column for a negative sign. The calculation is simple addition but it is possible for the numbers to be negative as symbolized by the minus sign in the negative column:
    Line 23 adds lines 20 + 21 + 22 and displays the sum. If any of lines 20-22 have the minus sign in the Neg column, I need the calculation to see that and add the negative number, essentially subtracting it.
    NOTE: the neg column is so formatted that the only possible entries are null and "-"
    So, I see two ways to go, one is a script for each line that looks at the neg column and if the "-" is present, makes the entry a negative number. I have not had much luck with this.
    The other path is to do this all in the calculation in line 23. I have fiddled around with some "if" statements but no joy yet.
    NOTE: If it makes it easier, I could change the column input to a drop-down box with "-" or null as the options if that makes it easier to call out somehow.
    any thoughts out there?
    Steve

    You can use a custom JavaScirpt calculation or the simplified field nation calculation, if your field names follow the required convention, with the "-" operator.
    If you are using the "The field is the ____ of the following fields:", you need to create a hidden field with a default value of "-1", a second hidden field that calculated the product of the "-1" field and the field you want to subtract. You can then use that second hidden field in the calculation.

  • How to add one symbol for field in mapping

    Hi Experts,
    I am doing proxy to file scenario.
    my requirement is like this, i need to add ~ symbol for each fieldbefore sending to receiver.
    if the field length eqal to 12 the target field must be like this.
    if the field is contains 6 characters the remaining characters must be filled with spaces and after hat i need to add ~ symbol.
    ~978976    ~
    How can achieve this, can anyone help me.
    Kind regards,
    Praveen.
    Edited by: Praveen Kumar on Aug 4, 2009 1:09 PM

    Hi,
    In my understand String.format standard function will support JDK1.5 onwards. Lower version will not support. So,check in your jdk version before use that standard function.
    So another way use this code,
    UDF header like this,
    Public String <udf name>(String a, Container container))
    Inside UDF put this code:
    int strLen = a.length();
    for(int i=strLen;i<12;i++)
    a = a + " ";
    return "~" + a + "~";
    Note: . Example: in this code field length is using 12. becaz we mentioned that loop i<12. If what you need put it instead of 12.
    Hope It's working fine .
    Regards
    Vijaykumar

  • How to add actionscript to a movie symbol

    I am a complete newbie to actionscript and flash. I am using
    Flash CS3 with Mac OSX.
    I need to know how to add actionscript to a movie symbol?
    I made a circle and coverted it into movie symbol. After
    selecting it and opening Windows > Actions, it says that the
    currect selection can not have actions applied to it.
    I have also tried ticking the Export for actionscript option
    and leaving the default options on, but still no use.
    can someone please help me?

    ticking Export for actionscript isnt doing anything for you,
    thats to attach a movie from the library... click your movie clip
    symbol, in the properties panel, click where it says 'Instance
    Name', and give it a unique name, lets say, my_mc. then in an
    actions layer, ON A KEYFRAME, add this
    my_mc.onRelease
    or
    my_mc.onRollOver
    or
    my_mc.onRollOut
    and so on, but that's how you reference the movie clip... by
    its instance name

  • How to add new calculation module

    Hi all,
    I need to add to the system new calculation module (formula) for tax calculation (I need to implement tax rounding). I know that these calculation modules are implemented as FORMs, but I did not find a way, how to "register" my FORM as calculation module to be able use it in the system. Any idea where this could be done?
    Thanks a lot in advance.

    If it is from pricing procedure. you need to register an object in VOFM and assign the same to condition type.
    Else, try to modify your XKOMV conditions in   perform userexit_xkomv_bewerten_end in program LV61AA55

  • How to add unit to calculated key figures in BEx

    How to add unit to BEx calculated key figures in SAP BW BEx?
    I would like to add a unit to a calculated key figure in SAP BW BEx, so that it gets visible on the end user level. Currently the unit field is empty. I calculated the value from various key figures with different units and removed the units with the NODIM()-function. Is there an inverse function to NODIM() with which you can add a specific unit (like EUR or TAG).
    The "How tou2026 Report Data in Alternate Units of Measure" does not seem to cover the point.
    "Quantity Conversion Guide for SAP Business Intelligence" refers to the "Conversion" tab.
    I suppose you have to add a conversion routine, which is 1:1 and sets the target unit defined in BEx.
    Has anyone tried this? Is there a more simple solution?
    OLAP-Quantity Conversion:
    http://help.sap.com/saphelp_nw70/helpdata/EN/27/b65c42b4e05542e10000000a1550b0/frameset.htm

    Hi,
    if your CKF will have always same unit and you have one KF in you inforpovider with this unit, you can try to do this trick
    create a new hidden CKF as new CKF = KF / KF (with this equale new CKF = 1 unit)
    change your old CKF as old CKF = old CKF * new CKF
    let me know if it works.

  • Designer 2010 - how to add a custom or calculated field ?

    Hello
    I have a list like this:
    [name][course][date][result]
    John Smith, Windows beginners, 01-01-2014, 10
    John Smith, Windows advanced, 02-01-2014, 7
    Jane Doe, Windows beginners, 01-01-2014, 5
    Wanted:
    A list that shows all the people that attended 2 courses and a sum of their results.
    Following the example above:
    John Smith, 17, (2 courses)
    How can you add a custom field in designer? I have been tinkering but can't find it. If I place the cursor in a bottom row of the list, and in the ribbon I choose Options/Formula, I can enter an Xpath expression. But after clicking OK, nothing happens, nothing
    appears.
    Is there a tutorial (for beginners) somewhere on how to add a custom field to a page?
    Thank you!
    D

    I think the easiest way to accomplish this is through using the jQuery SPServices library to call the list items into an array and group by name. Then you can count the number they have done and then also do your calculations.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • How to add these symbols to Photoshop

    Hi there,
    I am trying to add some texts to my picture in photoshop and I would like to add symbols like the ones I attached here.
    Does anyone know where to find and how to add them?
    thanks,
    Rose110ca

    You need to ues the text tool from the toolbox. Simply click it and put it on a location you would like to create a text layer.  Once created you can use the selection tool to move it around.
    Vancouver wedding photography <a href="http://www.vividdreams.ca">vancouver wedding photography</a>

  • How to add an event after ALL the components of an animation(incl. symbols)were created and played?

    I would like to add a button/trigger that goes back to the beginning of the animation when all the elements of my composition, including symbols which have their own timelines and trigger buttons, were created and drawn/played. It should be independent of the main timeline.
    Is there any way to do it?
    Thanks!

    Can a click event handler be added to the stage to control symbols that are on the stage?  Like this question How to add a symbol event handler (on click or on mouseover) on the stage timeline
    Basically we are looking for way to load in a bunch of instructions at run time, instead of having to individually control each individual symbol.

  • How to add Servicemark symbol?

    I've seen how to add copyright and trademark symbols, but does anybody know how to add the servicemark (SM) symbol?
    Thanks.

    Mac OS  >> FInder >> edit >> Special Characters > type service in search at bottom right
    Trouble is many fonts do not have this, so you may prefer to set a superscript SM.

Maybe you are looking for

  • Wifi issues with iPad mini since iOS 8 update

    I Have a First Gen iPad Mini now running on iOS 8.1 . Since the original update of IOS8 . I have had issues with Wifi it connects disconnects itself always looking for a signal.. Nerve had this issue before update of the new IOS 8. It's extremming sl

  • Sight impaired how to get audio books onto my new itunes libary

    Hi all, i have a new laptop running windows 8 and my classic 160g has many audio books i would dearly love to put into my itunes.  Please can anyone tell me how to do this?  I am sigth impaired so the easy way please.  if ther is one.  Many thanks fo

  • Machine authentication by certificate and windows domain checking

    Hi, We intend to deploy machine?s certificate authentication for wifi users. We want to check certificate validity of the machine, and also that the machine is included on the windows domain. We intend to use EAP-TLS : - One CA server. - each machine

  • Structural Authorization

    hi I am new to Authorizations ... can somebody tell me the basics of Structural Authorizations from HR Module point of view ... i would like to know the steps involved in setting up the structural authorizations from a organization's perspective ....

  • Mac App Store criteria question

    In regards to the requirements for submitting an App to be considered in the app store, does that app have to be developed using Apples dev tools, or are apps developed using third-party tools/frameworks acceptable? Specifically, I have an app that I