Multiple members for single user variable???

Hi,
Can I select multiple members or a hierarchy for a single user variable?
My requirement is to use a dimension which consist of more than 100 members but the user will not enter data for 100 members
at the same time so I want to give user an option to select the members for which he wants to enter data.
I was thinking of using user variable but it is allowing me to select only one member for user variable created for that dimension,
that means if he has to enter data for 10 members he has to change that variable 10 times or I have to use 10 different user variable for that dimension.
what if any user wants 20 members, at that time I have only 10 user variables.
Please help..
Thanks in advance..

Hi,
Can I select multiple members or a hierarchy for a single user variable?Are the required members descendants of any particular member(hierarchy )?
If so, you can use IDescendants<user variable> in the form's page. And you can also use dynamic user variable option.
Regards
-Samrat Mane
Edited by: 918547 on Aug 22, 2012 4:54 PM

Similar Messages

  • Multiple Dashboard for single user

    I want to create different dashboards for different users. Do I have to login as these different users & create the dashboards or is there a better way?
    Thanks,
    Dinesh.

    No. You can create the dashboards as Administrator or any login that has privileges to create dashboards. It is when you deploy the dashboards that you can either restrict viewability or just default it to a certain dashboard. You can use session variables to direct users and My Account to default to a certain dashboard.

  • Multiple members in a substitution variable

    <p>Hi,</p><p> </p><p>I use substitution variables in Planning forms to choose wichyear to display.  I would like to have FY06, FY07 andFY08 in the same variable.  I just tried to add it in AAS(separeted by commas) and there is no problems, but when I open myPlanning form, I got this error : "</p><center><table style=" margin-bottom: 2px; margin-right: 75px; margin-left: 75px; margin-top: 2px;" border="0" id="bannerMsg" cellspacing="0"cellpadding="0"><tr><td align="left" valign="center" class="verysmalltext">Asubstitution variable required for this calculation is undefined.Variable: RFFcstYears</td><td style=" padding-top: 5px; padding-bottom: 0px; padding-left: 5px; padding-right: 0px;" valign="center"><img title="Close" src= "http://malbicl01a:8300/HyperionPlanning/ui_themes/tadpole/images_global/task_tabs_close_sel.gif" onclick="hideBannerMessage()"></td></tr></table></center><p>If I change it for FY06 only, all works fine.</p><p> </p><p>I don't want to use 3 variables as some times we will need only2 years (it's a rolling forecast over a 18 monhs period).</p><p> </p><p>Any ideas how to set the variable ?</p><p> </p><p>Thanks</p>

    Hi,
    You cannot provide multiple values to single substitution variable. If you want that a variable can contain multiple values then you can use User Variable.
    Request you to please look into the below links
    for Substitution variable - http://docs.oracle.com/cd/E17236_01/epm.1112/hp_admin/frameset.htm?ch07s05.html
    For user variable- http://docs.oracle.com/cd/E17236_01/epm.1112/hp_admin/frameset.htm?ch07s05.html
    Hope this helps.
    Regards
    SST.....
    Edited by: ss1988 on Mar 9, 2013 11:14 PM

  • Can't exec /bin/sh for single user

    Hi,
    When I boot up my iMac G5 it sits on the gray screen with the apple and spinning "doing something" icon, and then goes to a terminal window telling me:
    "can't exec /bin/sh for single user: Input/output error"
    It started doing this last night after multiple beachball of death situations. Anyone have any ideas? Or is it time for this old machine to be put out to pasture?
    Thanks
    Mungo

    Hi Mungo,
    invalid key length is a serious issue that can sometimes be fixed by "heavy duty" utilites like DiskWarrior and Drive Genius.
    If you don't have enough room to re-install the OS, though, you have seriously overfilled it and they may not be able to deal with the problem either.
    You should always aim to keep at least 15% free space on the drive, preferably more. On my 250 Gig internal drive, for example, I see the beginning of stability and speed problems when I get down to below around 30 gigs of free space. It varies a bit depending on what you use your Mac for, but my own preference is to always aim for 50 Gigs free on this 250 Gig drive.
    You have to fix the "keys out of order" problem before you even think of re-installing the OS.
    The best solution is to reformat the drive. It is unlikely that it actually needs replacing. However I still think you should buy another drive, but an external one, if you don't have one already.
    My approach to your problem would be:
    1) Go and buy a nice big external firewire drive if you don't have one already (ideally at least twice the size of your internal).
    2) Install OSX on the external drive (You may want to partition it into two volumes first, keeping one partition to store a "cloned backup" of your internal and one for general usage, overflow storage, etc)
    3) Boot from the external HD and copy across your precious stuff from the internal drive to the external. (If you have created two partitions on the external you could use the excellent utility "SuperDuper" to "clone" the internal to the second partition - the one witout the OS installed on it)
    4) Reformat the internal drive, preferably using the single "zeroing" option.
    5) Re-install the OS and software on your internal drive
    6) Copy back your data (documents, music, movies etc) to your internal but make sure you leave plenty of free space on it. If you have a large music library , or lots of movies, for example, you might want to keep them on the external, rather than putting them back)
    7) From now on use one partition of your external drive for regular "cloned" backups of the internal and the other for general storage overflow etc.
    Cheers
    Rod

  • How to open multiple sessions for one user?

    Sorry for the silly question but I couldn't find it googling or searching through this forum, so I started wondering whether it's possible in SQL Developer to open multiple sessions for one user. I'm fairly new to SQL Developer and databases in general.
    When I open SQL Developer and connect to a schema, a worksheet opens named MYSCHEMA. If I disconnect then connect, another worksheet opens, named MYSCHEMA~1. I assumed these were different sessions, but if I enter into one worksheet:
    select col1 from my_table where row_id = 1
    -- shows result is 1
    update my_table set col1 = 0 where row_id = 1
    select col1 from my_table where row_id = 1
    -- shows result is 0and then enter into the second worksheet:
    select col1 from my_table where row_id = 1
    -- shows result is 0I would have expected the second worksheet to report 1 because the first worksheet did not issue a COMMIT. Thus, I'd guess both worksheets are the same session? Is that right? If so, how do I have two sessions open simultaneously (opened by same user)?
    I'm trying to implement the code at the bottom of this post, for which testing requires at least two sessions:
    Re: Help with Procedure
    Edited by: tem on Apr 18, 2012 6:44 AM

    Thanks Jim,
    Ctrl-Shift-N doesn't do anything for me. I'm on a mac -- by experimenting it looks like command-N does what you're looking for. This appears to be the same as left-clicking on the "New" icon in the top left corner of SQL Developer, or selecting from the pull-down menu, File > New.
    This opens "Create a New" window that appears to be a wizard. What would I select at this point? Options are: Database Connection, Table, View, Package, ...
    I don't see an option for "Worksheet".
    UPDATE:
    OK, I found that if I select "SQL File", a worksheet becomes available. Perhaps this is what you intended. However, when I issue the command
    select col1 from my_table where row_id = 1;it still returns 0 instead of 1. Hmm, maybe my initial assumption was wrong -- if this is a second (e.g. different) session, should I expect the changes made in the first session in SQL Developer (the UPDATE command) WITHOUT a commit, to be observed in this second session? I thought that changes made in one session were not viewable in a different session until these changes are committed in the first session? If so, how to show this in SQL Developer? I must be missing something basic here.
    Or, is SQL Developer issuing some sort of "auto-commit" without my knowledge?
    Edited by: tem on Apr 18, 2012 8:00 AM

  • How to uploade multiple flatfiles for single transaction using BDC?

    How to uploade multiple flatfiles for single transaction using BDC?

    Hi,
    You need to upload all data files into an internal table first either using OPEN DATASET (application server files) or GUI_UPLOAD (PC files).
    Then loop at the internal table and call BDC transaction to process the data.
    Regards,
    Ferry Lianto

  • Set multiple passwords for single PDF

    Hi All,
    Do it is possible to set multiple passwords for single PDF i.e) a single PDF can be accessed using predefined passwords. It would be great if any one could can help me .
    Thanks
    Augustine

    Thank you.
    Do you mean different IDs can be used for a single PDF and can make the PDF protected.
    Regards
    Augustine

  • Change NWA language for single user

    Hello, gurus!
    The question is stated above: how can I change NWA interface language only for single user?
    Users in our BPM system are fetched from Active Directory therefore I cannot change (as they advise) user for my user from NWA. It is inactive.
    Is there any other solution?

    It shows that users are stored in LDAP.
    Also I'd like to draw your attention to language preferences in my browser
    Desirable language (English) is specified as recommended in guidelines, but NWA nevertheless is showed in Russian as you can see.

  • Init: can't exec /bin/sh for single user.....

    Has anyone come across this gem during start-up? it's outputting
    init: can't exec /bin/sh for single user: No such file or directory
    init: can't exec /bin/sh for single user: No such file or directory
    init: can't exec /bin/sh for etc/rc: No such file or directory
    This shows up after the apple logo on start-up. Any ideas?

    That message suggests that Mac OS X isn't able to open a shell or run the startup scripts because one of the items it needs is missing. Fixing this issue will require reinstalling Mac OS X.
    (11150)

  • Multiple Alerts for Single error in interface is a design not issue with XI

    Hi,
    This is constraint of alert mechanism in XI.
    You get multiple alerts for single error,the reason is that since XI will try multiple times to process a failed message so each time it fails in its tries it will send an e-mail.to stop this the "Suppress multiple alert" box is checked but what it does is that it stops all the alerts of that specific rule until the first one is confirmed.Personally i myself (and other experts too) suggest to leave the box unchecked coz its better to get tons of mails for a specific error rather than not getting any e-mail and thereby wasting time in tracking/solving the issue resulting in revenue loss to client.
    As per above comments is it possible to write an ABAP code so that we can stop multiple alerts to be sending to inbox. I am sure if we can delete message from some table then we can stop sending multiple messages to alert inbox and to the subsequent mail id also. I am not sure how alert being generated. I know where they get logged in this table sxmsalertlogger. If someone know how it works in background please let me know the table names.
    Regards
    Ria

    Hi Gaurav,
    You can personalize the way in which you receive alerts.
    Simply choose Personalization to make individual settings for your alert inbox. You can determine a substitute who will then receive the alerts. In addition, you can choose whether alerts are sent to you time-independently or time-dependently. The default setting is that alerts are sent time-independently to your alert inbox and via e-mail when they occur. You can additionally select the communication methods FAX and SMS for time-independent alert notification.
    If you want to receive alerts only on certain days for a certain time, simply select the option for time-dependent sending of alerts and choose Create to create a new table entry. You can then choose the corresponding factory calendar, the time interval, and communication channel. Alerts that arise during this time frame will be sent in any case to your alert inbox. If you have also selected other communication channels, the alerts are additionally sent to you using these other channels. 
    This above text is from SAP help, do you think by changing anything in personnalisation i can stop multiple alerts. I have some issue with Personalisation link so was wondering would be worth to get tht personalisation issue resolved.
    Regards
    Ria

  • Partner Function Queries Multiple Partners for Single Partner function SO

    Hi Experts
    Is it possible to  enter multiple partners  for Single partner Function in SALES ORDER
    For Ex : We have created Z1 as a Partner function for Sales Executives : and Sales Executive 1 , Sales Executive 2 Sales xecutive 3 etc as sales Partners for Z1 partner Function .
      Now Is it possibe to enter for Z1 -
    sales Exeutive 1
                                                Z1----
    Sales executive 2
                                               Z1----
    Sales Executive 3............
    I would be greatful if you repond the same at the earliest
    Thanks
    Rashmi K

    Hi Rashmi,
    The requested function is possible.
    In the customizing of partner function, you could set the field Unique as blank. Then you could enter multiple partners for same partner function.
    IMG->SD->Basic functions->Parnter determination->Partner Functions
    Hope it helps.
    Thanks and best regards,
    Smile

  • MACBOOK won't boot - bin/sh for single user message

    Powered up my 3 year old Macbook tonight and it won't boot.
    After some while it displayed a message saying I had to restart the Macbook which I did.
    Now (agian after a long while) it gets to a black screen then displays (twice) Diskos2: OX2103005 (Undefined) or somethimg like that as it's too small to read then
    Launched : Can't exec bim/sh for single user : input output error
    Any ideas?
    Thanks
    Dick

    Say, that does sound messed up! But so far sounds like a Hard Drive/Software problem.
    Boot from the Install CD/DVD, but do not install. Answer ONLY the "What Language" question and wait for the MenuBar to be drawn. Then Choose Disk Utility from the Utilities Menu.
    Select your Hard drive and click ( Repair ) Run it again until it comes clean or gets stuck. If stuck, write down the messages and post them here.
    It is also a good idea while you are up to do a ( Repair Permissions ). This only checks the things the Installer installed originally, but that is a lot of stuff. \[Once your Mac is up and running off the Hard Drive, you should Repair Permissions again.]
    A Mac that cannot boot from an appropriate Installer Disc has a Hardware problem.

  • Sharing a single session among multiple portlets for single application (e.g. wInsight)

    Does anyone know the best practices way for sharing a single Session for an application (running on a single Porlet server) among multiple portlets on a page?
    For example, the application wInsight uses 3 frames (navigation, search results - tabular, search results - chart) which need to communicate via the application's session scope. It is not just that we do not want for a single user to be running multiple sessions, but they really do share variable parameters this way.
    So far I can only think of trying to build a one true portlet and two empty containers on page load. I would use the portlet to establish the session with the Portlet server and then transfer the session information to the other two empty containers to instantiate their respective portlets. I haven't tried this yet, but will do so soon...
    Any help and feedback would be greatly appreciated.

    Karen,
    You can easiliy create several portlets out of a Struts application. For detailed instructions, refer to the Struts section of the Portal Developer's Guide.
    Good luck,
    Peter

  • Tolerance Limits: Multiple Invoices for single POs, Single Invoices for Multiple POs

    Hi,
    I'm currently looking at tolerance limit configurations, primarily the DQ (Quantity) and PP (Price) tolerance keys and had a couple of questions where you have the scenario of multiple invoices or multiple POs.
    1. If I had multiple invoices for a single PO, collectively they match the quantity and price on the PO; When I enter the first invoice into SAP it will be well below the lower price and quantity limit of the PO as it is one of multiple invoices to be entered. My question is what happens to the invoices in SAP, do you still post them despite the error message and they are just blocked until collectively the invoices match the quantity/price of the PO?
    2. If I had an invoice that related to multiple POs, when entering the invoice can I link this to multiple POs?

    You don't use user exits or enhancements for this.  Use a data transfer routine and assign it to your item level copy control config.  Spilt keys are controlled by setting the value of VBRK-ZUKRI.  Otherwise, you can use multiple payers or addresses to control it.

  • Create Multiple tasks for Single Item in List using state machine workflow in sharepoint

    Hi,
    I want to create multiple create tasks for Single Item in List based on Assigned to column using state machine Workflow through visual studio
    Here Assigned to column allows multiple users. so i have to create task for every user based on column .
    I'm trying for this but i didn't got any solution
    Please provide solution for this.

    Hi,
    According to your post, my understanding is that you wanted to allow multiple users to approve.
    There are some articles about creating parallel tasks in state machine workflow, you can have a look at them.
    http://www.codeproject.com/Articles/477849/Create-Parallel-Task-in-State-Machine-Workflow-in
    http://msdn.microsoft.com/en-us/library/office/hh128697(v=office.14).aspx
    http://social.technet.microsoft.com/Forums/office/en-US/b16ee858-4360-479a-a686-4ee35b7be9db/sharepoint-2010-workflow-creating-multiple-tasks?forum=sharepointdevelopmentprevious
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

Maybe you are looking for

  • Multiple users accessing XML Parser

    We are working through chapter 5 of the book 'Building Oracle XML Application' which deals with XML processing in PL/SQL We have installed the xmlparsr.jar and xmlplsql.jar then we ran load.sql as the user xmlbook. When I log in as xmlbook and go tho

  • Troubles with Windows after installing Acrobat X

    I built a Windows 7 machine from scratch twice and ended up with the same issue.  As soon as I install Adobe Acrobat X Standard, Windows Explorer freezes whenever I right-click on something in Windows Explorer (icon on desktop or inside folder).  I d

  • Pre-render (preview) acts crazy and crashes Premiere - QT Bug?

    I have a MacBook Pro 17", 2GB RAM, 2.4 GhZ dual core Looks like some sort of QT Bug: I have set my sequence preview settings to render with QT Animation codec. When I preview the sequence, it gets stuck at a specific location on a timeline when it re

  • PGI no. and Accounting Entry of Invoice

    Hi, I have got a requirement that the PGI(Post Goods Issue) no of a delivery should be same as delivery no. And the Same for Invoice also: Accounting Entry no of the invoice should be same as Invoice no. Is there any way by which we can configure it!

  • Como Trasladar de B1 2005 a B1 2007

    Estimados, cual es el proceso a seguir para migrar desde 2005 a la versión 2007; debo pedirle asesoria a mi pather???. Desde ya gracias.