Need help in Shared Members

Hi All,
Could you please help me how to assign the Shared members for bottom level members in a dimension using rule files. will Allow moves and Allow property changes will this help us in assign shared members for bottom level members ?
Thanks,
Raj.

Could anybody please help me out in building out shared members in an outline where *"Duplicate Member names allowed"* is set to true ?
As an example, Suppose I've the below hierarchy:
DIM_I
- Parent-I
- Child-I
- Child-II
- Child-III
- Parent-II
- Child-IV
- Child-II (Shared Member)
In the above example, as is obvious, I'd like to share the member Child-II of Parent-I with its clone in Parent-II.. Please note that this outline has some other dimensions wherein duplicate members are required but not as shared ones.
Any help would be greatly appreciated!
Thanks

Similar Messages

  • Need help with shared hyperlinks

    I need help understanding the shared hyperlink option when creating hyperlinks in InDesign CS5 (Mac) and how to change a shared hyperlink destination.
    I want to build a document that contains hyperlinks to files on the client’s server. The end use is to make a PDF in which the client can click on a hyperlink and it opens (for example) a Word document or another PDF on their server. When I started the project, I thought I would create shared hyperlinks because a single server document would be referred to by several links scattered through the InDesign document I was building.
    From the Hyperlink palette fly-out menu I chose New Hyperlink, then Link To: File from the dropdown, and I clicked the Shared Hyperlink option, and then OK to close the window. I export the InDesign file as a print PDF, and the hyperlinks work.
    Now I need to change the file paths, because the client moved their files to a new location. When I re-open the hyperlink in the Hyperlink palette by double clicking on it, the Edit Hyperlink window opens but it shows my link as:
    Link To: Shared Destination (rather than File)
    And the destination box underneath shows:
    Document: [my document name]
    Name [the file path I put in]
    However, this link is not editable. I don’t understand why InDesign does this on its own.
    I realize now that it was not necessary to tick the shared option when I built the hyperlink. Is there a way (a script? another method?) that I can remove the shared nature of the hyperlinks so that when I go to edit them they show as links to files (Link to: File, not Link to: Shared Destination) with a live Destination Path box where I can edit the link?
    (If anyone tries to help with a script, note that my document also contains other hyperlinks to internet URLs and emails that I don’t want to disturb.)
    Thanks for your consideration.

    Well. I do feel sort of bait-and-switched, but...
    I want to get the links back to the point where double clicking on the hyperlink name (number) in the Hyperlink palette opens an Edit Hyperlink dialog where the destination is Link to: File and the file path shows up in the File Path box as an editable string. Just the way I made them in the first place.
    It's good that you're comfortable editing the IDML.
    If you compare links made both ways in the IDML, the only distinction between the Shared and the not Shared seems to be the hidden attribute of the <HyperlinkURLDestination/> tag.
    Allegedly you cannot edit this in Javascript (though you could, I suppose, create a new HyperlinkURLDestination with all the same properties and then chang eeach hyperlink to point to it).
    But editing it in the IDML works fine. Open designmap.xml and change the Hidden="false" to Hidden="true". Of course, you only want to do that in the <HyerplinkURLDestination/> tags...
    Something about this seems fishy to me, so you might want to verify it yourself in a single case before you put too much effort in. But I think it's right.

  • Need help joining shared photo stream

    I got invited to a shared photo stream from an Apple user on my PC.  I am currently signed into an active iCloud account, but everytime I click on the invitation link, it takes me to a page that gives directions on how to join a shared photo stream, and shows no indication of me actually joining the photo stream.  I've followed every step, and I just want to view the pictures on the photo stream on my PC.

    Then the sender will either have to turn on the public website option and resend an invitation to you with the url to view the photos on the web, or they will need to resend the invitation to an address associated with an iCloud ID (see http://help.apple.com/icloud/#mmb700ea29).

  • Need help file sharing with a powermac G4 and ibook

    I need to transfer files from my G4 to an ibook. I am using ethernet slot B on the G4 and the ibook has an airport card. I also have a router. Does anyone have an easy way to do this? I want to set up a connection between these two computers without using the internet. Appletalk is active on the g4, and file sharing is on yet the activity monitor does not show the ibook as a connected user. I tried to find the G4 on the ibook by connecting to server but it does not recognize the g4 when I either type the name of the computer or browse the network. Any help would be greatly appreciated. Would a CD writer for the G4 be a better option?
    Thank you.

    I tried to find the G4 on the ibook by connecting to server but it does not recognize the g4 when I either type the name of the computer or browse the network.
    If you are running Mac OS before 9 and trying to connect to Mac OS after 10.3, you will not be able to do it without additional software.
    If you connect the iBook to the router with an Ethernet cable, you may be more successful, as some routers do not pass AppleTalk packets from wireless to wired.
    The FireWire approach will also work, and yes, it mounts the other computer's drives on your desktop.

  • Need help with sharing - Can't see shared playlist

    I have my songs on a Windows 7 Pro 64 bit computer. I turned on home sharing and selected a playlist to be shared. I'm trying access the shared content on a Windows XP and a Vista machine, but I cannot see the shared playlist. The Vista machine can see the shared content from the XP machine though. For a brief moment, I saw the shared playlist on the Vista machine, but when I clicked on it, there was nothing there. Then it disappeared. All 3 computers have been on for hours with iTunes running. I'm wondering if it has anything to do with Windows 7. Maybe there's some network setting I need to change. I can access files on my Windows 7 machine from the XP machine. Same with the Vista machine. So the home network seems to be working fine. Thanks in advance.

    I've narrowed it down to Windows 7's firewall. When I disable the firewall on my Windows 7 machine, I can access the shared content. When I enable the firewall, sharing immediately stops working. I checked to confirm that iTunes is on the allowed list of Windows Firewall.

  • Need help on sharing a jsp page between clients?

    Hi,
    Let me explain this:
    In my jsp application I have two jsp pages that work as a find dialog like applet find dialog.One of those shows the columns from rowset(which user can enter the criteria ) and the other gets the values from first one, makes the sql query and execute the query against the rowset and retrieve the data. There is no pure servlet, both are jsp pages.
    This application is deployed on AS9i-oc4j.
    Problem is : When this find dialog is working for a client. The other client could not load this find dialog until the work for the first one be done. I mean only one client could load and fire the sql statement via this jsp pages(find dialog) at the same time. Which is not acceptable in web applications. Seems only one instance of these pages created by oc4j . if I am right on this then
    Question is : Why oc4j doesn’t create the number of instances based on the number of clients that call these pages? Did I miss something. Or any property in Application module need to be set?
    I would appreciate to share me your idea on this.
    Thanks.

    In my primary mind maybe the bottleneck is where the execution of rowset happens. Since that portion of code takes time to retrieve data for business components. If this is the case then Is this problem goes away if I define a thread for this portion of code?
    Thanks in advance for any idea.

  • Need help with Shared Services Role

    Hello,
    I am trying to create a Native Directory group which will allow the users extract all the Application Elements, but restrict them from loading anything to the system. This group should only have the ability to view the objects and not edit them. It should also have the extract functionality.
    By removing the role 'Load System', we can restrict the users from loading the artifacts, but once this role is removed, the users are not able to extract the Application Elements (Security, Memberlists and Rules file).
    Can you please let me know if there is any other way/setup that would allow the users to perform the required functinalities with out the 'Load System' role?
    Any help would be appreciated.
    Thanks,

    Sorry but I have the same issue and I cannot do anything...
    We have to ask from the admin team to extract and send us the metadata....
    Regards,
    Thanos

  • Need Help With Shared Accounts

    I let a friend borrow my computer, and she informed me she went to some TV listing site that may have given my computer a virus. Everything looks ok but when I clicked on Finder I saw four accounts under SHARED, and I've never even used that, I don't know what it is.
    How do I get them off? I'm afraid they'll give me a virus

    Shared isn't an account. It's a list of computers/servers on the network you're using.
    There are no viruses for the Mac OS right now--though there are trojans and other nasties out there. However, in order for those things to run on your computer, you have to be the one installing them.
    If you want to check for viruses just in case, us ClamXAV--it will scan for Windows viruses, as well as any OS X threats.
    http://www.clamxav.com/
    As for that shared issue, try relaunching Finder. To do this click the Apple icon in the upper left corner and choose *Force Quit*. Click Finder and it will give you the option to relaunch. Relaunching should only take a few seconds. Hopefully that fixes the issue for you. If not, I'll see what else you can try. Those items won't do your computer any harm though.
    ~Lyssa

  • Need Help with sharing HD again please!

    Upon installing my new AEBS, I have problems with my USB HD appearing on the wired computer. The HD would mount without a problem on the machines that were connected via wireless, but my iMac in which I connect to the AEBS via an Ethernet cable would not mount the HD. Finally, for no apparent reason, the drive appeared. Then just yesterday, the drive disconnected itself, or did something and is no loner there. So I reformatted my HD to make sure everything was clean and I had the correct format on the drive. Now when I connect the HD to the AEBS, I see the drive in the settings of the airport utility, but the drive is not mounting so I can access it. What do I need to do to access my HD on the wired computer?

    Correct. If i connect the usb HD directly to the iMac everything is fine. When I connect it to the AEBS station, I am unable to see it on the iMac which is connected to the AEBS via ethernet. ON the flipside, I am able to connect to the drive on my macbook when I connect wirelessly.

  • Need Help (Connection Sharing)

    I guess this is the rite thread but anyways...
    I have a powerbook G4 running 10.4.11. I have a Sprint Broadband Card USB Modem 595u and a Belkin Router. What I am trying to do is share my internet connection through the Belkin Router but its not working. The internet light on the Router just blinks instead of staying green. I have internet sharing enabled on my Mac and the firewall disabled
    Anybody know the solution to this problem?

    Thanx for the Welcome!
    My 595u broadband card is what connects my laptop to the internet.
    I have a ethernet running from my powerbook to my router....and another Ethernet cable running from the router to my xbox 360. I jus tried running an ethernet cable directly from my laptop to my desktop pc and it worked fine without the router...im trying to get it to work for my xbox 360 though. When trying to direct connect like i did with the pc my xbox 360's IP Address fails. Confusing Right? Im struggling here

  • Need help catching all members in my query

    Here’s the problem: I think my very last statement is causing the report to pull ONLY people who’ve actually ever logged in. Is there any way to still pull only the latest LOGIN_TIME OR a NULL/Empty time?
    Thanks for anything you can tell me!
    select
    PS.LNAME,
    PS.FNAME,
    SI.LOGIN_ID,
    PS.EMAIL_ADDR,
    US.col_num_20 Library_Type,
    US.col_num_30 Place_of_Work,
    US.col_num_10 Was_Rejected,
    US.col_num_70 Date_Created,
    PS.POSTAL,
    PS.STATE,
    DECODE (PS.NOTACTIVE, 'Y', 'N', 'Y') AS is_active, PS.NOTACTIVE,
    SI.LOGIN_TIME,
    SI.SEQ_NUM
    from PA_STUDENT PS, PV_STUD_USER US, PA_LOGIN_SESSION_INFO SI
    where PS.STUD_ID = US.STUD_ID (+)
    and PS.STUD_ID = SI.LOGIN_ID (+)
    and SI.LOGIN_TIME = (select max(LOGIN_TIME)from PA_LOGIN_SESSION_INFO SN where SI.LOGIN_ID=SN.LOGIN_ID)

    Hi,
    Without knowing your data, or the results you want from that data, I can't say for sure, but I'm guessing you want all the conditions to be outer join conditions. Using ANSI join syntax, you can do soemthing like this:
    select
           PS.LNAME,
           PS.FNAME,
           SI.LOGIN_ID,
           PS.EMAIL_ADDR,
           US.col_num_20 Library_Type,
           US.col_num_30 Place_of_Work,
           US.col_num_10 Was_Rejected,
           US.col_num_70 Date_Created,
           PS.POSTAL,
           PS.STATE,
           DECODE (PS.NOTACTIVE, 'Y', 'N', 'Y') AS is_active, PS.NOTACTIVE,
           SI.LOGIN_TIME,
           SI.SEQ_NUM
    from            PA_STUDENT          PS
    left outer join       PV_STUD_USER           US     on     PS.STUD_ID     = US.STUD_ID      
    left outer join       PA_LOGIN_SESSION_INFO SI     on      PS.STUD_ID     = SI.LOGIN_ID
                                            and      SI.LOGIN_TIME      = (
                                                        select  max (LOGIN_TIME)
                                                        from    PA_LOGIN_SESSION_INFO SN
                                                        where   SI.LOGIN_ID     = SN.LOGIN_ID
    ;Since you were using a + sign after a column from si in this condition:
    and PS.STUD_ID = SI.LOGIN_ID (+)you must have a + sign in all conditions involving si; otherwise, the effect is an inner join.
    Using the old join syntax (with + signs) you can't outer-join to a sub-query. If you really want to use the old syntax, re-write the condition involving si.login_time so that it doesn't join to a scalar sub-query (whihc might be more efficient anyway).
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all tables involved, and also post the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say which version of Oracle you're using.

  • Add shared members to interfaces tables

    Hi guys
    I need to load shared members to a generic dimension using interface tables?
    How can I do it?
    Regards

    Hi John
    Thanks for your help. I can add shared member to the generic dimension called PCM_Prod, however I am getting the following issue
    at validate one application that I used:
    Error : Last generation 2 member of dimension PCM_Prod is Total Productos.  Expected member name "NoMember".
    Error : Dimension 'PCM_Prod' does not support shared members because the dimension hierarchy type is set to 'Stored'.  Member:  '3032182'.
    Error : Shared member '3032182' cannot exist under generation 2 ancestor member 'Total Productos' in dimension 'PCM_Prod' because it does not belong to a StoreData hierarchy.  Either set the dimension-level Hierarchy Type property to 'StoreData', or else set the Hierarchy Type property of generation 2 ancestor  of this member to 'StoreData'
    If I upload using ADS  I did not get the issue.
    So I do not why using interface tables I got the error.
    Regards

  • Loading shared members from interface tables

    Hi,
    I am loading data to Hyp. Planning via interface tables. I need to load shared members. Where can i tell him that this is a shared member?
    thank you very much
    lubos

    Will not it cause probles when loading shared members first before the original ones?
    I thought that DataStorage only accpet values like StoreData, NeverShare etc.
    I will try it out.
    Thank you very much for your help
    lubos

  • Need help using Apple Remote Desktop for remote family members

    I am new to ARD and need help. I know there are solutions to do what I am trying to do through LogMeIn and Teamviewer - but I have LogMein right now and the free edtition is going away and I think Teamviewer will do the same sooner or later. I have remote desktop but hadnt used it, so I thought it would be a good thing to implement so I wont have to worry about paying fees for services like LogMein or teamviewer down the road.  Long story short I need to be able to remote help friends and family members with their macs and using applications, mostly through screen sharing and control and file sharing. All of the folks id like to help have home ( not business style ) internet service whith DHCP and non-static IP's.  I have set this up for myselft to test it and I can be at work and search my homes IP address and I can see all the macs with ARD on them and it all works perfectly.  I have a mac mini running Lion Server so the ports are forwarded to that server at my home - this is the only think I can think of that is making my home work and my friends not.  But when I try to help my friends and family after I type in their IP and it scans it sees their computer - ( it shows a grayed out icon and their IP ) but nothing else.  I cannot control or screen share. It says it cannot verify.  I helped my friends put the ARD client ( most up to date client ) on their macs as well.  I was hoping that using ARD would mean not haivng to set up my friends and family's routers for port fowarding and all those details.  Is there anything I can do using ARD to be able to type in my friends IP address have it scan and then see all their MACS at their home and pick the one that needs attention/ help, without port forwarding or heavy set up ?  I guess the root question here is how or what is best way to set up ARD to be used to help people remotley when they are all home users as well, no port forwarding, no static-IP, that kinda thing.
    Any help is appreciated - Im trying to use ARD and not a 3rd party app since im afraid even if they are free now they wont stay that way. Please let me know throughts and sugesstions ;p)

    I poked around a bit and the file seems to be:
    /Library/Application Support/Macromedia/mms.cfg
    I'd like to get some confirmation from Adobe that this is the correct file to push, though (it seems like it as it only contains this):
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1

  • Need help with family sharing :(

    i cannot see the purchases of my other family member in my app store , need help please

    Hi eldad1981,
    Thanks for visiting Apple Support Communities.
    It sounds like you have set up Family Sharing but you don't see any of your family's shared content.
    This article has several troubleshooting tips that can help resolve this situation:
    If you don't see your family's shared content
    All the best,
    Jeremy

Maybe you are looking for

  • How can i get all values from jtable with out selecting?

    i have one input table and two output tables (name it as output1, output2). Selected rows from input table are displayed in output1 table. The data in output1 table is temporary(means the dat wont store in database just for display purpose). Actually

  • Goods issue based on Goods receipt with the same price

    Hi Gurus,     Can we do goods issue with the price of goods receipts?     For example: GR 100 ea price 10, GR 200 price 20, now total stock is 300 ea. Now we want issue 50 ea out of stock, users want those goods issue with first in price 10.     Can

  • How to play home movies on TV via Iphone and NAS Drive?

    I have a problem playing transferred home movies on a flat screen tv through the "TV Out" feature of my Iphone 4. Brief History: I have captured about a TB worth of various home movie videos from VHS tape to my PC hard drive in AVI format using AVS V

  • Sql Query in JSP

    Hi All Had a quick question about a SQL Query in a JSP - Can I duplicated an exact same record in a table with a new primary key without using the insert statement?? Say for example I have the following table: OrderNo OrderName OrderType ======= ====

  • P.O rate for required on parent material

    I am using sub contracting PO for processing material. I need to send parent material 'Á' for processing & converting it into child material 'B'. But I want P.O rate to be based on qty processed of parent material. In sub contracting PO, I have to gi