Modify scaling factor of a measure in an OLAP grid

Hi,
I create an OLAP grid based on a SAP BW Cube and I want to modify the scaling factor in the measure field used in the grid, (i.e. 34.000.000 -> 34).
I try to modify the scale using the Format Editor on the field but I can´t find a way to do it, I also try to use a formula but I can´t include it on the OLAP grid
How can I solve this?
Thanks!

I have solved this problem (or a similar one) on a per-cell basis using display string formatting in my Crystal Report.  To access this formula editor, right click on a field, select Format Field, select the Common tab, and then click on the formula editor button for the Display String line.
Simple example
Scale a value by a factor of 1000 with 1 decimal place displayed
ToText(CurrentFieldValue/1000, 1)
Please note that this discards your other formatting on the values so you may have to code the simpler things like your choice of negation symbols or zero display.  Here's the more advanced version that I am using for my report:
Advanced example
Scale by a factor of 1000, display negative values using parenthesis instead of a minus symbol, and display zeroes as a minus symbol
if CurrentFieldValue < 0
then "(" + ToText(abs(CurrentFieldValue/1000), 1) + ")"
else if CurrentFieldValue = 0
then "-"
else ToText(CurrentFieldValue/1000, 1)
Additional note
You can of course use the format painter or multiple selection of fields to apply this formula to more than one field at once.

Similar Messages

  • How to remove scaling factor

    Hi,
    On our BCS transactional cube we have 3 kf -
    period value in group currency,  period value in local currency and period value in transaction currency. while I was exploring the measures (display data in the cube), I realized that the numbers were divided by 100. I looked for scaling factor but haven't found so far.
    What can be the reason?
    Thank you,
    Hadar

    Hi,
    If you are working on BI then click on the field which you want to change the scaling factor then in the Right Hand side there is a Properties dialogue box there you have to select the Display Tab then click on Scaling Factor option and can set your required Scaling factor.
    Ex: 10, 100, 1000, 10000 etc.,
    Have a nice time
    Phani.

  • Can you force through a report to display Scaling Factor

    If the person who has built a query has not selected to show the Scaling Factor (within the properties of the query) Is there any way (through table interfaces or through the web template) to change this on a temporary basis.
    Basically we have hundreds of reports and some have SF set to show and some don't we have built a button to set the scaling factor to various levels but the level of the scaling factor will only show on those querys which have the correct property setting.
    Cheers
    Shep.

    Hi Neal,
    yes you can. Either add it via URL or change the DP-Tag in your template:
      <param name="SHOW_SCALING_FACTORS" value="X"/>
             DATA_PROVIDER:             DATAPROVIDER_1
    </object>
    http://help.sap.com/saphelp_nw04/helpdata/en/b7/25813b731fd60ee10000000a114084/frameset.htm
    Heike

  • BEx Analyzer report "New Formula", "Scaling Factor" property not working

    Hi Experts,
    I have created a New Formula(Ex:- Dispatches * 2) in BEx Analyzer report. The result of the "New Formula" is 2000. When I maintain Scaling Factor as "1000" to the  New Formula properties, the result should be 2 but here 2000 is coming again.
    When I maintain this property to the existing keyfigure in Analyzer report, it is working fine.
    Please help me in this whether Scaling Factor can be applied to the New Formula or not in BEx Analyzer report. If it works, what changes we have to make to the New formula.
    SAPKW73010 is applied already to SAP BW-730
    Please see the attachment.

    Sree,
    Is the variable ABC the new one that you've created with Scaling factor setting given? The message you get on doing a syntax check on the query indicates that settings are ignored for use beyond the query.
    And if this is the case, this is a known issue. 
    However such settings will work on existing keyfigures as it is in your case.
    What you can hence do for this new variable is that if you are developing reports on top of this bex query, you can make the scaling factor setting at the report level.
    Let me know if this works for you.
    Regards,
    Srilakshmi B

  • Urgent! Scaling factor

    Hi guys,
    I am getting this scaling factor in this characteristic
    structure formula which is not appearing in other queries
    i'm  calculating percentage and this scaling factor is
    appearing just for this query.
    Critical issue, Please help.
    Your help will be rightly appreciated.
    Thanks,
    Vijay

    hi
    So the error is in this query only
    So you have to check properties of the Kf in this query only
    Check the scaling factor and decimal options
    Check the calculate vales as option below this also
    Ensure all the properties are proper
    Hope this helps
    Regards
    N Ganesh

  • WAD: function to change scaling factors

    Hi,
    in the web application designer, i would like to insert a button that changes the scaling factors of certain key figures in the report.
    i cannot find a function in the WAD to influence the scaling factor of a key figure.
    any help?
    thx!

    Hi,
    Use the following link to find the required functions to set the scaling factors
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    The function used is <b>SCALING_FACTOR</b> you have values next to it to display how u like.
    You can define all the properties of a Query and Infoobject using the commands.
    Cheers.
    Ranga.

  • Report Formating: Display defaults of scaling factors

    Hi,
    I have an issue with scaling factors for a query. I have set scaling factor 1,000,000 for amount which is displaying in wrong portion of the format which is visible in the coloums but it should be defaulted to rows.
    tTable below will explain issue clearly
    Desired display
                                                         Amount          Variance
                     1,000,000                        1,000,000
                                            Curr Asts                (323)                               4 .5%
                                            Derivatives               444                              13 .4%
                                            Curr Liabils               513                               2 .2%
    Current display is
                                                         Amount            Variance          
               Curr Assets  1,000,000      (323)             4 .5%
               Derivatives   1,000,000       444             13 .4%
               Curr Liabils   1,000,000       513               2 .2%
    I want the format to be as in the first case. Any suggestions and how to achieve the required display.
    Thanks in Advance. Please throw some light.
    Banu
    Edited by: Ban513 on Jan 3, 2011 2:06 PM

    Hi Volker,
    go back to your query, and create a calculated KF with NODIM(key figure) - that will remove the currency from your report.  The scaling factors are to show the factor of 10 that you are using scaling (for example thousands).  There is no actual way to do this in the report designer.
    good luck
    Pasha

  • Remove scaling factor from key figure - still shows in Report !

    Hi all,
    A key figure we use somehow had its scaling factor set to 100.
    This was accidental, so I have changed the key figure to have no scaling factor and then activated it.
    The query that uses this key figure still sees it as having the 100 scaling factor however.  While this is the case, I cannot set it to no scaling factor as needed.
    I have tried adding this key figure to a new report and it still comes in with the incorrect scaling factor setting.
    So far I have tried,
    Changed the scaling factor on the key figure to none and activated.
    Regenerated the query through rsrt
    Removing the key figure from the query and then readding as well as adding the key figure to a entirely new report. Incorrect scaling setting still comes through in both cases.
    Checked table RSDIKYFPRO and RSDKYF - both of which have no scaling as their settings for this key figure.
    I know that I could created a restricted key figure in the query from the original and set the scaling factor to none to get around the problem, however I would like the query to see the settings in the key figure.
    Can anyone suggest how I can resolve this ?
    Many thanks,
    Blair

    Was there ever a solution to this problem? I, too, have noticed the same issue. The key figure properties (in my case, # of decimal places) is not inherited in the query, and the only solution was to change the kf properties directly in the query, which I shouldn't have to do. The selection of decimal places "from key figure (0)" does not work; I have to override this and select "0". Anyone seen any notes or anything to fix this?
    Thanks.
    Rachel

  • Scaling factor problem in SAP Report Painter

    Hello,
    I am  designing reports using various scaling factors for column representation.
    The Scaling factor of 10 million is not working. It is observed that the scaling factor is working fine till 1 million i.e. 1,000,000.
    If the scaling factor is increased to 10 million (or above) i.e. 10,000,000 still the figures are scaled at 1 million only.
    Please let me know if any other settings have to be made to make this work as it is required in our reports to show figures in 10 million / 1 crore format. Attach below are the steps of a sample report to clarify the issue. Thanks.
    Details:
    Transaction:  GRR2
    Report name: ZFRPT5 (Fixed Assets note)
    Report Group: ZB05
    Path for setting the Scaling factor in the Report:
    Formatting => Columns=>Numeric format=>Scaling factor.
    Selection parameter (on execution): Fiscal year
    Have tried with many options. Would appreciate any help. Thanks.

    Hi,
    plese chek the given details .here i am getting 1 million formate
    formate group "0"
    coloumn formate
       coluoumn width - 17'
       Right margin - '0'
    Numerical formate
    scaling factor - '1'
    Decimial placesses - ' 0.00'.
    these are the settings for scaling formate. you will get 1 millions  as per this  settings
    please check.

  • Changing scaling factor for each cell in Bex Analyzer

    Hi,
    We have a query with 2 structure (1 structure in rows, 1 in columns). We execute the query with Bex Analyzer in Excel.
    We would like to change the scaling factor for each cell. If we use the function 'Properties' for the active cell (context menu), we can change the scaling factor only for one cell.
    Is it possible to change it for the complete table?
    We use BI 7.0, patch 14.
    Thanks,
    Peter
    Edited by: Péter Egyedi on Jan 25, 2008 5:18 PM

    Have you got the solution for this problem?

  • Multiple Cell Selection Scaling Factor Issue within BEX

    We have a report which we need to create views from where each view is simply a different scaling factor within 20 rows of a 50 row query.  
    Within WEB reporting, you can simply select all the cells you want, and then select the proper scaling via the context menu.
    When you try to do the same thin in BEX though, only the first cell that is selected within the total selection is changed to the desired scaling factor selected.
    So...is this a bug?  ...and/or how can we selectively change the scaling for multiple cells within BEX?
    You can of course selectively choose which figures should have a specific scaling, but we need views saved and not queries for this....and to my knowledge you can't save views out of query designer.
    any thoughts?

    When you try to do the same thin in BEX though, only the first cell that is selected within the total selection is changed to the desired scaling factor selected.
    are you trying to do this with cell references or are you doing it for the entire row/ column ?
    you can create cell refernces for the cells that require differenr scaling factor in the query designer and then using cell properties you can define a scaling factor of your choice.
    To create a cell refence simply double click that cell OR right click>create new cell refernce.
    then you will be able to see cell properties where you can define desired properties.
    Hope this helps you.

  • Scaling factor applied to secondary, sub menus

    Hello;
    I have move from Los Angeles to Talent, Oregon. If I need to change anything other
    than e-mail address let me know.
    I am working on an mp3 player app. I am programming in markers that can be set
    for the purpose of playing a selection from and/or to a set marker. The markers are
    set in pause mode via a main menu. If there are already markers set, the main menu
    will show a list of the set markers via a sub menu. I am having trouble with the sub
    menu display. There is a container graphic with individual graphics for each marker
    by the marker number. The marker numbers are displayed via text applied to the
    menu item graphic.
    The problem is that for each marker added, these sub menus, play from and play
    to, will display the item text with a multiplied scaling factor.
    Of course these sub menus have to be created and constructed dynamically, accor-
    ding to the number of set markers. So, the code is fairly involved. I can post the
    current state of the project for anyone willing to see what I am dealing with, and
    supply, hopefully, only necessary code.
    As a note I posted to this forum last year when I was having the same problem
    with the main menu graphic. That was fixed by going back to the graphic object
    in Flash (CS4, Mac) and fiddling with the width and height figures, and unchecking
    'Export in frame 1'. I am recycling the same graphic for the sub menus and the
    scaling factor is showing up again
    Thank you anyone with patience and will to take a look
    JK

    Hello Cecilia,
    this seems to be a bug. Please open a customer message so SAP support can analyze the issue and provide a fix.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Changing scaling factor in web template

    Hi,
    I need to change the scaling factor in a web template, which shows some different queries.
    I have heard I can do that by using a specific method? Does anybody know how to change the
    scaling factor for a specific web template?
    Thank you very much!
    Torben

    Hi,
    I have now seen that it is possible to create an ABAP class with superclass CL_RSR_WWW_MODIFY_TABLE and override the method SCALING_FACTOR_CELL.
    then I should fill in this class in the param-tag in the html.
    BUT this is only possible in System 3.5, but not anymore in 7.0! Everywhere I can just find the sample coding for 3.5, but nothing for how to do this in BI 7.0...
    So does anybody know, how I can use external ABAP classes as "user exits" in BI 7.0?
    Thank you for your help!

  • Scaling factors for keyfigures

    Dear experts,
    my client requirement is like this:
    in the query out put , suppose we have 3 keyfigures. For keyfigures if i want to change the scaling factor from 10 to 1000 then it should refelct for all 3 keyfigures.instead of doing it for each individual keyfigure.Is that possible?.
    Let me know..
    Thanks

    Hi
    I don't think so it is possible. generally in the query out put u will get the context menu (properties)on key figure value.
    So scaling factor u need to define individually..
    Regards
    Veda

  • Scaling Factor

    Hi Gurus,
    If have a Key Fig Value in IC 230.
    it Report on Front End as 23000
    Means it is default multiplying with 100 while presenting
    This happens for all key figures
    Everting from peoperties i checked the y look fine.
    Hint : I think i need to adjust some table in background; can any one had such problem plz help me.
    Test system looks fine for same after i imported .
    Best regards
    KEERTHi

    Dear,
    Change the scaling factor in the query designer ....so that u can achieve this
    regards
    venu

Maybe you are looking for

  • How to Stop a BPM Process

    Hi, I have a scenario in which the BPM process went thru an endless loop. There was a logical flaw but the point is that there was no way to kill this process which was running through BPM . We tried RWB, BPM Engine Mointoring but with no success. In

  • I want to install a learn software that runs normally in windows?

    I am trying to instal a lern software for my kid on a mac that runs only on windows. is there a possibilty to download it and make it run?

  • Dynamicallycreate table

    hi, i want to dynamically create a table in my view with two columns: NAME, Address plz help. is there any pdfs for dynamic creation of tables? regards, ankita

  • Imcomplete hierarchy in bex query

    Hi Friends! I have a problem with hierarchy on 0COSTCENTER, the hierarchy is completely loaded into BW system (and is active), but when displays in query bex, cost centers are missing in the hierarchy (nodes and cost centers). Plaese some help!! Than

  • The question about flight instrument

    hello~~ i have some problem about which toolkit that have the basic six flight instrument i need that toolkit to know the information form the airplane the example is like the add file thanks for your help.... Attachments: six flight instrument.JPG ‏