Run Time Prompt - showing alias instead of member name

We have a Capex Planning application that uses right-click menus to launch business rules with Run Time Prompts. We are using Planning 11.1.2.1. Even we the alias table set, when opening the RTP it pulls in the member name rather than alias.
There is an Oracle KB article (Show the Alias name in the Business Rule Run-Time Prompt [ID 857832.1]) that has this solution:
Take the following steps to add the alias name to the run-time prompt along with the member name.
1. Log in to planning web.
2. Navigated to File >> Preferences >> Application settings.
3. Select Show Alias in Member Selection and change the option from no to yes.
4. Save it.
But in 11.1.2.1, there is not option for "Show Alias in Member Selection" under Planning Preferences.
We have an SR open, but figured maybe someone else has run into this issue as well.
Does anyone know how to get the aliases to show on a Run Time Prompt rule in 11.1.2.1?
Thanks for your help!!

Deleting and rebuilding the dimension in the outline will enable you to build the members in the order you may desire if the file is in a given order.

Similar Messages

  • Show member alias in a business rule RTP instead of member names

    Hello,
    Is there a way that by default in an RTP the user gets to see Aliases instead of member names? This is not very user friendly.
    Regards,

    I think in the earlier version that was a preference setting which allows alias in member selection. (not in 11.1.2.2, i checked that)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Members on rows, can they be passed to run-time prompt in a business rule?

    Hi!
    I have a input form which has a business rule with properties "Run on Save" and "Use members on Form".
    The business rule has run-time prompts (local variables) as follows (showing only the fix part of br...)
    FIX ([V_Year],[V_Version],[V_Scenario],@LEVMBRS ("Offering", 0),[V_Entity],
    [V_ICP], [V_Account])
    calculation...
    endfix
    Now my accounts are on rows and I would like pass those account members to the [V_Account] variable through run time prompt. The [V_Account] ís a local variable with Type "Members" in Account dimension. I have also selected 0-level accounts as limits. Other dimension members from page/pov seem be passed successfully to run-time-prompts.
    The run-time-prompt does not seem to be able to catch those account members on rows? Is it at all possible to pass members on dataform rows to run time prompts?
    kind regards,
    user637777

    Hi!
    Thanks John!
    I just have live with that and find another way to restrict the calculation regarding those accounts.
    kind regards,
    user637777

  • Run time prompts not appearing when launching BR from a right click menu

    Hi!
    I have a problem when trying to launch a business rule from a right click menu which is assigned to a dataform.
    The rule launches but does not show/ask for the run time prompts as it should do. The run-time prompts should not be hidden (I checked also Eas and data form selections).
    When using the rule form the Tools-Business Rules menu, the rule works fine. It prompts for the required variables and as they are filled in, the rule does what it is expected to.
    Also, when using the same rule attached into a form (and selected "use members on form"&"run on save") the rule works correctly.
    We are using version 11.1.2.1.
    I already have tried restarting Planning services but without success.
    What might cause this?
    kind regards,
    user637777

    Hi!
    I found out from the Oracle knowledge base:
    This issue is caused by unpublished Bug 11064867 - RIGHT CLICK MENUS NOT RENDERING RUN TIME PROMPTS
    In version 931 run time prompts worked correctly when launching them from a right click menu, I checked this out.
    In our current version I got this working (this is kind of a workaround) by adding a new RTP variable (using the same dimension as the original RTP variable). This way I got the rule to "ask for more information" (like what were you asking for? ) and not running the rule without interruptions. This instruction was given in Oracle support (knowledge base).
    kind regards,
    user637777

  • Using run-time prompts in BRs for Planning 11.1.1

    Hi to all!
    I want to create a run-time prompt for periods for which the calculation is to be done in my business rule. So via Tools>Variables I created a global variable of MemberRange type, then I inserted this variable in the Fix statement of my business rule in Calculation Manager but the validation of the rule fails stating that the BR has a run-time prompt which is not allowed. I have not found anything in the documentation on how to allow runtime prompts in a BR, so I would be very grateful for hints on how to correct it.

    Hi,
    For global variables:
    Run EAS console
    Right click on your Essbase server (e.g. localhost)
    Edit - Variables
    Set names and values of global variables for all apps and all dbs (if you need so)
    These names of global variables you can use in your BRs and CalcMngr scripts.
    For local BR variables:
    Run EAS
    Create new BR
    Go to "Variables" tab
    Add local variables as "Member" type / "Run-time prompt" usage type
    These names of global variables you can use in your BRs scripts.
    For global BR variables:
    Run EAS
    Open BR - Global variables
    Create new global variable as "Member" type / "Run-time prompt" usage type
    These names of global variables you can use in your BRs scripts.
    Edited by: Antony NoFog on 08.02.2010 18:05

  • Smartview webf run time prompts upon submit are not picking up from the POV

    Hi ,
    I am in Planning 11.1.2.1 and using Smartview 11.1.2.1.103. After connecting to Planning Webform from Smartview, i am saving a composite form which should launch a Business Rule with run time prompts attached to the webform upon submit. The business rules are running with default run time prompts and it is not picking up the members from the POV ... is there a way to make it pick up the members from POV into the run time prompts upon saving it ? so far the workaround is to initiate the business rule from the planning tab in smartview .. any thoughts on this ? cheers

    I found a known issue for smart view in 11.1.2.1 read me doc
    11075506
    When you open a data form in Smart View, if a business rule is directly attached to a composite data form that is set to Use Members on Data Form and Hide Prompt, the runtime prompt values are not picked up. Instead, the Runtime Prompt dialog box is displayed, and the user is prompted to enter a value.
    Good Luck

  • Business Rule err The following value is not valid for the run time prompt.

    Hyperion Planning v 9.3.3
    I have created a new BR with 2 local variables (created at the time of the BR), Variables are set as run time prompts. They are created as "Member" (not Members). The BR basically does a calc dim on dense and Agg on Sparce other than the prompt on Entity and Version dimensions. The entity variable has a limit on level 0 of the dimension. The Version variable limits to the input (Submit and Sandboxes)
    The BR is associated in Planning with an input web form. Entity and Version are in the page. Is set to Run on Save and Use members on form.
    If the run time prompts Hide boxes are checked, an empty Prompt pops up with only a Submit button. Click the button and an error comes up: "The following value is not valid for the run time prompt it was entered for:. But it does not indicate what member - just ends in the :.
    The BR will run sucessfully only if the Run-time prompt is not hidden - "Hide" in the BR is unchecked. So the syntax and logic of the BR is correct and security should not be an issue.
    The client wants no prompt. In production we have similar situations in which the BR works with the Web Forms without a prompt.
    What am I doing wrong - I have tried restarting the Planning service and the EAS service.

    My preferred method of doing this is:
    1. In business rule, do not hide the run-time prompts. This makes it easy to validate the business rule as you are building it. I only use Global Variables.
    2. On the form, have business rule set to run on save, use members on data form and hide prompt.
    Check that in the business rule, for the variables (Run-Time prompts), that they are all in use. If not, delete them from the business rule. Are all your variables global? Are some local and some global? This could be the issue.
    Deanna

  • Can't get Run Time Prompts to pop up in Planning 11.1.2.1 on WebForm

    Hi,
    Client is using Business Rules and not Calc Manager. I have a Webform that has a Business Rule attached with only Run on Save selected. In the BR there are various RTP's user needs to choose. When I navigate to the WebForm in the bottom left hand corner I don't see any available BR's. That is first clue it won't work? When I hit save, nothing pops up to select and only the message 'The data has been saved successfully' appears. Nothing about the rule has run successfully etc. I have provisioned the group I'm in with 'Validate or Launch' Access to the BR in question.
    Within EAS when I goto launch or validate the rule, the Run Time Prompt box pops up and allows me to make my selections but not when I hit Save on the form.
    Any ideas? Could it be a provisioning issue? My username is an admin.
    Stumped as I haven't done this in a while without Calc Mgr thus am I missing something obvious?

    OK. Possibly onto something here. On the left hand side of the Business Rule tab there are all the calc scripts. Then only Bus Rule that appears there is a new one I created that was an exact copy of the Business Rule in question, just with a '- New' appended to the end of the name. Funny thing is both Business rules that are attached to the form do appear on the right hand side. Thus how could that be? How does one get the Bus Rules to appear on the left hand side? Haven't been in EAS Business Rules mode for a long time.

  • Sequence will not validate with run time prompts in business rules

    I am in Hyperion Planning v 1.1.1.3, with Workforce initialized. I am creating a sequence of business rules. The rules use run time prompts within them and validate when used on their own. However, when I insert them in a sequence the sequence will not validate, apparently due to the run time prompts.
    The sequence returns the error: Cannot calculate. Essbase Error(1200323): Error parsing formula for [FIX STATEMENT] (line 7): expression expected after [(].
    Line 7 in the business rule is as follows:
    FIX ([rtpYear],[rtpScenario],[rtpVer],[rtpCC],[rtpBU],[rtpEmp])
    The problem is not isolated to this business rule, it occurs with any rule I try.
    Can sequences function with run time prompts in the included business rules?
    Stephen

    I have figured out that if any rtp is hidden in the business rule, the sequence will not validate. Is this expected behavior for sequences?
    Additionally, hiding the variables in the sequence has no effect if the variables are not hidden in the rule. When launched from a menu in a web form, the user is prompted for values for all variables (except for the Execution Database Name) although they are prepopulated based on the members in the POV, Page, etc. Is this also expected behavior?
    I also find that it won't validate if "Merge launch variables" is selected (I have included rules associated with different plan types and with different dimensionality, so this may be expected). The user is prompted to provide values for every variable in each rule in the sequence, many of them duplicates (though, again, they are prepopulated based on members in the form).
    Stephen

  • Hide run-time prompt in composite data form in 11.1.2

    Hi, I am using Planning 11.1.2, and the rule with run-time prompt I attached to a composite data from can't execute successfully when I selected "Hide Prompt" and "Use Members on data form". It says "An error occurred while attempting to run the following business rule on save". But if I set this rule to be run on save in a single data form, not a composite one, the rule could be run successfully. Is this a bug or does anyone know how to solve this? Thank you.
    Regards,
    Jerry

    Hi, I had the same problem and I did a Service Request to Oracle. This is a bug. Unfortunatly, I do not think there is a solution to fix this problem.
    The 11.1.2.1 version fixes this bug.
    Virgile.

  • Run Time prompts

    Is there a way to input TEXT string in HBR run time prompts using Global Variable (type string) and to save them against accounts(data type text) in Planning 9.3.1?
    In BR the assignmnt is
    Account_Name=[Global_Variable];
    I think this is the issue as I am asigning a text to account using "=" operator.
    The entered text is not getting saved for me. Please help.

    Hi,
    Unfotunately that's not possible, not only in 9.3.1 but also in later versions. You can alternatively use smart lists but of course that's not the same thing.
    Cheers,
    Alp

  • Run Time Prompts on Smartview

    Hi
    Wondering if anyone can help
    When submitting data via opening a data form on smartview a prompt appears asking wether you would like to run the associated business rule. However when you run a business rule through planning a run time prompt appears (e.g which week would inflationary increases apply from) asking for additional information.
    This prompt does not appear when running the associated rule through smartview is there any reason for this? Do I need to change a setting in smart view?
    Thanks in advance for your help
    Harman

    HI Amol
    Thanks for the reply
    This prompt has been set and is still not prompting when running the business rule through smart view
    Cheeers

  • About run time prompts

    Hi, i need to know how can we create run time prompts for business rules in system 9

    Hi,
    Open EAS, expand the business rules node, expand the repository view node and you should see a Global Variables node. Right-click and do new variable. Here you can create the variable. Under usage type you can select Runtime prompt.
    Once your variable is created you can reference it in a business rule by right-clicking withing your business rule.
    Gee

  • Run time error shows time _out error

    hi experts ,
    could you please solve this my present issue
    run time erro shows time_out error
    Error analysis
        After a specific time, the program is terminated to make the work area
        available to other users who may be waiting.
        This is to prevent a work area being blocked unnecessarily long by, for
        example:
        - Endless loops (DO, WHILE, ...),
        - Database accesses with a large result set
        - Database accesses without a suitable index (full table scan)
        The maximum runtime of a program is limited by the system profile
        parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this
         time limit is
        exceeded, the system attempts to cancel any running SQL statement or
        signals the ABAP processor to stop the running program. Then the system
        waits another 60 seconds maximum. If the program is then still active,
        the work process is restarted.
    how can i solve this with out restarting my server
    please

    Hi,
    >
    >     The maximum runtime of a program is limited by the system profile
    >     parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this
    >      time limit is
    >     exceeded, the system attempts to cancel any running SQL statement or
    >     signals the ABAP processor to stop the running program. Then the system
    >     waits another 60 seconds maximum. If the program is then still active,
    >     the work process is restarted.
    Since parameter (rdisp/max_wprun_time) has  value of 600 seconds, so if any user will execute any transaction/report in dialog work process and it is taking time more then 600 seconds then it will cancel that transaction and give time_out error. So, either you can increase this parameter or run long running reports in background.
    Thanks
    Sunny

  • Can we use Aliases instead of member name in Calc Manager

    We migrated business rules to Calc Manager. After migration Calc Managers are not getting validated (stating the member is missing in the database). Later found out that in the script it has alias name instead of member name which was causing this error.
    example
    Member name = C001
    Alias = Texas
    in the script it is mentioned Texas = 5; (this statement throws an error while validating, stating Texas is not present in the outline, even though Texas is present in the Alias table as an alias for C001).
    Once I modify the script to C001 = 5; it gets validated without any issue.
    Does this mean in Calc Manager we cannot use Aliases unlike business rules and Calc Scripts?
    Please advice.

    The 'Defects Fixed' section of the release notes for 11.1.2 includes...
    "Calculation scripts validate inconsistently in Essbase and Calculation Manager (8800397)."
    ...which is pretty broad!
    Can you run the rules OK? If so, I'd just ignore the Calculation Manager validation message.

Maybe you are looking for

  • How do I get to save my pass words and login so they appear when I doulbe click on a text box?

    I previous versions when I typed in a login or password for the first time it asked if I wanted to save the li&pw. It has stopped doing that. Also can there be a place in the Password storage to enter PW's that will appear once you start typing.

  • Large files are not getting transferred through file channel

    Hi the below code works fine for files upto 32 mb, but if the file size is more like 141MB, 250MB then the transfer starts but it doesnot get complete. the destination pdf is not opening and acrobat reader says that the pdf has been corrupted import

  • Debug EJB in JDev from JSP page

    Hi, I have read Oracle Note 120139.1 which has helped me debug EJB through JDeveloper. One problem is that it only works with a standard java client, not with a JSP page. I have tried setting "debug file as" Oracle8i EJB/CORBA and making the debug cl

  • Checking whether field-symbol from another program is assigned?

    Hi all I'm attempting to access a FS from another program. As the FS can be assigned, or unassigned within that program, how do I checked for that in my calling program? e.g. calling program; FIELD-SYMBOLS: <fs> TYPE STANDARD TABLE. DATA: lv_var(40)

  • Migration of database in apps

    Dear Gurus I want to migrate my oracle apps database from 9.2.0. to 11.5.10.2. If anyone has the docs please share.Also tell me what configurations do i need to make in my apps environment. Rgds