Rates get aggregated on dynamic parents

I have a list of items in the child-parent relationship, in which parents are dynamic Calc. I calculate the values of the elements on the basis of the rate of the order of the day and their quantities. When I go to the parents point, quantities and values are aggregated which are logically correct, but rates are also grouped together what they should not. In fact they should on average of dynamic parents of the elements. Is it a good solution for that?

Hello

Yes, there is a solution. In the time dimension that contains the tag, you can do this with the time average balance (TBAverage).

In other dimensions, it is more difficult. I usually put the rate in technology accounts where end-users do not navigate. It is used for the calculation of the values in the Level0. It has a circumflex to aggregate not (I am always grateful to Oracle development to give this functionality for us). Then I create another Member with a visible form to users. This will be a formula that calculates the average of the aggregated values.

Kind regards

Philip Hulsebosch

www.trexco.nl

Tags: Business Intelligence

Similar Questions

  • Calculations of the rate of aggregation in essbase ASO SEEP cubes

    The question (limitation to ASO) we tried to find a solution/workaround. ON PBCS (Cloud)

    Details of the application:


    Application: type of ASO in cloud Oracle planning 11.1.2.3 (PBCS) application


    Dimension : Total 8 dimensions. Account to the dynamic hierarchy. Remaining 7 dimensional hierarchies Stored value. Only 2 dimensions have about 5000 members and others are relatively small and flat hierarchies.

    Description of the question of the requirement: We have a lot of calculations in the sketch that use amount = units * rates type of logic. The obligation is such that these calculation logic should apply only to the intersections of Level0 and then data resulted must roll up (down) to the respective parents across all dimensions. But when apply us this hierarchical logic / formula calculation to ASO, the logic(i.e.,amount=units*rate) of calculation is applied at all levels (not only the leaf level) of remaining dimensions. Here, rates are also numbers derived using the formula MDX.

    Some of the options explored so far:
    Option1: This is an expected behavior in ASO as all stored hierarcies are calculated first, then the dynamic hierarchies. So we tried to change the formula for each of the calculated members to explicitly summarize data at parent levels using algorithm as shown below.

    IF (Leaf Level combination)
    amount = units * rate

    Else / * for all levels parents * /.

    Use the function sum adding up the amounts between the children of the current members of dimension1, dimension2 and so on.

    End

    Result: Recovery works through the parents for a dimension. When the summary level members are selected in 2 or more dimensions, the recovery freezes.

    Option2: Change the type of hierarchy to group all the dimensions to "Dynamic" so that they calc after account (i.e. after amount = units * rate runs at intersections Level0).

    Result: Same as option 1. Although the aggregation works through one or 2 dimensions, it freezes when the summary level members are from many dimensions.

    Option3: ASO use custom Calc.
    We created a custom calc by fixing the POV Level0 members of any size and with the amount of formul = units * rate.

    Result: Calc never ends because the rate used is a dynamic calc with formula MDX (which is needed to roll forward rates for a specified period at all the following exercises).

    If you could get any help on this, it would be a great help.


    Thank you and best regards,

    Alex keny



    Your best bet is to use the allocation of the ASO, what difference does make. (one ton)

    There are a few messages blog out there that can help you meet this goal. (including mine), the trick is to create a member calculated with a NONEMPTYMEMBER in the formula

    Then it will be a member with an inside MDX formula

    NONEMPTYMEMBER units, rates

    Units * rates

    Now, make a copy of data (allocation) of this member-to-Member stored.

    http://www.orahyplabs.com/2015/02/block-creation-in-ASO.html

    http://camerons-blog-for-Essbase-hackers.blogspot.com/2014/08/calculation-Manager-BSO-planning-and.html

    Concerning

    Celvin Kattookaran

    PS I found NONEMPTYTUPLE does not and still used NONEMPTYMEMBER

  • How can I get rid of the parent login screen that keeps appearing on my son's computer?

    He accepts my login information but after some time he comes again, saying: "ask your Parent to sign in so control parental can get the last parameters.

    the program sees that I do to the green list no matter, that I am enrolled in or no updates.

    OS: Windows 7 x 64,
    security settings: only green list
    Thank you

    Hello

    To isolate the cause of this problem, can you please answer the following questions:

    -What is this error began to occur?
    -Have there been changes to the client of Windows Live family safety before this error?
    -Can you confirm please if you use the latest version of the Windows Live Family Safety customer? To check the version of the Windows Live Family Safety client you use, kindly sign parental control with the parent account, once connected client, click the icon of questionmark located at the top right of the customer and select On Family Safety.
    The current version is 15.4.3555.0308
    -Have you updated your client to get the latest settings that you changed on the Family Safety website?

    Thank you!

  • How to get the license dynamic foff key device rom Cascades/Native

    Hello

    In Java, you would do this after initialization the CoreModule;

    String lc = group.getProperty ("RIM_APP_WORLD_LICENSE_KEY");

    How to recover using C++?

    If this is not possible then second best how can I get the device id?

    A few months later, I thought again that and it close.

    Dynamics of the license is no longer available for BB10, the options are to apply yourself or to manipulate through payments in application.

    Feedback from BlackBerry can be found on JIRA here...

    https://www.BlackBerry.com/jira/browse/Tablet-429

  • Internal transfer rate gets stuck...

    my laptop (acer aspire 5749) gets stuck when I try to copy/move files.transfer speed also stuck... I reinstalled windows 7 home basic.even after that the problem remains.reinstallation take a & a half hour... Help please..!

    My problem has been resolved.

    I did a full format with Windows OS.
  • How can I get my computer password parental control

    How can you recover my password for the parental control computer. someone create a parental control password in my laptop.

    Hello

    I see that you want to delete or reset the parental control password. I'll help you with this problem.

    Parental control password is defined by someone with administrative privileges on the computer. You must contact that person to reset or remove the password.

    Refer.

    Set up Parental controls: http://windows.microsoft.com/en-US/windows7/Set-up-Parental-Controls

    I hope this helps.

  • Aggregation of dynamic string more than 4000 bytes in length. Oracle 11g

    Hello guys,.

    We use Oracle 11 g

    I have a problem with the concatenation of strings being too large. I looked around for a while
    and suggested customized functions (which is difficult due to restrictions in our db environment)
    or by using a clob data type. Now, I have not found a way how to use a clob with the method below.
    The number of lines I need to merge varies with each group IDNum so it must be dynamic

    -ORA-01489: result of concatenating string is too long

    SELECT LISTAGG (MYBIGTEXT, ',') IN the GROUP (ORDER BY IDNum) from ourtablewithbigtext;

    Thanks for the tips.

    You found a character in data that are not allowed in XML documents.

    See {message identifier: = 4076401}

    Try this:

    SQL> alter session set events = '19119 trace name context off'
    /
    session SET altered.
    
    SQL> select xmlelement("test",chr(0)) from dual
    /
    Error starting at line 3 in command:
    select xmlelement("test",chr(0)) from dual
    Error report:
    SQL Error: ORA-31061: XDB error: special char to escaped char conversion failed.
    
    SQL> alter session set events = '19119 trace name context forever, level 0x100000'
    /
    session SET altered.
    
    SQL> select xmlelement("test",chr(0)) from dual
    /
    XMLELEMENT("TEST",CHR(0))
    --------------------------------------------------------------------------------
    ?                                                                   
    
    SQL> alter session set events = '19119 trace name context forever, level 0x200000'
    /
    session SET altered.
    
    SQL> select xmlelement("test",chr(0)) from dual
    /
    XMLELEMENT("TEST",CHR(0))
    --------------------------------------------------------------------------------
    & #x0000;                                                            
    
    SQL> alter session set events = '19119 trace name context forever, level 0x400000'
    /
    session SET altered.
    
    SQL> select xmlelement("test",chr(0)) from dual
    /
    XMLELEMENT("TEST",CHR(0))
    --------------------------------------------------------------------------------
                                                                        
    
    SQL> alter session set events = '19119 trace name context off'
    /
    session SET altered.
    
  • getting and setting dynamic o-zone for flex graphics

    I am pulling data from an amfphp service for

    a series of charts. My client wants now to the fields of the chart and display data dynamically so that they can change the service with to break the charts.

    For example {month: "January", Flex: 39, Flash: 71.8, Photoshop:23.7},

    They would like to be able to change the names of software and cards would continue to operate without having to go into the code and change the yfield property.

    An example of code would be great. Thanks in advance.

    You can declare a string variable can be bound that you can use as a title in your axis:

    [Bindable]

    private var labelForAxis:String ="";


                   
               

    Whenever you change the string variable you label will also change.

  • How to get parents given a sheet in a recursive table

    I want to get a list of all parents associated with a sheet in a data table.

    The table has 3 rows id, description, parent.

    If I have the id of one of the Articles I want to get all of his parents, is there a way to get it with a select or connect before?

    Maybe

    Select substr (sys_connect_by_path (to_char (empno), ','), 2) parant_chain

    WCP

    where connect_by_isleaf = 1

    Start by empno = 7369

    connect by empno = mgr prior

    PARANT_CHAIN
    7369,7902,7566,7839

    Concerning

    Etbin

  • get dynamic SQL CLOB in PLSQL?

    Hello

    I need to call a function to get a clob in return, but the name of this function is dynamic. This means that I get a user input and depends on the name of the function to call.

    Problem is that this feature is also DML, so I can't do

      EXECUTE IMMEDIATE 'select function_name_'||version||' from dual'
    
    

    And I don't like the idea of

    if .. then return function_nam_1
    elsif .. then return function_nam_2
    elsif .. then return function_nam_3
    elsif .. then ...
    
    

    So I think to use the DBMS_SQL package.

    But what this part would look like exactly?

    create or replace function  execute_fkn_test(version number, p_input varchar2) return CLOB is
    -- does the SQL string need a change?
      v_sql varchar2(1000) := ' declare v_return_clob clob; begin v_return_clob:= test_function_'||version||'(p_param => '||p_input ||' ); end;';
      v_dummy INTEGER;
      v_result CLOB;
    BEGIN 
      EXECUTE IMMEDIATE v_sql;
      -- what to write here to get v_return_clob from dynamic SQL into v_result?
    return v_result;
    END;
    
    

    Good bye

    DPT

    I don't know the reason for this design, but to answer your question from the academic point of view: you must use bind variables, like this:

    create or replace function execute_fkn_test (version number, p_input varchar2) return clob

    is

    v_sql varchar2 (1000): = ' START: 1: = test_function_' | TO_CHAR (version) | "(p_param =>: 2); END;';

    CLOB v_result;

    Start

    execute immediate v_sql using the v_result, in p_input

    Return v_result;

    end;

  • Do not get Images dynamically in RTF

    Hi all

    I'm trying to get the images dynamically by placing images at the top of the OA_MEDIA. It works fine when I hard-code, it's the syntax I used.

    URL: {concat (' ${OA_MEDIA}', ' / ',' RD.)} (JPG')}

    to get dynamically, I created column (IMAGE_FILE) formula in rdf and get the value 'Rd. JPG' hardcode in the formula column. but the image is displayed not in the output, it's the syntax I used

    URL: {concat('${OA_MEDIA}','/',IMAGE_FILE)}

    Please help solve this problem.

    Thank you
    Rajesh

    Post here your xml code.

  • Parent - child data transfer problem

    Hello

    Hyperion - 11.1.1.3 application version.

    We transferred data Essbase from application to application of planning by ODI. All data is updated.

    When we checked the planning application, the data is not transferred for a specific account and this parent account has only one child. The child has correct data as similar to Essbase.  But Parent has no data, and he demonstrated "#Missing." I don't see this problem for other parents where these parents have many children.

    Please could you help me solve this problem.

    Thank you

    Michel K

    Make sure your members data storage is NeverShare and not stored.

    Or if there is no aggregation or the parent is supposed to be dynamic calc, make sure it is set correctly.

    Also open your contour EAS to ensure that it is not something unexpected like a formula on the parent.

    See you soon

  • dynamic backgrounds

    How can I get the most dynamic backgrounds such as those added by default, I'm not for direct background applications I'm looking for those who are as default and is it possible to make your own.

    Thanks in advance.

    Hello. You can use any Photo as wallpaper. Simply view the photo then tap the send box with up arrow. Wallpaper is one of the options.

  • changed email pop - up that appears 'ask your parent to sign' the field ID is prérenseigné will not allow new address

    I had to change my email, now a pop up keeps appearing saying 'ask your parent to sign in so family security can get latest settings '.  Parents field Windows Live ID is prérenseigné with my old email address and doesn't let me get into my new address.  What can I do to stop this irritating pop up?

    Hi bobwilsie,

    Since you have changed your email address, please uninstall the parental controls on your computer. That would eliminate the information for your old email on parental control. Please follow the steps in this thread:

    How to uninstall Windows Live Essentials

    If you still want to use Family Safety to manage your children's accounts, you can download the latest version here:

    Windows Live Essentials 2011

    After installation, you can follow the steps described in this article to set up parental controls on your computer:

    Protect your kids with parental controls

    Thank you!

  • Event loop Timeout rates

    Hello - I have a loop of events with a Timeout of 50ms at that time, my target hardware is queried for the data via a USB interface, and the resulting data are plotted on a xy chart. The refresh rate is good, nice, but whenever I click on a façade (a drop-down list or a Boolean) element, the update rate gets VERY QUICKLY as long as I keep the mouse clicked. I'd love to have this refresh rate improved during normal operation, but can't seem to understand why it's happening, and how I might be able to encourage him. CPU load is not impacted significantly while the refresh rate is improved.

    Thank you

    -Ted


Maybe you are looking for