Any way to limit POV selections between different dimension?

Hi,
For Hyperion Planning:
My users continuously ask for to limit POV selections between different dimensions.
For example,
Dimension Entity: West, South, East, North
Dimension StoreType: Mega, Super, Normal
However, the following combinations make sense in current business context.
West - Mega
West - Super
West - Normal
South - Normal
East - Normal
If users select East - Mega, this does not make sense since there is no such combinations in current business context.
Do any one know a way to limit the wrong selection?
Thank you in advance.
Casper H

This link will give you the answer :- Re: Help in Data forms
probably not the answer you want to hear though.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Is there any way to stop the delay between different sets of speakers when using airport express?

    Is there any way to stop the delay between different sets of speakers when using airport express?

    Unfortunately, I don't have either a Slingbox or iHome speakers so I won't be able to reproduce any of the issues you are having. With the fact that you live in large apartment complex would still lead me to believe that Wi-Fi interference may be the reason that you are having streaming issues.
    I suggest you perform a simple site survey, using utilities like iStumbler, or AirRadar to determine potential areas of interference, and then, try to either eliminate or significantly reduce them where possible.

  • *Is there any way to limit the Chart Bar size dynamically?*

    Hi
    I have selected the Marker size as Medium for my Bar chart.
    Bar chart bar showing too big when there is only one bar.
    Is there any way to limit the bar size dynamically?
    Thank you

    hi Ruwan,
    Don is correct in that there is no option in the chart design component to do this.
    what you can do though (i know it is a pain) is to
    1) create a new chart in a new section with a narrower bar using the chart options dialogue
    2) create a conditional suppression formula for the new section and the old chart section based on the value returned in the Show Value for the chart
    i have created a request for a charting overhaul [here |https://ideas.sap.com/community/products_and_solutions/crystalreports;jsessionid=B3E2E9F6A6CC9C9F5321659382A91855.node0]in the ideas place which includes a solution for this particular issue. please feel free to give it the thumbs up if you think that this is a worthwhile idea.
    jamie

  • Is there any way to limit purchases on my iPad

    Hello world
    MY question is simple: Is there any way to limit ALL purhases (not only in-app purchases) on my iPad.
    I've tried to assign a debit card with a small amount of money but it did not help. I'm still able to make purchases, their cost is in "pending" state(a red sum in iTunes with info that my card could not been authorized) and thay will be debited from the account as soon as i refill my account

    Remov the card details and credit your account with a small amount by means of an iTunes gift card.

  • Is there any way I can use continuity between an iDevice and a Lumia? (The iDevice being an iPad or iMac)

    Is there any way I can use continuity between an iDevice and a Lumia? (The iDevice being an iPad or iMac)

    Continuity requires OS X and iOS. At least one of the devices you mention is lacking those... So no.

  • Is there any way to limit video game usage in safari???

    Is there any way to limit video game usage in safari???

    Parental Controls might work for you >  Mac OS X: Parental Controls

  • Is there any way to convert the selected rows to text in javascript??

    Hi All,
    I have place some word file to indesign cs 5.5 it is almost in one table, i need to separate the text from the real tables, Is there any way to convert the selected rows to text in javascript??
    If there is no way to make that, any one can help me to make a script to cut the selected rows and place it in privies pointer of the table to make it independent table and after that convert it to text ?

    This insert the rows contents after the table instead of being before:
    for (var r = app.selection.length - 1; r >= 0; r--) {
        for (var t = app.selection[r].rows.length - 1; t >= 0; t--) {
            for (var u = app.selection[r].rows[t].cells.length - 1; u >= 0; u--) {
                for (var c = app.selection[r].rows[t].cells[u].paragraphs.length - 1; c >= 0; c--) {
                    app.selection[r].rows[t].cells[u].paragraphs[0].move (LocationOptions.AFTER, app.selection[r].rows[t].parent.parent.storyOffset.parent.insertionPoints.nextItem(app.se lection[r].rows[t].parent.parent.storyOffset));
                    if (c != 0)
                        app.selection[r].rows[t].parent.parent.storyOffset.parent.insertionPoints.nextItem(app.se lection[r].rows[t].parent.parent.storyOffset).contents += "\r";
                if (u != 0) {
                    app.selection[r].rows[t].parent.parent.storyOffset.parent.insertionPoints.nextItem(app.se lection[r].rows[t].parent.parent.storyOffset).contents += "\t";
                else {
                    app.selection[r].rows[t].parent.parent.storyOffset.parent.insertionPoints.nextItem(app.se lection[r].rows[t].parent.parent.storyOffset).contents += "\r";
    for (var r = 0; r < app.selection.length; r++) {
        for (var t = app.selection[r].rows.length - 1; t >= 0; t--) {
            app.selection[r].rows[t].remove ();

  • Is there any way to limit the number of Threads running in Application(JVM)

    Hello all,
    is there any way to limit the number of Threads running in Application(JVM)?
    how to ensure that only 100 Threads are running in an Application?
    Thanks
    Mohamed Javeed

    You should definitely use a thread pool for this. You can specify maximum number of threads that can be run. Be note that the thread pool will only limit the number of threads that are submitted to it. So donot call "Thread"s start() method to start thread on your own. Submit it to the pool. To know more, study about executor service and thread pool creation. Actually it will not be more than 20 line code for a class and you might need maximum of 2 such classes, one for threadPool and other one for rejection handler (if you want).
    Just choose the queue used carefully, you just have to pass it as a parameter to the pool.
    You should use "Bounded" queue for limiting threads, but also be careful in using queues like SynchronizedQueue as the queue will execute immediately the threads submitted to it if maximum number of threads have not been running. Otherwise it will reject it and you should use rejection handler. So if your pool has a synchronized queue of size 100, if you submit 101th thread, it will be rejected and is not executed.
    If you want some kind of waiting mechanism, use something like LinkedBlockingQueue. What this will do is even if you want 100 threads, you can specify the queue's size to be 1000, so that you can submit 1000 threads, only 100 will run at a time and the remaining will wait in the queue. They will be executed when each thread already executing will complete. Rejection occurs only when the queue oveflows.

  • Is there any way to enable eventlog replication between two nodes in windows 2008 failover cluster.

    Is there any way to enable eventlog replication between two nodes in windows 2008 failover cluster.
    Thanks Azam When you see answers please Mark as Answer if Helpful..vote as helpful.

    Hi,
    As far as I know there don’t have the log replica function between failover cluster node, if you want to have the Unified log management you can refer the following related
    KB:
    Configure Computers to Forward and Collect Events
    http://technet.microsoft.com/en-us/library/cc748890.aspx
    Hope this helps.
    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.

  • Is there any way to limit usage on certain jetpacks?

    Hi~
    I have a shared everything plan 40GB.  I live in the middle of nowhere.  I homeschool and need to do a lot online. Area monopolized by satellite which is an awful but necessary evil.  When it rains, forget TV or internet.  They do still offer dialup.  Ha!  Anyway, so I chose this plan and it has been "okay".  The signal is spotty and the 4G I was told I would get is hardly what I get on my phone when I am in the main cities.  Still, we make do. 
    Here is my current dilemma.  My elderly mother in law is staying with us for... a while.  She is not a pro, but she can certainly get online.  Of course, I have passwords (of my own making).  My kid put a password on her laptop when she said she needed to check email.  Well, it turns out that granny likes to play online games.  The ones that stream.  She sucked up all 40 GB in a few short days.  Uploads, downloads, you name it.  She has been told time and again that the usage was OVER.  That she had to wait for it to roll over.  She was still going online.  I was in a panic with the emails about overages, etc.  I had to disconnect the boxes and take out the batteries, just to be sure.
    I do know that the boxes can be configured to only work with the mac addresses you designate.  That's great.  I did that with the first one, but not yet with the newer one, b/c it was only my husband, myself and kids-we are all VERY clear on usage.  So, yeah..the one she has been using is the newer one b/c we trusted she would listen to what we told her.
    My question is this:  Is there any way that I can create a dedicated user "account & password" to her and then limit THAT usage?  I know something kind of like this can be done for kids phones, but no clue about boxes.  I really don't want to have to block her, but I cannot afford to sacrifice my kids education b/c she wants to play games.  My spouse will never deny his mom anything, but he gets mad when told the usage is gone after a week.  My usage is about to roll over again and I NEED it. 
    I asked a rep on "live chat" & they couldn't help-told me to call.  I will call, but prefer to do it during the week, when no one will "overhear" and get offended.  Any help or guidance would be greatly appreciated.
    Thanks in advance'

        Windchimes74, oh wow! That is a lot of usage in a short amount of time. We do have a great application called Family Base. You can restrict the amount of time/amount of usage that a particular device can be used. By doing this you can put a limit when Mom is online. Once the jetpack reaches that limit it will not allowed to be downloading anything else. This package is $5 a month for the whole account. It is an awesome feature that I myself use for many lines on my account.
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • Any way to switch phone numbers between phone lines....

    I have 2 phones under my name, 1 of which has the unlimited data plan, which I currently have suspended because I don't use. I would like to upgrade my other phone because the phone I have is giving me problems, but I do not want to pay ridiculous fees and such for the data plan.  Is there any way to transfer the phone number from the phone I use to the other phone, so that I may have the unlimited plan, and also cancel the unused phone? Thanks.

    There a couple of different issues you'll want to consider here:
    1) If you use the upgrade from the line you want to cancel, you will start a new contract on that line and owe a $175 ETF if you purchase a basic phone or a $350 ETF if you purchase a smartphone.  The contract is tied to the specific line (and phone
    number), so you can't move it around.  If you upgrade a line, you must keep it for 24 months or pay an Early Termination Fee.
    2) Your unlimited data package is tied to the line and phone number that is currently on.  That means that if you want to use the unlimited package, you'll have to activate your new phone on that line and number.  You won't be able to get the unlimited data on the other number on your plan.

  • Is there any way to limit the number of RFC calls from xMII to SAP R/3

    Hi All!
    I wanted to know whether the number of simultaneous RFC connections made from xMII to SAP R/3 system can be controlled in any way. Suppose we have a scenario wherein some million Sales Orders or Production Orders are to be updated in SAP R/3 from xMII in a short span of time. For all these updations to take place, multiple RFC calls will be established from xMII to SAP at the same time. This will increase the load on the SAP R/3 system and affect performance of the SAP R/3 system. Is there any check on xMII side to limit the number of RFC calls that can be made to SAP R/3 system?
    Regards
    Anupam

    Anupam,
    If you are using 11.5 just keep in mind that the JCO connection points to a single application server (based upon the SAP Server alias connection settings), but the traffic itself to make a BAPI request is effectively the same as any client user traffic.  There will obviously be limitations on performance and throughput, with network and server constraints added to the number and size of the R/3 requests, but there is no magic formula to plug-in because of all of these variables.
    If you are using 12.0 (or plan to migrate when it goes GA) then taking advantage of the JRA (java resource adapter) and the associated application server pooling that it offers on the NetWeaver side of things will greatly help you in the throughput capacity.
    If you have put some of your xMII application into either test or productive use and are running into issues then I would highly recommend entering the specifics into the customer / partner support portal so that they can help you through any associated problems.
    Regards,
    Jeremy Good

  • Any way of restoring iTunes selections from iPhone back to hard drive?

    First, I have been in a series of PC-like disasters ever since I installed Leopard at Christmas--to the point where I've actually given up any hope of getting my data back--and I can only blame this on synching problems between my iPhone, Mac Mini, and iDisk. Given that I am probably to blame; nevertheless, I'm frustrated, angry, and disappointed with Apple.
    Having said that, I have my (very expensive) iTunes collection ON my iPhone, but Apple says that I cannot restore it to my Mac Mini, only the other way around.
    Does anyone know of any way around this? It does not seem fair, reasonable, or even friendly that I can't take my thousands of UK £££ music and restore it back to my desktop!
    Thanks in advance for any suggestions.
    -- Mark

    For the series of PC-like disasters regardless where the blame lies for a particular problem or problems, is the reason for maintaining a backup - with multiple backups for the most important data such as iTunes purchased content.
    That being said, iTunes includes an option to transfer content purchased from the iTunes Store from an iPod or iPhone. This is for content purchased from the iTunes Store only.

  • Any ways to roll over to a different log file when the current log file big

    How to roll over a log file when it reaches maximum to a different log file?
    any ways of doing this??????

    More info in the new owners....
    http://www.oracle.com/technology/pub/articles/hunter_logging.html
    And more!!!!! here to build a configuration file with filehandler properly setted to an specified size
    http://www.linuxtopia.org/online_books/programming_books/thinking_in_java/TIJ317_021.htm

  • Any way to make DM select the closing tag when clicking the opening tag?

    Visual Studio allows you to for example select an opening
    <p> tag... and then bolds the closing </p>. Same with
    <div> and so on. I realize DM has a breadcrumb view near the
    properties window but that's comparatively weak. Any way to make
    this happen with DM9?
    That would be really handy - I'm amazed it's not default.
    Thanks!

    Have you explored the features available in the Coding
    Toolbar? e.g. Select
    Parent Tag
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WSc78c5058ca073340dcda91 10b1f693f21-7bca.html
    Regards
    John Waller

Maybe you are looking for

  • Agere Ethernet Controller (ET-131x) - unable to install the driver

    I need to install the following wired NIC: 01:00.0 Ethernet controller: Agere Systems|ET-131x PCI-E Ethernet Controller (unknown) It seems that the "et131x" kernel module is necessary. The web site bellow gives instructions on how to install the driv

  • Document type AER

    Greetings, I am told that document type AER is a good document type to utilise. In my DMS system I see that such as ACT, ADA, ADC, ADE are there but not AER. Is there a website where I can see how document type AER is configured since I cannot see th

  • CRM_IC - SAPLTHFB "Raise_exception"

    I need your help, my CRM_IC don't run send me this error, mi services are activate, but the page cannot displayed, please send me information about this. Thanks every body Alejandro Mexico City

  • BAPI to create network - CJ21

    Hi all, I was trying without success to implement the BAPI_NETWORK_MAINTAIN, to create a network. Is this the correct option, or is there a better one for this? Best Regards, Pedro

  • Programs crash when trying to print

    Each time I select (command+p) for print or select print from the apple pull down menu, the program encounters an error. This happens with Word, Textedit, Preview... Any thoughts? BTW I am using an HP deskjet 6840