Agg Shared Members based the original location

Hi
I have store hierarchy(A) and shared (C)
now I would like to agg only those member
exist under shared hierarchy C,
which functin can help here?
Thanks
A
A1
A11
A12
A13
B1
B11
B12
B13
C
A11 (Shared)
B12(Shared

Whoops, I only read your first post, not the second revised hierarchy, so this is a revised post.
If A11 does not need to be aggregated, but B11 does, how about this:
@ICHILDREN("B11") ;
@ICHILDREN("C") ;
Alternatively, If you can live with AB reflecting the data in A11 and B12, you could do this:
@ICHILDREN("B11") ;
@ALLANCESTORS("A11") ;
@ALLANCESTORS("B12") ;
The last two @ALLANCESTORS will calculate both C and B1, A1, and AB.
I use @ALLANCESTORS all the time in focused aggregations off of Planning data forms -- it works quite nicely. From a data integrity perspective, I would think that you would want both C and AB (and it's relevant descendants that are ancestors of A11 and B12) to reflect the data in A11 and B12 and hence would go wit the @ALLANCESTORS approach, but that's up to you.
Regards,
Cameron Lackpour
Edited by: CL on Oct 9, 2011 1:55 PM
NB -- If C has just one level of descendants, you could get away with @ICHILDREN("C") but I personally like to build for the future and use the DESCENDANT function instead in cases like these -- you never know what's going to happen to your metadata. I left it at @ICHILDREN for simplicity's sake.
Edited by: CL on Oct 9, 2011 2:00 PM

Similar Messages

  • For some reason I am unable to access my purchased itunes music from my icloud or from my computer.  I suddenly get this message: say that I the original location for the song cannot be found.

    For some reason I am unable to access my purchased itunes music from the purchased folder in the itunes store or in my icloud.  The descriptions of the songs I purchased are there, but when I attempt to play them it says that the original location of the song cannot be located.  This is so frustranting. How do I get my songs back??

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • I recently upgraded our iMac to Yosemite OS and now have a problem with Photoshop Elements 11:  the move tool selects an image or text layer, but then I try to drag the selection somewhere else on the page and it snaps back to the original location, howev

    I recently upgraded our iMac to Yosemite OS and now have a problem with Photoshop Elements 11:  the move tool selects an image or text layer, but then I try to drag the selection somewhere else on the page and it snaps back to the original location, however the arrows will move it OK.  Also I cannot drag the selection to another photo in the photo bin as before.

    Hi,
    Please refer: http://helpx.adobe.com/photoshop-elements/kb/pse-stops-responding-yosemite.html
    Thanks,
    Anwesha

  • I am in the process of completely restoring my Early 2009 MacBook, which is the computer that I originally created my iCloud account with; which, consequently, is the original location of all of the music that finds its way from iCloud-

    Onto all of my other device.  Is all of the music in iCloud safe if I restore my MacBook?
    I have an iPhone and an iMac.  There is a lot of music that I have downloaded from iCloud onto both devices – however, not all.  My question is: will the songs that have not been downloaded onto my iMac from iCloud be lost if I restore the computer that was the original location of all of that music?

    I agree with Keith about using the Target Disk Mode,  Transferring files between two computers using FireWire. This way there's no chance of errors due to dropouts using the wireless connection. 
    According to MacTracker your early 2009 Macbook does have a Firewire 400 connector which should do the job very well.
    OT

  • LUN can't be accessed after move it to another Hyper-V Failover Cluster without "remove from cluster shared volumes" on the original cluster

    Hi all,
    I have a old cluster, let's call it cluster01, and a new cluster, cluster02. There is a LUN attach to cluster01 as a CSV volume. I forgot to  "remove from cluster shared volumes" in Failover Cluster console, then power off the cluster01 and
    attach the LUN to the cluster02. Now the LUN can't be accessed in cluster02, it show as a RAW disk. I tried to attach the LUN to it's original cluster cluster01 but can't read it too.
    Is there any way to get it back?

    Hi Zephyrhu,
    Can you run Clear-ClusterDiskReservation powershell cmdlet and see that helps?
    http://technet.microsoft.com/en-us/library/ee461016(WS.10).aspx
    Thanks,
    Umesh.S.K

  • Restoring Tablespace in different location from the original location

    Dear Experts
    We are doing an Restoing of production database in to an another server. where the production database runs on Windows and the sap directories has been stored in 6 drives but in the second servder which has only 3 drives but high capacity. we want to restore the files from the production database (hich will have the drive reference ) to the new server ( which has 3 drives only) by referring only the sap directories so that it is safe to pull the data
    in brrestore how the comman / syntax should be?
    could any one guide us
    regards
    bala

    Hi,
    You will have to follow a redirected restore procedure for oracle rather than a normal restore.
    For this you will have to do the following:
    1. Take a full offline backup or an online consistent backup of your production database.
    2. Backup control file to trace on your production server.
    3. Display the back<SID>.log summary log in production and identify the u2018affu2019 or 'anf' file that was created for the production backup.
    4. Copy the back<SID>.log and .aff/.anf files to the sapbackup directory of quality.
    5. Now use the brrestore redirected option:
    brrestore -m all,<source drive 1>=<target drive 1>,<source drive 2>= <target drive 2>  -b <file-id>.aff
    This performs a redirection of the file during brrestore operation.
    6. Manipulate the control file trace you created above and change the drives accordingly. Rename it to control.sql
    7. Then do the following:
    >sqlplus /nolog
    >connect / as sysdba
    >@c:\control.sql
    >shutdown immediate
    >startup mount
    >recover database using backup controlfile until cancel;
    The recover part is only required if you have used a online backup.
    Hope this helps.
    Regards, Dibya

  • Shared Members

    Is there any way in which you can use a filter to look at just Shared Members and not the original members?we have looked at this and believe that it is not possible on the basis that whenever you drill down in Excel, you can see the values for the shared members and the original members as well.It would be great to confirm that the above is True, or even better, provide a solution to the problem.

    When you drill down from a parent member, you should be viewing the child members and if that is shared memebers then that is what you will see.The data value of the shared member and the origianl member is always the same. The roll ups will have differnet values. So I am not sure what you mean when you say the shared value and the origianl value are visible. Please clarify.Thanks.

  • I had to uninstall my itunes off of my computer for technical reasons.....now that it is installed once again most of my music will not play.  It has an error message that states can't locate the original file.  How do I fix this?

    I had to uninstall my itunes off my computer for technical reasons.  Now that I have installed back most of my music won't play....the error says cannot locate original file.  How can I fix this? 

    If you didnt cut and paste your music from the original location, it should still be there!
    Go to the original Location of your music, Hope this helps.

  • Shared Members on interface changes of Entity or account hierarchy

    Hello,
    Is there any scripted way to remove 'Shared Members' from the Account and Entity hierarchy, or if not, is there any means of finding them on mass, as we have set up a database interface to maintain account and entities, but the problem is after accounts or entity change parent they leave a 'Shared Member' on the original parent, which is not desired functionality as it throws totals out on forms / reports.
    thanks for your input, no blogs please as our security prohibits me seeing them.
    Robert.

    Thanks John, can I ask you a follow on also...
    If a member had never share as its property and you used the hierarchy interface to assign it to a new would would it; -
    a. Prevent update of its parent hierarchy via the interface
    b. Move it to whatever new parent you deemed and remove it from its original
    thanks for your input,
    Robert.

  • Shared Members Problem

    Hi,I want to start using the Shared Members option for one of my applications in EAS 7.1.0, but have amended the outline and loaded data but the Shared members are appearing in my data twice, therefore duplicating my sales figures in excel add-in, which isn't what I want, I just want the part to be added once, so almost as if one part doesn't get calculated. Can anyone help me with this?? Many ThanksSarah

    As Sreenivas said, change the consolidation to tilde.However, I would put a word of caution on what/how you do this.Typically, a hierarchy has one "primary" roll-up, where all the members are listed only once, and the hierarchy has an organized rollup. In addition, there may be "alternate" roll-ups. These hierarchies have internal consistencies that roll-up to a given point, but no further.What I mean by this is, that you should consider finding the 'root' location of the shared roll-ups, and mark it as non-aggregating (~), but the shared members themselves should aggregate to provide the alternate hierarchy it's own internal consistency.After working out the reason for the distinction between the main and alternate hierarchies, it becomes fairly obvious that your main roll-up will be 100% of your non-shared members, and the alternates may contain subsets.Example:Product has children "All Products", and "Discount Products", "All Products" will contain them all and aggregate to the Product root member. "Discount Products" contains a subset that aggregate up to itself, but it doesn't aggregate to the Product root member. You may have additional "alternate hierarchies", but only one will be your "full roll-up".Note: This example ignores the use of UDA's or attribute dimensions for doing this same thing, for illustrative purposes.-Doug

  • Shared Members in Dimensions - security question

    Within the dimension security, do shared members take the security based on their base member or on the parent member?
    For example, if we have a base member setup under "Homes" like this:
    Homes > examplehome
    and then a shared member for "examplehome" setup like this:
    Region1 > examplehome(shared)
    And the "Homes" and "Region1" folder have different security setup for iDescendants, will "examplehome(shared)" take the security from "Homes" or "Region1"?

    I've never investigated this but does it really matter? The data for examplehomes is only stored in one place. The share just gives you alternate aggregation paths. My guess is that once you set security for one all instances of the member share the security. After all, if you place examplehomes on a form with no parent, planning has no idea which parent to use.
    Dave

  • Defnining Shared members

    Hi All,
    I believe we cannot have a shared member above the original/base member in the dimension hierarchy but an information in the below link confused me. please refer to Figure 122 it talks about Forward Calculation References showing P100-20, P200-20 and P300-20 shared members as an example but they are defined above the base member.
    http://docs.oracle.com/cd/E12825_01/epm.111/esb_dbag/frameset.htm?dcaoptcs.htm
    Any help would be apprecaite...

    No, there is nothing to stop you creating an outline in which the 'share' precedes the 'prototype' (though it produces a validation warning). From 11.1.2 EAS gives an option to automatically fix these for you.

  • Delete file from original location and when copied size of file increases.

    hi !
    I have 2 exe's both of 1.15MB which I want to move to another folder. The files are copied to the folder but the size of exe increases to around 350MB each. What can be the problem ?
    BufferedOutputStream bos=new BufferedOutputStream(new FileOutputStream(filename));
    int o=bis.read();
    do{bos.write(o);}while (o!=-1);
    boolean del=this.fpara.delete();
    System.out.println(del);          Also, the file is not deleted from the original location even though I have used the delete function. The last line produces null output.

    And do follow coding conventions
    {color:0000ff}http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html{color}
    If your original source is all jammed up like the snippet you posted, I'm not surprosed that you can't spot your mistakes.
    db
    Edited by: Darryl.Burke on Mar 9, 2008 12:40 AM

  • I-tunes was saving my music to the wrong location.

    If I choose the option to have i-tunes organize my media and consolidate my collection, can I delete the files in the original location safely? As I understand it is now copying them to the correct location and I can't afford the space in the area (partition) where it was saving them in error....
    And will it now save any new files in the right location?
    Thanks in advance for your help!

    To answer the second question first, iTunes uses the folder specified in Edit > Preferences > Advanced as the iTunes Media Folder. Any file added (by purchasing from the iTunes Store, ripping from CD, using the conversion process, added as result of the "Copy..." parameter, or by means of the Automatically Add folder) will go there.  So, yes.
    And about Consolidate:  it goes thru your library, and any library entry whose track is not already in the designated folder will have a copy placed there.  After it is done, iTunes does not need the other files.

  • Returning files in trash file to original location

    Trash contains a huge number of files. They have not been deleted
    through the TRash Delete function.
    I want to know how I can return these files to their original location
    without moving each file by a manual approach. Does OSX preserve the original location when the file is put in the Trash bin?
    thank you
    Bil

    Welcome to Apple Discussions Bil.
    Does OSX preserve the original location when the file is put in the Trash bin?
    No, only so for the most recently trashed file can you undo that move.
    One of the small(?) annoyances of people used to Windows is the absence of the the Restore function in Mac's Trash, as they expect it to be like window's Recycle bin.
    Unfortunately it is not a recycle bin but a trash can, so you cannot automatically undelete a trashed file (apart from the most recent one).
    There is one suggestion to create a special folder to put your doubtful files in before your decide to trash them, though that still does not give you the ability to return them automatically to whence from.
    You had better get them out of the trash if you want them, lest you lose them, but regrettable you'll have to replace them back manually - or reinstall the application might be easier if that is applicable.
    Sorry there is no solution to your problem.
    Message was edited by: roam

Maybe you are looking for

  • Podcasts no longer appearing on recently added playlish

    My podcasts used to automatically appear on the recently added playlist. then something happened and my itunes was cleared. I added all the songs etc back on to my ipod but now the podcasts no longer appeared on the recently added playlist like they

  • WRT54G Wireless G--Pressed Cisco Logo by Mistake

    I've had my WRT54G working perfectly with my home network, now I was dusting off my computer and by mistake pressed the Cisco Systems button on the router.  It started to flash bright white and then stopped.  I haven't reconfigured my router in awhil

  • Process of incoming mails including Excel attachment

    Hello Forum, we are looking for a possibility to process incoming e-mails including an Excel attachment. We are already able to receive e-mails in SAP, but we are not able to process/read the attachment in Excel format. I already checked the blogs of

  • Sticky request - SD Ca

    Does Creative publish a list of which SD Cards work with the Zen? I've checked the FAQs but there is no mention of SD Cards. I ask because there are SDHC cards and class 2, class 4, class 6 and class 8. Usually the cards with more memory have a highe

  • Undo effects of "Learn" in spell checker

    I accidently "learned" an incorrect spelling of a word and it is stored in my Pages dictionary. I can not remove it and the instructions on Pages Help for this do not work. The text below is an answer to this question which I found in this forum. It