Summarize across hierarchies

Hi
I am implementing a web report where I need to show purchased materials for each sold-to party. This means that all the result rows show result numbers per sold-to party. But I also need result numbers per material (not displayed, but to use in a formula). The problem is that the numbers I need to summarize per material come from a formula, and this means that I can't use 'Constant selection'.
Any suggestions?
All help appreciated.
Tove-Mette

Hi OracleDRM
Thanks for your response. I'm trying to use Country and Currency related attributes in other hierarchies as i have to establish a relationship between the hierarchies.
So if i change a currency or country it should automatically reflect in other hierarchies where it (property) is being referenced.
Node names are not the same (for example, EUR for currency as a node name and BE for country as a node name). Both hierarchies are flat lists rolling up to a top node. But i want one of the properties (Currency ID and Country ID) from each hierarchy to be referenced in other hierarchies like Business Unit for example.
i don't want to maintain values locally for every hierarchy. Am looking for a solution where i can maintain Country and Currency properties i'm trying to reference in other hierarchies as master lists.
I tried to define the property i'm referencing in other hierarchies as Global Node but it didnt work (cos the node names are not the same).
Any ideas?
Thanks

Similar Messages

  • Accessing properties across hierarchies in a version

    Dear all
    Can someone tell me if there is a way to access property values in a hierarchy from another hierarchy?
    I'm trying to access a property value in a different hierarchy from my current hierarchy.
    In essence i'm trying to pick up the value automatically from another hierarchy and display it in my property attached to my current hierarchy (trying to establish a relationship).
    Both properties have been defined as local and values have already been populated for the nodes in the hierarchy i'm trying to reference.
    I tried various ways like defining properties as global nodes once for each hierarchy as a test but nothing works.
    i want the changes made to a node property in a hierarchy to be reflected automatically by another node property in another hierarchy.
    This is quite urgent. Appreciate your help in this matter.
    Many Thanks
    Vij

    Hi OracleDRM
    Thanks for your response. I'm trying to use Country and Currency related attributes in other hierarchies as i have to establish a relationship between the hierarchies.
    So if i change a currency or country it should automatically reflect in other hierarchies where it (property) is being referenced.
    Node names are not the same (for example, EUR for currency as a node name and BE for country as a node name). Both hierarchies are flat lists rolling up to a top node. But i want one of the properties (Currency ID and Country ID) from each hierarchy to be referenced in other hierarchies like Business Unit for example.
    i don't want to maintain values locally for every hierarchy. Am looking for a solution where i can maintain Country and Currency properties i'm trying to reference in other hierarchies as master lists.
    I tried to define the property i'm referencing in other hierarchies as Global Node but it didnt work (cos the node names are not the same).
    Any ideas?
    Thanks

  • OLAP on 11g and Materialised Views with Multiple Value-Based Hierarchies

    Hello OLAPians
    I am trying to setup Orable BIEE to report on an OLAP cube with pre-aggregated data. As OBIEE is not able to hook into the OLAP directly i have to create an SQL cubeview.
    Currently i am on a 10g OLAP environment and am using the oracle sample SQL cubeview generator to create an SQLview of my cube.
    The cube itself has multiple dimensions and these dimensions have multiple VALUE-based (ragged) hierarchies and dimension members can be shared across hierarchies also.
    Initially i had a problem running the view generator plugin because there is a bug within it that does not finish if there are multiple value-based hierarchies present. I was able to get around this by manually editing the limitmap for the cubeview and manually creating the SQL view.
    The question that i want to ask is how robust is the 11g materialised views with multiple value-based hierarchies and the sharing of dimension members across different hierarchies?
    Has anyone successfully been able to create a cubeview and import it into OBIEE without the hassle of manually editing the limitmap?
    A problem arises with the value-based setup whereby if the client creates a newer depth in the ragged hierarchy, i need to manually create the limitmap and the cube-view over again, and then re-map the BI Administration mappings.

    The simple answer to your question,
    how robust is the 11g materialised views with multiple value-based hierarchies...?is that materialized views are not supported on top of value-based hierarchies in 11g. The reason is that it is not possible to write a reasonable SQL statement that aggregates a fact over a value-based hierarchy. Such a SQL statement is necessary if we want to create a rewritable MV on top of the cube.
    But I suspect this is not what you are really asking. If you are trying to set up OBIEE on top of the cube in 10g using the view generator, then you will probably want to use the "ET VIEWS" that are generated automatically in 11g. These are generated whether or not you enable materialized views on top of your cube. I am not aware of any issues with the generated value-based hierarchy view support in 11g. Members may be shared between value hierarchies and you will not need to generate or modify limit maps.

  • Query selected levels of multiple hierarchies of one dimension

    Hi to all.
    I have created through AWM 11 a customer dimension with two hierarchies as follows.
    SLM_HIER: All Customers -> Salesman -> Customer
    GEO_HIER: All Customers -> State -> City -> Customer
    I have also created a SALES_CUBE (measures: QUANTITY, VALUE, aggregation: SUM) that is dimensioned with Customer dim.
    I'm using OBIEE to query the OLAP engine (through the relational views that AWM created automatically). I have followed the OTN OBE tutorials.
    I would like to have the following query on the cube:
    Give me QUANTITY where SALESMAN=S1 and CITY in ('Athens','Rome').
    Is it possible to have such a query? As far as I understand there are no ready aggregated data for selected levels of both hierarchies.
    Thank you very much.
    Chris

    I think OBIEE would also give you your answer from OLAP.
    This query has filters defined from both the hierarchies and hence OBIEE would (should) automatically service this query from the highest common level b/w the hierarchies (in this case: base/leaf level - Customer). As a result of this, if CUST is your Customer dimension, OBIEE (at least, the older style of obiee modeling with olap) would introduce the security filter CUST_LEVEL = 'Customer'. Granularity of the resultset returned would be per individual Customer. 1 record per Customer satisfying the criteria SALESMAN='S1' and CITY in ('Athens','Rome').
    Ideally you should include the Cust Id, Quantity columns in your obiee answers report and use an internal answers object/view like a Pivot View to hide Customer details column and get a localized aggregation performed over the resultset returned from OLAP to get the consolidated Quantity. Answers table has data at Customer level, Answers Pivot can show the required result.
    Note1: The Cube cannot have this result pre-calculated since its a contradictory combination of filters across hierarchies. Level specific aggregate values calculated (or pre-calculated) in the cube for Salesman level (h1) would contain Customers from all cities (h2) and similarly City level (h2) Aggregates would contain Customers of all Salesmen (h1).
    Note2: I believe OBIEE modeling with OLAP suffers from some issues relating to multiple hierarchies (e.g: if you have filter from non-default hierarchy CITY in ('Athens','Rome') alone, i think it would still fetch the results from lowest common level Customer instead of from City level directly).
    HTH
    Shankar

  • Formulas in account dimension with multiple hierarchies

    Hello all,
    I am having troubles with finding the exact syntax for a formula in an account dimension that has two hierarchies:
    - I have two parent accounts in H1 (accountA and accountB)
    - I have one account in H2 that has to add up accountA and accountB
    It was easy in V4, the formula would just say: accountA+accountB
    Does anyone have the exact syntax for me in V5?
    Some extra info:
    - SAP BPC version: 5.1sp2
    - SQL 2005
    - I know that dimension formulas have a problem with performance, but believe me, in this case this, it is the only way
    Hope someone can help me,
    Alwin

    Alwin,
    There should be formulas in the MDXlib.lgl that look like the following examples:
    *Function Hir1_P(%Arg%)
         iif(AccountL.H2.CurrentMember is [AccountL].[H2].[All AccountL.H2] and AccountL.H3.CurrentMember is [AccountL].[H3].[All AccountL.H3],%Arg%, rollupchildren(AccountL.H1.currentMember,"+"))
    *endfunction
    *Function Hir2_P(%Arg%)
         iif(AccountL.H1.CurrentMember is [AccountL].[H1].[All AccountL.H1] and AccountL.H3.CurrentMember is [AccountL].[H3].[All AccountL.H3],%Arg%, rollupchildren(AccountL.H2.currentMember,"+"))
    *endfunction
    *Function Hir3_P(%Arg%)
         iif(AccountL.H1.CurrentMember is [AccountL].[H1].[All AccountL.H1] and AccountL.H2.CurrentMember is [AccountL].[H2].[All AccountL.H2],%Arg%, rollupchildren(AccountL.H3.currentMember,"+"))
    *endfunction
    *Function Hir1(%Arg%)
         iif(AccountL.H2.CurrentMember is [AccountL].[H2].[All AccountL.H2] and AccountL.H3.CurrentMember is [AccountL].[H3].[All AccountL.H3],%Arg%,Null)
    *endfunction
    *Function Hir2(%Arg%)
         iif(AccountL.H1.CurrentMember is [AccountL].[H1].[All AccountL.H1] and AccountL.H3.CurrentMember is [AccountL].[H3].[All AccountL.H3],%Arg%, Null)
    *endfunction
    *Function Hir3(%Arg%)
         iif(AccountL.H1.CurrentMember is [AccountL].[H1].[All AccountL.H1] and AccountL.H2.CurrentMember is [AccountL].[H2].[All AccountL.H2],%Arg%, Null)
    *endfunction
    These are functions that may be used to aggregate the values in version 5 across hierarchies.  I don't think you need them all, but I included the set I have in a current application. 
    I hope this helps.
    Petar

  • AIA support for multiple brands implemented in multiple instances of Siebel

    Good Day!
    I would like to ask whether AIA has the capability to support multiple brands in terms of multiple instances of Siebel and BRM.
    I have a client wherein they have a scenario of:
    1.) To launch 4 different brands which contain multiple services and it has been decided that anything that holds customer specific data should be all in a separate instance (which would cover SIEBEL, BRM etc.)
    2.) It is also a plan to have systems which only contain transactional data (mainly transient information) to have a central deployment platform (This would typically include OSM and AIA)
    I've heard that this is possible with AIA but with heavy customization is required to be done. In case for customization, are there any white paper / documentation which talks about this?
    So to summarize, here are the key questions:
    -- Support of AIA to integrate multiple instances of Siebel, multiple instances of OBRM and single instance of OSM
    -- Does AIA PIPS (mainly O2C, AABC) support data models (account, subscription, etc.,) of different services like 2G, 3G, LTE and Enterprise
    -- Does AIA support more than 2 level hierarchies
    -- Does AIA support charge redirection within the hierarchy
    -- Does AIA PIPS support different MACD scenarios like suspend, resume, account movement within & across hierarchies especially for Enterprise Services?
    Regards,
    Jeff

    First off - Have no knowledge of ERPi - Just googled it.
    If its any help, we have multiple instances of EBS on the same box, we have seperate DWH (and ODI Work / Master Repos) environments aligned to these instances. An ODI Agent can only communicate with one ODI Work repository, hence we have Multiple Agents so we can use the EBIZ -> DWH pairs simultaneasouly.
    Maybe someone will come along and tell us how it could work differently, until then - its works for us!

  • Percentage Variance calculation problem

    Hi experts,
    I have report with following scenarios:
    <h3>Account Name---ActualBudget---Variance --Variance Percentage </h3>
    Account Level 1______3400_______5200____-1800______________X
    -Account Level 2______2200_______4200_____-2000______________XX
    --Account Level 3______1000_______2000_____-1000_______________-50
    --Account Level 3______1200_______2200_____-1000_______________-45.45454545
    -Account Level 2______1200_______1000_____200________________XX
    This is how the report is now displayed. I have done a Hierarchical Grouping of database field (Field Account). Here the Actual and Budget columsn are the summary fields with "sum" and the Summarize across hierarchy checked.. The formula for Variance Percentage is
    if Budget =0 then 0
    else  ((Variance/Budget)*100)
    Now, all the output is displayed in Group Header. The problem here is the calculation of Variance Percentage of Levels above Level3 i.e. Level 2 and Level 1. Level 2 percentage should be the calculation of (Variance / Budget ) *100 of that Level only i.e. Level2 and same should be the case for Level 1. When I apply the summary field on this column, the percentage calculation is all wrong as the Level 2 will be sum of Level 2 variance percentages which is not correct output.
    I need a solution to this quickly.. if some more clarification is required please reply to this post..
    Thanks

    Don't use a summarized field. Instead create a formula field
    Right Click on the formula field which will be there in your Field Explorer --> Select New --> Provide the name for your formula field in the text box shown
    and put the condition there like
    if {test.Budget} =0 then 0
    else  (({test.Variance}/{test.Budget})*100)
    Once formula field is created place in the desired location where you need to show the Variance Percentage.
    Hope this helps!

  • Am I allowed to make a commercial game? What if I keep the game in beta phase? :)

    Hello,
    My question:
    Am I allowed to use Cirrus with a commercial game?
    Am I allowed to use Cirrus with a commercial game if I stay in beta phase?
    My fun theory:
    I've always been a fan of p2p.  I think we haven't entered the golden age of P2P games yet.
    People always look at P2P as "Oh, I'll save on server costs"
    Here is a really neet trick though:
    If you packet shape a melee game, you can do things like "Update distant players less often", which means you can have more players overall.
    Theory goes like this: If a player is 20 seconds away from you even if you both head towards each other, then you only have to send data once every 19 seconds or so.  If you have an action game which needs 50ms pings, you can save those for players really close.  I've done the math on this stuff, if you have a melee game, and everyone has 640k upload, you can handle like 5000 players at once.  Imagine Tekken with 5000 players at the same time...
    Another fun theory:
    I believe you can simulate a server node on Cirrus.  Designate a certain IP in your peers that is the server.  The server itself is a peer, but peers will send it requests occassionally(login, request friends, request inventory, etc).  The peers will know which one is the server because they're hardcoded with the correct IP
    Even better:
    For debugging purposes you do not need a computer with a static IP, just create a peer that will respond to a certain code and identify itself as a server.  Everyone knows this is easy to hack(decompile .swf and say it is a server), but you don't normally attract hackers in your first few people playing your game who are out to help you
    My goal:
    I plan on making a server node which looks and feels similar to classic Battle.net or IRC if you will.  You find/chat with people.  Then you form a party and play.  Or perhaps you simply click: Join Autogroup.  It will have login/password creation, and maybe password recovery once I link in a SMTP server to AS3.  I think if you have registration + login, you're set...  Actually maybe I'll just integrate with Facebook and let them deal with logins and stuff.

    You dont have to download anything, just duplicate the current tab and reset your numbers. (tap the tab once and you get a choice of duplicate or delete.) You could then summarize across tabs if you liked.
    It is just set up as a way of tracking a period, your choice of duration.
    I get paid on the 1st and 15th, with distinct budgeting concerns for both periods (times are tight.). So we would do one for each two weeks to see how we did. Maybe double the budget numbers to get monthly numbers on another tab to track that month. Maybe then  copy paste that data into a YTD tab at the end of the month.
    Whole bunch of ways to handle it. You dont have to stick with month by month tabs or files. Using some creative thinking, You can make it so on the YTD tab you type in a month or quarter and it shows that information through equations.
    Jason

  • Do surrogate dimension keys duplicate data in the AW?

    According to AWM, level-based hierarchies must have unique dimension values across hierarchies (correct me if this is not accurate).
    So a dimension with two or more hierarchies that share common leaf-level dimension members will essential duplicate (or triplicate) that member in the analytic workspace,
    Does this then mean that data for a 'single' dimension value gets written to three separate surrogate dimension values in the AW cube?

    All these 3 hierarchies are level based hierarchies and hierarchies 2 (P&L) and 3 (BS) are subsets of main hierarchy 1 (TB).
    There should not be any duplication if you use generic level identifiers for the levels of the hierarchies instead of using the actual member names which (kind of) represent the levels.
    Try
    TOT level for "Total" in Main hierarchy
    ELEM level to represent the generic level containing members: "Profit" and/or "Balance Sheet"
    => Use level to represent L2 in Main containing "Profit" and "Balance Sheet"
    => Use level to represent L1 in P&L containing "Profit"
    => Use level to represent L1 in BS containing "Balance Sheet"
    LEAF level to represent the leaf level in each hierarchy
    => Use level to represent L3 in Main containing "Gross Profit", "Expenses", "Assets" and "Liabilities"
    => Use level to represent L2 in P&L containing "Gross Profit" and "Expenses"
    => Use level to represent L2 in BS containing "Assets" and "Liabilities"
    3 Hierarchies
    Main: LEAF -> ELEM -> TOT
    P&L: LEAF -> ELEM
    BS: LEAF -> ELEM
    There wouldnt be any duplication in this case.
    In fact the Profit member in Main hierarchy and Profit Member in P&L hierarchy would be the same in all respects (All attributes including Name, Desc, Fact Value stored against the member). The front end or UI will not be able to distinguish b/w the member in different hierarchies w/o regard to the context of the report and/or additional reporting metadata.

  • Keep the entering data in korean or english which user selected.

    Dear all.
    An user enter the data into the form in Korean in the second column. Then
    move next field of second field, a character is changed in English again automatically.
    how to keep the character set which user selected.
    Thanks.

    You dont have to download anything, just duplicate the current tab and reset your numbers. (tap the tab once and you get a choice of duplicate or delete.) You could then summarize across tabs if you liked.
    It is just set up as a way of tracking a period, your choice of duration.
    I get paid on the 1st and 15th, with distinct budgeting concerns for both periods (times are tight.). So we would do one for each two weeks to see how we did. Maybe double the budget numbers to get monthly numbers on another tab to track that month. Maybe then  copy paste that data into a YTD tab at the end of the month.
    Whole bunch of ways to handle it. You dont have to stick with month by month tabs or files. Using some creative thinking, You can make it so on the YTD tab you type in a month or quarter and it shows that information through equations.
    Jason

  • AWM - error duirng maintain dimension process

    I get the following error when selecting the maintain option on the product dimension (PROD):
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>
    INI: XOQ-01711: Aggregation path for hierarchies on a dimension "PROD" is inconsistent, Generic at TxsOqStdFormCommand::execute
    I am running awm11.1.0.7.0B on db version 11G 11.1.0.7.0.
    Any ideas on what this means?
    Thanks,
    Frank
    Edited by: bmwrider on Sep 18, 2009 11:54 AM
    Edited by: bmwrider on Sep 18, 2009 11:57 AM

    The error indicates that there are some loops in your hierarchy (e.g: circular loop within same hierarchy) or inconsistencies in the definition of a specific member across hierarchies (e.g: each hierarchy is well defined on its own but one or more members of the dimension, present in multiple hierarchies, are defined inconsistently, in terms of its descendants, across hierarchies).
    If you have enabled the create dimension Materialized View option, try disabling it and rebuild/maintain the dimension. The build process for the dimension with "create MV" option enabled enforces stricter data quality checks than if this option is disabled (dimension MV not required/not created/not used for Query Rewrite).
    Also see links:
    [Thread: problem maintaining cube |http://forums.oracle.com/forums/thread.jspa?messageID=3507124&#3507124]
    [Thread: Error while populating Dimension |http://forums.oracle.com/forums/click.jspa?searchID=-1&messageID=3270334]

  • SCCM client re-assign

    Hi,
    We have two primary SCCM 2007 sites managing over 7K clients. for one of primary server performance issue, we want all clients to be managed by single primary site.
    By moving boundaries from ABC to XYZ site, do you think that client will assign to XYZ site automatically? or we have to manually assign clients from ABC to XYZ site?
    Note:
    - Client push not enabled.                                                                                                                                                
    - Active directory schema extended.
    Thanks in advance....!

    No they won't. Client's never automatically reassign themselves to a different primary site.
    Are the sites in the same hierarchy? If so, then you can send a script to them to assign them:
    http://msdn.microsoft.com/en-us/library/cc146558.aspx
    If they are not in the same hierarchy, your only supported choice is to deploy the agent again:
    http://blogs.technet.com/b/configmgrteam/archive/2009/04/09/reassigning-a-configuration-manager-client-across-hierarchies.aspx
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Remote Site Code change

    Does anyone know of a trick to get the SCCM Client Center (by Roger Zander) to change the site code on a remote system?  I change the site and click the blue save floppy disk icon, and no errors but it doesn't work.  I found a VBScript
    example that does it on the local system but can't get that to work unless I use PsExec.
    Ideally I'd like to change the site code for amultiple systems in a list, rather than one at a time.  Any suggestions? 

    Is the site code for a site in the same hierarchy or a new one? If it's in a new hierarchy, chaning the site code of a client will fail because the client des not have the trusted root key for the new hierarchy:
    http://blogs.technet.com/b/configmgrteam/archive/2009/04/09/reassigning-a-configuration-manager-client-across-hierarchies.aspx.
    If it's the same hierarchy, you need to look at the client log files to figure out what is going wrong, specifically LocationServices.log.
    For a script to change the site code en masse, you should be able to use the one posted in the last entry in this thread:
    http://social.technet.microsoft.com/Forums/en-US/configmgrsetup/thread/90272410-19d8-4bb7-8ad1-fc9ff53aff72.
    Jason | http://myitforum.com/cs2/blogs/jsandys | http://blogs.catapultsystems.com/jsandys/default.aspx | Twitter @JasonSandys

  • DRM Alternate Hierarchy Best Practice

    What procedures and best practices are suggested for implementing Alternate Hierarchies for DRM reporting purposes?
    Thank You.

    In two ways you can set up alternate hierarchy in DRM
    1) Across the hierarchies but within same version (Linked Nodes)
    2) Within the hierarchy (Shared Nodes)
    Insert and AddInsert actions in DRM will let you to create shared hierarchies either within Hierarchy or across hierarchies.
    If you are creating shared hierarchies across the hierarchies you don't see suffixes such as ":Shared-001" at the end of node but if you are using Insert within the hierarchy then you will suffixes, to have second one implemented first you need turn on one system preferences "SharedNodeMaitainanceEnabled".

  • Is the personal budget template monthly or yearly?  I am entering data for Jan.  How do keep track of Feb? Do I have to make a whole new budget?  If not, the formula adds expenses in a category together which would mean Jan. and Feb. would be added togeth

      I think the personal budget template is a monthly budget and I have Jan. set up.  When it is Feb., do I have to download a new budget?
    Also, there is a pie chart and all the pie chart has 6 colors.  If you have more than 6 categories, the colors repeat.  Is there a way to, for instance, assign 10 different colors when you have 10 categories so you will have an accurate pie chart?
    I am using an iPad and Numbers app.

    You dont have to download anything, just duplicate the current tab and reset your numbers. (tap the tab once and you get a choice of duplicate or delete.) You could then summarize across tabs if you liked.
    It is just set up as a way of tracking a period, your choice of duration.
    I get paid on the 1st and 15th, with distinct budgeting concerns for both periods (times are tight.). So we would do one for each two weeks to see how we did. Maybe double the budget numbers to get monthly numbers on another tab to track that month. Maybe then  copy paste that data into a YTD tab at the end of the month.
    Whole bunch of ways to handle it. You dont have to stick with month by month tabs or files. Using some creative thinking, You can make it so on the YTD tab you type in a month or quarter and it shows that information through equations.
    Jason

Maybe you are looking for

  • Help on ftpClient

    Hi there, I am a Oracle Developer and I would request your help in using ftpClient. I am using following code for ftping files and then deleting them from the ftp server. import java.io.*; import oracle.sql.*; import java.io.IOException; import sun.n

  • Error during creation of  Planning Version in SAP - ICH

    Hi All, I'm working on SAP-ICH, in that i tried to create planning version after creating the planning model but the system is giving information " General error in model/planning version management " . Could you please tell me the reason why this is

  • Purchasing Vendor During MIRO

    We have implemented partner functions, linking a purchasing vendor with an A/P vendor, using standard functionality. In testing, A/P reports that they are currently able to enter the invoice against the purchasing vendor as well as against the A/P ve

  • Poor Print Quality - Acrobat 7 Standard

    Trying to print several PDF drawings to a Canon ir2880 network printer and the lines come out choppy and any text is unreadable.  The printer has a post script driver, up to date.  Has anyone else come across this problem? It only occurs with PDFs.

  • AutoScrolling of PanelLayout and setting Location of dynamically created controls

    Hi, I have a question related to setting Location of dynamically created controls when my PanelLayout is scrolled down or up. So basically I have wrote a code that lets me drag on control over other other and replace their's locations. So I wanted to