NEVER(^) consolidate operator is consolidating to its parents

Hello All,
I have a BSO cube and when the aggregation operator is changed from IGNORE (~) to NEVER (^) .  the aggregated values along other dimensions like Entities is not deleted despite running an aggregation after making this change.
Appreciate your input.

TimG Will the SET AGGMISSG work if we change the property of a member to "Never Consolidate"?
I think it will just ignore when a member with "Never Consolidate" occurs. Worth to test it out
If the SET AGGMISSG On does not work, You can write a simple script to FIX on that particular member (Which has Never (^)) and then do CLEARBLOCK UPPER;
Regards
Amarnath
http://amarnath-essbase-blog.blogspot.com

Similar Messages

  • Do essbasse ASO applications support never consolidate(^) operator?

    I do not want Tax Rate measure to be aggregated accross any entities, I have assigned never consolidate operator on this member. Though it is being rolled up to parent members across Enity dimension members.
    I few forum I have found that never consolidate operator(^) is not supported and there is no clear explanation on this.
    Do essbasse ASO applications support never consolidate(^) operator?
    Thanks
    Vijay

    There was a discussion on network54 and TimG did some testing on it.
    So to answer the question
    Can you add a member with ^ in ASO, yes you can add it.
    Will it behave like BSO ^ no it just behaves as "~". We might need a documentation update saying it won't work in ASO (How can never consolidate work on a consolidation cube!!!!)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Never Consolidate operator (^) Missing in BSO app

    Hi Guys,
    I've got a BSO application with a measures dimension and I'm trying to set a % measure to never consolidate (^), however, I can only see (+,-,*,/,%,~). What is the prerequisites for using (^)? why cant i see the ^ operator?
    Thanks,

    TimG this remided me the discussion that we had on ASO never consolidate. So I  went and looked at an ASO outline and it is there in the dropdown, however it is not in BSO. (Maybe it got switched )
    Regards
    Celvin
    http://www.orahyplabs.com

  • ^ operator (Never Consolidate)

    Hi All,
    I'm using Hyperion Essbase 9.3.1.. I've used ^ (never consolidate) in some of my dimension members like rates so that they won't be added across dimensions. Am I right? It worked before. It just returned 0 for the totals which was my expected result. But now, I noticed that it wasn't working anymore. The rates add-up even after setting its consolidation operator to ^. I don't have any idea why. Does anyone know how to resolve this? Btw, its storage type is store only.
    Thanks in advance.
    Sam

    sam wrote:
    Hi All,
    I'm using Hyperion Essbase 9.3.1.. I've used ^ (never consolidate) in some of my dimension members like rates so that they won't be added across dimensions. Am I right? It worked before. It just returned 0 for the totals which was my expected result. But now, I noticed that it wasn't working anymore. The rates add-up even after setting its consolidation operator to ^. I don't have any idea why. Does anyone know how to resolve this? Btw, its storage type is store only.
    Thanks in advance.
    SamHi Sam,
    Please use tiled operation (~) to ignore the consolidation of a member.....after changed please reload the data and check..
    Regards,
    Prabhas

  • Data at base level not consolidating to the parent entity

    HI All
    I have an issue with data which exisits at the base level but do not consolidate to its parent entity.
    For example,
    2000
    2001
    2002
    2003
    Here only 2002 has data, but that is not appearing at 2000. I have checked the accounts and there we have set the IsConsolidated property.
    The consolidation happens for other entities like 1000 & 3000. The problem is only with 2000.
    Has anyone come accross this before and what is the best way to fix this?
    Thanks,
    Appu

    Is it possible that you have not activated consolidation of the entities for the period you want to consolidate? Check out the Ownership Management screens for the entity 2000. Are all child entities set to Active? Is the proper Method set? Is the PCON = 100?
    Also have you tried to select one of the child entities (e.g. 2001) and run the Force Calculate Contribution? What does this entity return at the +[Contribution]+ level?

  • Transfer Focus From a Child Dialog To its Parent Frame

    Hi
    I m working on a Multimedia Desktop Application. I have done alomst 90% of work. Here I have a problem to transfer focus from a Child Dialog to Parent Frame. Remember the whole applicatio does not use Mouse every thing is handled on key events. So I required to transefer the focus from a Child Dialog to its Parent Frame from key board. I also cant use ALT+TAB because
    1- Child is a dialog
    2- This is a Multimedia Application which will be deployed For TV production and can't allow any Computer
    Components to be viewable.
    So I want only key press to transfer the focus between Child and The Parent.
    Thanks.
    Khurram

    First u tell me what do u do on the forumI answer questions - when I know the answer.
    I give advice on how to use the forums efficiently so you get the best chance to have your question answered and you don't waste other peoples time.
    And the post-URL you mentioned, was mistakenly submitted two times.Then respond to your own thread saying you posted it twice by mistake.
    any ways I did never see any article posted by you, nor the solutions on the other's posts by you. you just made comments on others posts.which only goes to prove that you never bother to search the fourm before you post a question.
    and please let others try to review on my problem.others can still reply

  • How to set the horisontal offset for a node relative its parent in JTree?

    When using large icons for nodes in a JTree the whole tree looks very compact. I found a method setRowHeight(int height) to set the row height that got med some space between the rows. But I couldn't find a simular method to increase the offset between a child node and its parent.
    Any suggestions?

    You can control the offset through the BasicTreeUI, as discussed in this thread:
    http://forum.java.sun.com/thread.jspa?threadID=630707&messageID=3636590
    See reply #8 and #9.

  • HOW DO I GET ALL LEVEL 0 MEMBER AND ITS PARENT IN A REPORT SCRIPT

    I want to create a report script that generate a list of all level 0 members and its parent for a particular dimension. I created the following report script that generate a list of level 0 members.
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    //The purpose of this script is to list
    //the Lvl0 descendants of the Account dimension
    { DECIMAL 2
    WIDTH 31 0
    SUPBRACKET
    SUPCOMMA
    SUPHEADING
    NOINDENTGEN
    SUPFEED
    ROWREPEAT }
    <SUPSHARE
    <ROW (Account)
    Lev0,Account
    !

    Hi Kris,
    I want to produce a report like this for all level 0 member
    For example --> database name; parent member; child member
    if it is not possible, can I produce a report for members at various level but with the level idenntifier.
    For example --> Account
    Level 3 100
    Level 2 100-10
    Level 1 100-10-20
    Level 0 100-10-20-1
    Level 0 100-10-20-2
    actual report row --> Level 1 100-10; 100-10-20
    Level 0 100-10-20; 100-10-20-1
    Level 0 100-10-20; 100-10-20-2

  • Making a Popup go to back when its parent does?

    Popup's seem to have an 'always on top' feature to them. When I show a popup and then change windows (i.e. ALT-TAB) the popup stays in front of anything. Is there any way to turn this off? Ideally the popup would follow its parent so it is always on top of the parent but when the parent is sent to back, the popup is sent with it.
    If there's nothing built-in, are the hooks available to implement this myself. I can't currently see a way to (a) listen on a window for changes to its z-order relative to other windows and (b) send a popup toBack or toFront?
    To see the problem, just show a popup and then alt-tab:
    public void start(final Stage stage) throws Exception
        BorderPane root = new BorderPane();
        Button button = new Button("Show Popup");
        button.setOnAction(new EventHandler<ActionEvent>()
            public void handle(ActionEvent event)
                Popup popup = new Popup();
                VBox box = new VBox();
                box.setStyle("-fx-background-color: #ddd; -fx-border-color: #aaa");
                box.getChildren().add(new Label("This is a popup"));
                popup.getContent().add(box);
                popup.show(stage);
        root.setCenter(button);
        stage.showingProperty().addListener(new ChangeListener<Boolean>()
            public void changed(ObservableValue<? extends Boolean> source, Boolean oldValue, Boolean newValue)
                // This is only called when the window is closed, not when it is minimized, etc
                System.out.println("Window showing = " + newValue);
        stage.setOnHidden(new EventHandler<WindowEvent>()
            public void handle(WindowEvent windowEvent)
                // This is only called when the window is closed, not when it is minimized, etc
                System.out.println("Window hidden");
        stage.addEventHandler(EventType.ROOT, new EventHandler<Event>()
            public void handle(Event event)
                // the best we get is a FocusUngrabEvent, which doesn't seem quite like what I want
                System.out.println("Window event: " + event);
        Scene scene = new Scene(root, 800, 600);
        stage.setScene(scene);
        stage.show();
    }

    I needed a similar functionality for an application a while back. Not for Popups but for Stages.
    a) One main stage which is always in the back
    b) A tree of child stages, each with 1-10 child's which are ordered in z-order depending on the order of temporal focus traversals of the stages (latest "clicked" or created stages and their child's in front)
    It was not an easy task to implement, the code was ugly...and it still has some "minor" bugs.
    You can see some posts in the activity of this jira issue:
    http://javafx-jira.kenai.com/browse/RT-4435
    z-order control for stages/popus could definitely be improved.
    Cheers,
    Nuwanda

  • How to  pass data between JDialog and its parent window ?

    Hi,
    I am new to swing. I want to know how pass data between a JDialog and its parent window.
    If you have any information please reply with example code.
    Thank You

    hi Encephalopathic ,
    I was looking for something like as it was given in the link provided by you.
    Thank you for reply It really helped me.

  • SQL for Reverse Traversing of any account to find out its parent

    Hi,
    I have a table called "charts" following is the structure.
    1. ACC_CODE VARCHAR2(6).
    2. ACCNAME VARCHAR2(60).
    3. BALANCE NUMBER(8,2)
    4. PARENT_AC VARCHAR2(6)
    sample data is like this:
    100000 Assets
    ............110000 Current Assets
    ........................111001 Cash in hand
    ...................................111101 Detail Cash in hand
    and tree data would be
    Acc_code.....Description................................Parent Ac........................Balance
    100000...........Assets............................................................................ 0
    110000...........Current Assets...........................100000............................0
    111001...........Cash in hand..............................110000............................0
    111101...........Detail Cash in hand.....................111001............................0
    and that forms a tree .....
    my problem is that I want a query in which i want to add or subtract 4000$ amount from 1 account's BALANCE. lets say "111101 (Detail Cash in hand)" which shoud update that row and also update its parents Balance...i.e 111001, 110000 and finally 100000 respectively.
    So is there any SQL in which I can found out the parent levels of any account. and can find out any upper levels of any account no matter i am on 2nd level or 3rd level or 4th level.? plz help me

    Nicolas.
    You can't cover reqiurments with connect_by_root.
    I'll show you an example:
    your first procedure:
    SQL> select * from josh;
      ACC_CODE ACCNAME              PARENT_AC    BALANCE
        100000 Assets                                  0
        110000 Current Assets          100000          0
        111001 Cash in hand            110000          0
        111101 Detail Cash in hand     111001          0
        211001 Cash in hand                            0
        211101 Detail Cash in hand     211001          0
    6 rows selected
    SQL>
    SQL> create or replace view hierarchical_josh as
      2     select rowid rwd,
      3            acc_code,
      4            level lv,
      5            connect_by_root(a.acc_code) first_parent
      6     from   josh a
      7     connect by prior a.acc_code = a.parent_ac
      8     start with a.parent_ac is null;
    View created
    SQL>
    SQL> create or replace procedure update_josh (p_acc_code in number, p_balance in number)
      2     as
      3     begin
      4         merge  into josh a
      5         using  (select a.rwd
      6                 from   hierarchical_josh a, hierarchical_josh b
      7                 where  b.acc_code = p_acc_code
      8                 and    a.first_parent=b.first_parent
      9                 and    a.lv<=b.lv) b
    10         on (a.rowid=b.rwd)
    11         when matched then update set a.balance=a.balance+p_balance;
    12     exception when no_data_found then null;
    13     end;
    14  /
    Procedure created
    SQL> insert into josh values (111002, 'Misc Cash', 110000, 0);
    1 row inserted
    SQL> select * from josh;
      ACC_CODE ACCNAME              PARENT_AC    BALANCE
        100000 Assets                                  0
        110000 Current Assets          100000          0
        111001 Cash in hand            110000          0
        111101 Detail Cash in hand     111001          0
        211001 Cash in hand                            0
        211101 Detail Cash in hand     211001          0
        111002 Misc Cash               110000          0
    7 rows selected
    SQL> exec update_josh(111101,4000);
    PL/SQL procedure successfully completed
    SQL> select * from josh;
      ACC_CODE ACCNAME              PARENT_AC    BALANCE
        100000 Assets                               4000
        110000 Current Assets          100000       4000
        111001 Cash in hand            110000       4000
        111101 Detail Cash in hand     111001       4000
        211001 Cash in hand                            0
        211101 Detail Cash in hand     211001          0
        111002 Misc Cash               110000       4000
    7 rows selectedas you can see the balance of the newly inserted row was also updated, but it shouldn't according to the logic, cause line 111101 is not a child of 111002.
    and your code, provided for 9i (lag), is working wrong again IMHO,
    just look:
    SQL> select * from josh;
      ACC_CODE ACCNAME              PARENT_AC    BALANCE
        100000 Assets                                  0
        110000 Current Assets          100000          0
        111001 Cash in hand            110000          0
        111101 Detail Cash in hand     111001          0
        211001 Cash in hand                            0
        211101 Detail Cash in hand     211001          0
    6 rows selected
    SQL>
    SQL> create or replace view hierarchical_josh as
      2      select rowid rwd,
      3             acc_code,
      4             level lv,
      5             lag(a.acc_code,level-1,a.acc_code) over (order by a.acc_code, level) first_parent
      6      from   josh a
      7      connect by prior a.acc_code = a.parent_ac
      8      start with a.parent_ac is null;
    View created
    SQL>
    SQL> create or replace procedure update_josh (p_acc_code in number, p_balance in number)
      2     as
      3     begin
      4         update josh a
      5         set    a.balance=a.balance+p_balance
      6         where  rowid in (select  a.rwd
      7                          from    hierarchical_josh a, hierarchical_josh b
      8                          where   b.acc_code = p_acc_code
      9                          and     a.first_parent=b.first_parent
    10                          and     a.lv<=b.lv);
    11     exception when no_data_found then null;
    12     end;
    13  /
    Procedure created
    SQL> select * from josh;
      ACC_CODE ACCNAME              PARENT_AC    BALANCE
        100000 Assets                                  0
        110000 Current Assets          100000          0
        111001 Cash in hand            110000          0
        111101 Detail Cash in hand     111001          0
        211001 Cash in hand                            0
        211101 Detail Cash in hand     211001          0
    6 rows selected
    SQL> insert into josh values (111002, 'Misc Cash', 110000, 0);
    1 row inserted
    SQL> exec update_josh(111101,4000);
    PL/SQL procedure successfully completed
    SQL> select * from josh;
      ACC_CODE ACCNAME              PARENT_AC    BALANCE
        100000 Assets                                  0
        110000 Current Assets          100000          0
        111001 Cash in hand            110000          0
        111101 Detail Cash in hand     111001       4000
        211001 Cash in hand                            0
        211101 Detail Cash in hand     211001          0
        111002 Misc Cash               110000       4000
    7 rows selected                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Rotating and scaling a movieclip withing only its parent width and height

    Dear friends,
    I'd like to rotate a movieclip within specific area (its parent width and height) and it can't rotate out of it.
    How can I achieve that.
    When I say for exampe:
    mc.rotation = 10;
    it rotates also outside the parent area.
    How can I restrict it to only parent area.
    Thank you in advance.

    [OTTOMH]
    With each rotation step you could check the bounds of the rotating MC. If it's greater than the containing MC, you can calculate the scale factor and apply it to the x- and y-scale of the rotating clip.
    The clip would have to be deadcentre in the containing clip for this to work though.
    I suppose there would be some mathimatical way with most primitive shapes to calculate the width and height with a certain rotation, but I suppose this would be easiest.

  • I just went to buy an album on itunes but because ive never purchased anything on this computer its asking for the answers to my security question, but i can remeber them? what do i do!?

    i just went to buy an album on itunes but because ive never purchased anything on this computer its asking for the answers to my security question, but i can remeber them? what do i do!?

    Click here for information. If the option to have the answers emailed to you isn't available or doesn't work(the email may take a few hours to arrive), contact the iTunes Store staff via the link in the 'Additional Information' section of that article.
    Without a rescue email address, you can't reset them yourself. Nobody on these boards can reset them for you.
    (93361)

  • HT4962 i just got my ipod touch back from a now ex-friend and everything was erased. i mean everything... not even an operating system (or whatever its called) how can i make it useable again?

    i just got my ipod touch back from a now ex-friend and everything was erased. i mean everything... not even an operating system (or whatever its called) how can i make it useable again?

    Connect the iPod to your computer and restore via iTunes.
    iTunes: Backing up, updating, and restoring iOS software

  • I want to merge difference disk with its parent online without turnoff the VM.

    Hi,
    I want to merge  difference disk with its parent online without turnoff the VM.
    It is NOT snapshot it was created while   using P2V

    Hi ,
    "It is NOT snapshot it was created while   using P2V "
    Do you mean the virtual disk which created by P2V is a parent disk , then you create a VM with a differencing disk connecting to the parent disk ?
    Now you want to merge them , right ?
    I'm afraid it is designed to shudown the VM and then edit the disk .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • How to create a group/list of check box variables for display in text field, in appended format

    I need to identify a series of single-response checkbox variables and display the ones selected (as a group) in a text field in an appended (comma, space) format. Last week, you provided a great little script for a similar need using List Box (multip

  • File Sharing Issue 10.7.5 to 10.9.1

    I have a '06 Mac Pro running 10.7.5; and I have 2 laptops running 10.9.1. For some reason my file sharing does not work from my Mac Pro; before the upgrade even with Mountain Lion I I was able to connect to my Mac Pro. Now since upgrading to Maverick

  • Are all videos encoded with H.264 viewable on iPod?

    If I convert my home movies using this codec, will it play on a video iPod, even if I have the size larger than the iPod screen? Thanks.

  • Unsure what it's called ? ? ?

    I made a form from an excel document. When its opened you cannot type in form and save. How do I change it to accept input and be resaved under a new document name? Also how do you get it to a internet page? Do you have to have your own webpage? So t

  • Smart Object Aliasing

    Hi everyone, So, all of a sudden I'm having aliasing issue with my smart objects in CS6 I never had before. I've searched all over PS and these forums to try and figure out how to get rid of the jaggies, with no luck. Below is a screenshot example of