BPC Hierarchy with child exclusion

Hi,
   Is there any way of buidling a BPC hierachy where some child nodes are for display purpose and should not rollup to the parent node? Also some child nodes should rollup with a negative value. I think we can maintain the negative rollup using Property but what about not rollingup  though displayed in the hierarchy?
Thanks
Raj

Hi Raj,
my experience told me if structure of hierarchy of dimension change let say entity that move from one legal to another legal company and still want that entity exist in previous year but not roll up again in next year. my point of view there is no better way by copying AppSet to another.
and if you problem is in one template that dimension won't roll up either template want to roll up why don't you just make it on another parenth hierarchy.. OR is shown on one template can you make it drop down list in excel  that differentiate the expansion of dimension you want to use it.
both hierarchy will shown up by your request, and the bad thing is there would be 2 master on CV.
hope helps.

Similar Messages

  • OBIEE11g - Hierarchy parent-child with a factable measure(poor performance)

    Hi
    I have a star model with a hierarchy parent child, joined to the fact table.
    Creating a new analysis, and adding the hierarchy column with any other field from any dimension (on selected columns or filters) all works fine, and the hierarchy displays every level very fast.
    But adding a measure from the fact table, the hierarchy performance drops dramatically and I have to wait 20-30 seconds to see each new level displayed.
    Taking a look at the SQL launched, seems to be all right:
    The measure is a COUNT(DISTINCT factable.field) and the group by is done by Parent,Child fields in the hierarchy table.
    Is there any other way to set up this hierarchy? Why the measures are reducing the performance?
    Any comment will be helpful.
    Thanks in advance.

    Try these
    Use Oracle Enterprise Manager (EM) URL to monitor end to end OBIEE real time performance: http://<server>:7001/em
    In Oracle Business Intelligence 11g, the perfmon URL is still valid to use i.e. http://<server>:9704/analytics/saw.dll?Perfmon
    Check these
    http://www.rittmanmead.com/files/biforum2012/ranka_performance.pdf
    http://docs.oracle.com/cd/E17904_01/web.1111/e13814/jvm_tuning.htm
    https://blogs.oracle.com/pa/entry/obiee_ibm_jdk_tuning_for
    Support note OBIEE 11g Infrastructure Performance Tuning Guide Doc ID 1333049.1
    If helps mark and update back :)

  • Hierarchial Structure with Child Parameter

    I have a query like this
    select child
    from t
    START WITH parent = 'DIV'
    CONNECT BY PRIOR child= parent
    when i give some parent value its fetching the entire structure from DIV parent.
    i need to restric the rows to some specific leaf. i.e i need a additional parameter called child where i will child value so that it have return only the row from that parent to given child.I dont need other trees.
    For eg DIV is parent for A, B ,C
    A is parent for D,E
    B is parent of F,G,H
    C has no child.
    If i give parameter DIV is parent and G has child i need only this hierarchy. this should return only two rows
    A and G
    Please let me know if i am not clear..
    Pls Help
    VInoth.

    Maybe combining the two hierarchies:
    SQL> with t as (
      2  select 'A' child, 'DIV' parent from dual union all
      3  select 'B' child, 'DIV' parent from dual union all
      4  select 'C' child, 'DIV' parent from dual union all
      5  select 'D' child, 'A' parent from dual union all
      6  select 'E' child, 'A' parent from dual union all
      7  select 'F' child, 'B' parent from dual union all
      8  select 'G' child, 'B' parent from dual union all
      9  select 'H' child, 'B' parent from dual
    10  )
    11  select t1.child, t2.lev
    12  from (select child from t CONNECT BY prior parent=child start with child='G') t1,
    13  (select child, level lev from t CONNECT BY prior child=parent start with parent='DIV') t2
    14  where t1.child=t2.child;
    CHILD                       LEV
    B                             1
    G                             2you can add a condition on LEV that is the level in the top-down hierarchy...
    But I think this could be slow...
    Max

  • Hierarchy with External Characteristics

    I have a request to create a hierarchy for a BEX query that is based on a combination of WBS Element and COORDER.  I see that I can change either of these InfoObjects to allow External Characteristics and I have done this. 
    This hierarchy is to show costs by Project Manager.  Each Project Manager can have many projects and each project can have many WBS Elements plus individual orders or nothing but individual orders.  I've built the hierarchy and it works in the query as far as how the results are displayed.  But I am only getting costs associated with WBS Elements not with orders.  (I should add that we do not post to WBS Elements, we assign WBS Elements to orders and we post costs to orders so WBS Element is an attribute of COORDER).
    For instance, one project manager could have 2 projects; Project 1 includes all orders associated with WBS Element 1 (so I assign the value for WBS Element 1 to a node); Project 2 includes all orders related to WBS Element 2 as well as Order 1 and Order 2 (which are assigned WBS Element 3 but I don't want all of the orders assigned to WBS Element 3 so I assing WBS Element 2 to a node, Order 1 to a node and Order 2 to a node).
    Here is what it looks like:
    1 0HIER_NODE PROGMGR1 (child ID = 2; next = 4)
    2 0HIER_NODE PROJECT1 (parent ID = 1; child = 3)
    3 0WBS_ELEMT 1 (parent ID = 2)
    4 0HIER_NODE PROJECT2 (parent ID = 1; child = 5)
    5 OWBS_ELEMT 2 (parent ID = 4, next = 6)
    6 0COORDER   1 (parent ID = 4, next = 7)
    7 0COORDER   2 (parent ID = 4)
    I get all of the costs for both projects that are associated with WBS 1 and 2 but none of the costs for the two orders not related to a specific WBS Element. 
    I have created a selection variable to use the hieracrchy when selecting the query results.  What is the point of assigning External Characteristics in a hierarchy?  I understand logically why my query doesn't select the costs associated with the orders since my hierarchy is based on WBS Element not order.  I've tried including the WBS Element associated with the individual orders in the hierarchy with the thought of restricting those particular nodes down to the specific orders in a structure in my query but I can't seem to figure that out either. 
    Can anyone give me any ideas on how to do this? 
    Thanks,
    Barb Bunker
    Puget Sound Energy

    Hello baRbaRa,
    How r u ?
    You have Kept the 0HIER_NODE for the PROJECT MANAGER. Will there be only one project manager !? Assuming you will have more Project Managers,
    0HIER_NODE
    |_ZPROJ_MGR
    ...|_ZPROJECT
    ......|_ZWBS_ELMT
    ......|_ZORDERS
    If you assign the WBS Element & Orders to PROJECT it should give the costs based on the PROJECT & WBS Element / PROJECT & Orders combinations.
    Is this you r looking for ?
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • Manage recursive hierarchy with BO

    Post Author: BreakingTaboo
    CA Forum: Publishing
    Does anybody know how to manage a recursive hierarchy with BO? Is there any operator such as the u201CCONNECT BYu201D clause in Oracle which allows the generation of a "transitive closure" (direct and derived child-parents relationships)? Or is there a modeling strategy that lets a flexible simulation of those particular dimensions?The following relations could help everyone understand the present situation:
        Zone (Zone_Id, Common_name, type ... ) Id is the organisational surrogate key    Set_Zone(Zone_Id, Parent_id); the relationships between a Zone and its parents    DT_Exetensions( Extenstion_Id, Zone_Id.....) Zone_id is a reference to the Zone Dimension
    As we don't know at design time the depth of a particular segment we don't use a fixed-depth hierarchy. The problem is in absence of SQLu2019s extensions any query that concerns a particular level should discard the records that belong to the lower one which prevents correct drilling operations. How could I force the Front-End tool to generate the proper SQL code? 

    Post Author: Rsoby
    CA Forum: Publishing
    I do the same thing I do when I have a lookup table that has multiple links to a fact table......
    Dup the table and give it an alias (if you are using business views - add the tablea second time and give it a name like ZONE_PARENT_TBL, if you are in CR when you select the table, then add it again, the wizard will throw a warning, and when you say yes it will add a second one and name it ZONE1 (if first was called zone) or you can rename it - now your good to go
    Rich

  • BO Webi report hierarchy with measure values showing more(almost double value) compare to BW Bex report

    Hi,
    In our BO Webi report hierarchy with measure values showing more(almost double value) compare to BW Bex report. Can any one please help on this.
    Is it BW problem or BO problem?
    I checked in some other threads but it's not given solution.
    Thanks,
    Manjunatha

    Hi,
    Is it BW problem or BO problem? : BO
    is it causing problem with hierarchly data only ?  without hierarchies data is matching or not?
    Post same in SAP BusinessObjects Web Intelligence  .
    Thanks.

  • How to create a hierarchy with postable notes

    Hi all,
    Please take e look at the following case:
    In BPS we want to make a planning on groups of FI-GL-accounts. For the grouping of the GL-account we make use of the Financial Statement functionality in R/3. With a BC DataSource (0GL_ACCOUNT_T011_HIER) this Financial Statement is imported in BW as a hierarchy on InfoObject 0GL_ACCOUNT. As said, we do not want to make a planning on the GL-account but on the groups, i.e. the nodes of the hierarchy. We think in this case we need a BW hierarchy with postable nodes and make the planning on the inner nodes of the hierarchy.
    So far so good, but when we execute the Manual planning  the system responds with “Hierarchy xxxx does not contain any postable nodes” Anyone has a clue? Did we forget something?
    Thx,
    Henk van der Haar.

    Hi Henk,
    For the hierarchy with postable nodes the nodes also have to be captured as characteristic values firstly. For more details refer to the document link below
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how to plan in bps using hierarchies with several characteristics.pdf
    Some useful threads also on the same.
    Hierarchy with Postable nodes
    Bbw hierarchy with postable nodes Disabled
    Hope it helps.
    Cheers
    Anurag

  • SM Portal display issue while creating incident classification with child items

    Hii,,
    We need to create some incident classification with child items. After creating classification with child items, portal is not showing the classification properly and the page display not showing properly. i.e. showing a block with drop down instead of simple
    drop down as same as for urgency. Please find the snapshot and suggest..
    Regards, Syed Fahad Ali

    The portal flattens those lists, so sadly this is normal behaviour. I would assume it sorts the list according to ordinal which means you may be able to atleast get a list in the correct order. 
    ex. Ordinal in paranthesis
    1. Hardware (1)
    1.1 Printers (3)
    2. Software (2)
    2.1 Windows (4)
    I would expect this list to be flattened into
    Hardware
    Software
    Printers
    Windows
    You see? In order to edit ordinal you would have to edit the list manually in XML. Tons of ressources on how to do that. 
    Cheers,
    Anders Spælling
    Senior Consultant
    Blog:  
    Twitter:   LinkedIn:
    Please remember to 'Propose as answer' if you find a reply helpful

  • Vendor Hierarchy with Pricing from Info Record

    Hi All,
    We are currently exploring configuration options available to use a 'Vendor Hierarchy' for price determination during Purchase Order processing - R/3 46C
    We also have a specific business requirement that requires our Vendor Hierarchy node prices be maintained in an Info Record (using a 'PB00' type condition type) rather than the 'LH01' and 'LH02' condition types used to maintain price conditions directly in the Vendor Hierarchy.
    Does anyone know if it is possible to combine a Vendor Hierarchy with pricing that is sourced from Info Record rather than the standard 'LH01' and 'LH02' Vendor Hierarchy pricing conditions in the standard system?
    Thanks,
    Ravelle
    References:
    <a href="http://help.sap.com/saphelp_46c/helpdata/en/12/08464f470311d1894a0000e8323352/frameset.htm">Vendor Hierarchy</a>
    <a href="http://help.sap.com/saphelp_46c/helpdata/en/12/084676470311d1894a0000e8323352/content.htm">Vendor Hierarchy - Purchase Order Pricing</a>

    A solution has not been identified...query closed.

  • How to built a hierarchy with flat file?

    Hi Experts,
    for a better representation of the report, i need to built a hierarchy with flat file.
    The Data load is via Flat file.
    Do you have some documentation about that?
    Thanks
    Cheers
    Gilo

    Hi Gilo,
       Check these docs...
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0403a990-0201-0010-38b3-e1fc442848cb">How to… Download a Hierarchy to a Flat File</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/fa/e92637c2cbf357e10000009b38f936/content.htm">Uploading Hierarchies from Flat Files</a>
    <a href="http://sapbwneelam.blogspot.com">More Docs...</a>
    Hope it Helps
    Srini

  • Problem in hierarchy with sap table

    One problem regarding tree hierarchy  with the sap bi table example zmaterial  which is  having  3 fields which should show as node and there data as sub node suggest me , how to do it I have look around the example but there are of simple node with string concept none of them is of sap table

    Hi Sarfaraz,
    Go throgh these example programs.
    WDR_TEST_TREE
    WDT_TREE_TABLE_BY_KEY
    and also go throgh this blog.
    Dynamic Tree in ABAP WebDynpro
    also check this wiki
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdabap/organization%2bhierarchy%2bin%2btree%2bstructure%2bas%2bf4%2bhelp
    Edited by: suman kumar chinnam on Oct 17, 2008 10:04 AM

  • Build Hierarchy  with nodes with ABAP for custom Infoobject

    Hi,
    Need to build hierarchy with nodes with abap for custom infoobject.
    Thanks

    Hi,
    Using information from:
    http://help.sap.com/saphelp_nw04/helpdata/en/fa/e92637c2cbf357e10000009b38f936/content.htm
    you can bulid flat file with hierarchy data and then load in into BW...
    Krzys

  • Hierarchy with filter

    1 question - how can I switch off all nodes, that doesn't included in hierarchy
    2 question - In a report I need to use  GL hierarchy with CoCode filter. I mean, that for some hierarchy nodes I use A,B an C Company codes, and for others - D & E. Is it possible by using standart BEx  functionality.

    Hi
    See some setting whether all unassigned nodes can be filtered out for your hierarchy display......all nodes without hierarchical presence can be placed under unassigned nodes
    GL hierarchy with CO code filter....Have your tried a restricted keyfigure...
    Regards
    N Ganesh

  • Hierarchy display child and parent nodes -- Urgent Please

    Sorry wrong forum
    Message was edited by:
            Shree Sunder

    I like ListAgg :D
    with RELATION(PARENT,CHILD) as(
    select NULL,'A' from dual union all
    select 'A', 'B' from dual union all
    select 'A', 'C' from dual union all
    select 'B', 'D' from dual union all
    select 'B', 'E' from dual union all
    select 'D', 'F' from dual union all
    select 'C', 'G' from dual union all
    select NULL,'H' from dual union all
    select 'H', 'I' from dual union all
    select 'H', 'J' from dual)
    SELECT ListAgg(child,'<-')
           within group(order by Level desc) as revPath
    FROM relation
    START WITH child = 'F'
    CONNECT BY PRIOR parent = child;
    revPath
    A<-B<-D<-F

  • Hierarchy with HIESID 2 and SVER  was not found

    Hello Experts,
    I am in dire need, as I need to change/add some authorizations.
    When selecting a hierarchy authorization to add, I receive the following error:
    "The hierarchy with HIESID 2 and SVER  was not found"
    this happens not only when I want to add an authorizations, but also when looking up existing ones and trying to access the authorization node.
    I have searched the forum and the guidelines but unfrtunately I did not find any helpful information.

    Found a note that can correct this:
    Note 1530624 - RSRHIEDIR_OLAP inconsistency,Deleted entries of INFOAREAHIER

Maybe you are looking for