OBIEE multi-select dashboard prompt selection limit.

I am runing into a limitation on the number of selections I can make with a multi-select dashboard prompt. I can not find any documentation on this limitation. Does anyone know what the limitation on the number of selections is?
Thanks

Are you looking for this:
http://obiee101.blogspot.com/2008/07/obiee-number-of-default-values-in.html
regards
John
http://obiee101.blogspot.com

Similar Messages

  • Some user cannot save Dashboard Prompt Selections OBIEE

    We are having issue with some users cannot able save dashboard prompt selections of themselves, even though the group they belong to has rights to it.
    This issue happens only for some users, it works fine for other users. They all belong to the same group.
    Access privilege on the Saved Selections is set for "Everyone".
    Any help will be great appreciated

    Verify if the 'My folders' for each user has been enabled or not. Usually , if 'My Folders' is disabled for that user there would'nt be any "_selections" folder created in the individual user catalog folder. Once the "My Folders" is enabled for that user via Manage Previlages , the users should be able to save the dashboard prompt selection 'for themselves and also for other too'.All the selections by the user would be saved to this folder.

  • Resetting Selection from a Multi-Select Dashboard Prompt in OBIEE 11g

    Hi all,
    I have a dashboard prompt, containing 3 columns which all are set to allow multi selection and default value is all values.
    In 10g, after choosing some values in one of the prompt and clicking Go button, I can manually remove all my selection to reset it back to the default value (which is all values).
    In 11g, however, I am not able to find how to do it. The reset button doesn't reset back to the default value (which is all values). So what I have to do is to use the "Clear All Customization", which will clear all my selection for all the prompts.
    Any suggestion on how to do this? Thanks in advance!

    Hi Deepak, actually I don't need any script to do that in 10g.
    It's a built in feature in 10g. If you remember, for multiselect prompt in 10, we will click the "..." button to show the box for value selection. Then we can move values from left box to the right to include them, or vice versa to not include them. So by moving the values from right box to the left, I essentially revert to default value which mean all values will be shown.
    In 11g, this box is not shown anymore, instead we are checking the values one by one from a drop down list.
    Any suggestion? Thanks.

  • Limiting dashboard prompt selection to max two selections at a time

    Hello Experts
    Is there a way that i can limit my state dashboard prompt to max two selections at a time. As you know i have the option to choose multi selection which doesn't limit my selection. Any advise.
    Thanks
    Ravi

    user1146711 wrote:
    Hello Experts
    Is there a way that i can limit my state dashboard prompt to max two selections at a time. As you know i have the option to choose multi selection which doesn't limit my selection. Any advise.
    Thanks
    RaviHey, Ravi. I see that you responded to the unanswered questions. Thanks. Since you did, there is no need to point out which ones. My point is simply that we all use this forum with the attitude of gratefulness, meaning, when we receive help, it is someone taking time out to do it... for free. Thank you for your prompt response! Here's my solution for what you are trying to achieve:
    1) Keep your multi-select prompt for your States and the one for your "National" prompt.
    2) Now build a small report on your using the States column and a dummy column set to RCOUNT(1).
    3) Put a filter on the RCOUNT column "greater than" 2 and an "Is Prompted" filter on the states column.
    What this report will do is return rows when the number of selections from the multi-select prompt is 2 or less. It will return no rows if more than two states are selected. (If you insist on 2 states for comparions, set the filter operand to "equal to/is in.")
    4) In your Dashboard, put a section in it along with the main report.
    5) Click on Section Properties>Guided Navigation and point to the small report, to display the section when "the request returns rows."
    6) Put another Section in the Dashboard and add a Text Object.
    7) Again, click on Section Properties>Guided Navigation and point to the small report, but this time, "when the request returns no rows."
    8) In the Text object, enter something like, "To properly view this report, you must select only two(2) states in the multi-select prompt. Please try again."
    There you go. If the user selects more than two states, the report section will be hidden and the text will appear instructing the user to "try again." When the user selects only two states, the report will display properly.

  • Protect selected Dashboard Prompt Values

    Hi there,
    I've created two Dashboard Prompts. The one to select "has Product", the other to select 'has not Product'. I created two Dashboard Prompts add these on a section of dashboard.
    If I select a product in the first DBP and click go, the value is taken over to the second DBP and the other way round.
    I want to select e.g. 'Product1' of the first DBP and 'Product2' of the second DBP, set the values in presentation Variables, so that I can analyze which customers has bought 'Product1' but not 'Product2'.
    Thanks in Advance
    Frank

    Hi,
    ok, its still not working.
    The first DBP Column: Product_description, Presentation Variable: HAS_PRD
    Second DBP Column: Product_description, Presentation Variable: HAS_NOT_PRD
    In the Report 2 Filters:
    1. Product_description is equal to / is in @{HAS_PRD} - Filter Option: Protect Filter
    2. Product_description is not equal to / is not in @{HAS_NOT_PRD} - Filter Option: Protect Filter
    By clicking go on a dashboard Prompt, the other DBP shows the values of the first one and the other way round.

  • Default Selection Issue in Dashboard Prompt

    Hi All,
    I am using the below logical SQL in SQL Results for Default Selection of a column in a dashboard prompt,
    SELECT "Facts"."Service Provider", "Config"."Integration Id" FROM "IMONIT - Transaction Log" WHERE "Config"."Integration Id"='@{inttype}'
    Here, I have used a presentation variable, which is set by another prompt. Also the Facts and Config table are joined in RPD. The issue is it does not selects the values returned by the logical SQL by default. But if i use the same logical SQL in SQL Results of Choice List Values for the same column in the prompt, the logical SQL does work and populates the prompt only with the values returned by the logical SQL.
    Any help is much appreciated.
    Regards,
    Maria

    Deepak, actually the scenario is that I am navigating to the page with the dashboard prompt from another answers report located on another dashboard page. This SQL works perfectly when I press the GO button of prompt on the same page. But its not working when I am navigating to the same page with the prompt from any other report. Any ideas ?

  • Cascade dashboard prompts in OBIEE 10.1.3.4

    Hi,
    Is there any concept of Cascade dashboard prompt in OBIEE 10.1.3.4.
    I have a requirement as described below -
    Start date and End date dashboard prompts. (Calendar) - Results of Start Date and End Date selected are captured in the Presentation Variables Startdt, Enddt respectively.
    Promotions dashboard prompt (multi select) - This Prompt should show the results from the SQL Query -
    SELECT "- National Promotion - Canadian Market"."National Promotion" FROM "SPDM" where "- National Promotion - Canadian Market"."NP Status"='Active' and "- National Promotion - Canadian Market"."NP Region"='Canada' and "- National Promotion - Canadian Market"."NP Type"='National' and "- Calendar".Date BETWEEN DATE '@{Startdt}{06/28/2010}' AND DATE '@{Enddt}{12/31/2010}'
    But the results are not populating in the Promotions Prompt. Can anyone help me in fixing this.
    Thanks in advance.
    Regards,
    Sri

    Hi
    This is a known OBIEE bug.
    Please refer http://gerardnico.com/wiki/dat/obiee/presentation_variable_initialization
    With a Multi Select dashboard prompt
    You cannot set a Presentation Variable in a Multi Select dashboard prompt in OBIEE 10g. This is expected behavior. OBIEE 10g is working as designed. A Presentation variable can assume a single value. Because of that, presentation variables are not available when using multi select prompts. OBIEE 11g will introduce the ability to set Presentation Variables when using multi select prompts. In 10g you can try as a workaround using more than 1 prompt.
    I don't more work arounds than listed here:
    http://obiee-blog.info/answers/multiselect-prompt-presentation-variable/
    But, these work arounds might not suffice your issue.
    Please let me know if you come up with a better solution.
    Good Luck.
    Chandu.

  • Unnecessary Report refresh on the dashboard when changing the dashboard prompts

    Hello All
    I have two reports on a dashboard with two dashboard prompts for example Report 1) Year, State, Count; Filter: Year is prompted 2) Year, State, Count; FIlter: State is prompted. On the dashboard we have two reports Report1) and Report 2) with Year and State dashboard prompts.
    The issue is when you change year prompt both the reports gets refreshed even though nothing changes on report 2 but it still dissapears and appears as it is refreshing and  the same happens with report 1 when i change the state prompt it refreshes that report.
    Please letme know how i can limit the dashboard prompt to refresh only the report where it is prompted.
    Thanks
    Ravi

    are you talking about the database table caching? if so we are using OLAP cubes and I am not sure if caching is disabled. Is my issue related to caching? also another updated if I have just one dashboard prompt for example just year  only report 1 refreshes and the report 2 doesn't disappear. But when I add state dashboard prompt, which ever prompt I change state or year  both reports refreshes. The problem is when I add more than one prompt on the dashboard all the reports refreshes when the dashboard prompt selection changes. Any ideas.
    Thanks

  • Creating dashboard prompts at run time.

    We have a requirement of creating dashboard prompts at runtime. Our scenario is as follows:
    We would like to create trend charts with multiple trend lines. We are planning to use the Line Graph view to achieve this. However, the number of trend lines and the columns of a table to be used as trend lines will be input at run time. As an example, users will be prompted to enter the number of trend lines they wish to plot in the chart. Depending on the input, we need to dynamically create those number of prompts. The prompts will be a choice list of columns that can be used as trend lines. For the following table structure:
    table: table1
    column1: quantity
    column2: quantity_accepted
    column3: quantity_rejected
    the dashboard prompt 'Select number of Trend Lines' will ask users for a number. Let's say the user enters 2. We need to dynamically create 2 prompts based on column1, column2 and column3.
    Is there a way of implementing this requirement?

    I think you need to look at the JAXB capabilities
    Try using JAXB & JSTL to dynamically build your faces-config.xml
    For Runtime Java bean Classes
    IF you have an XML schema/DTD you can use JAXB to generate Java Bean Source code
    Obviously you are going to have to build into your application the ability to invoke the JAXB & Java Compilers

  • Switch Section in a dashboard based on the selection of Prompts (OBIEE 10G)

    Hi All,
    I have a requirement : I have to switch Section in a dashboard based on the selection of Prompts (OBIEE 10G).
    Lets say I have 1 report in section1 and another report in section2 of a dashboard. I have a dashboard prompt,now say when the user does not select any value in a prompt I have to show section1 and when he selects values in a prompt then I have to show section2 of the dashboard. I tries this using Guided Navigation Link and presentation variable but there is a limitation that I have to select only one value in the prompt as i have created presentation variable.
    But the client wants the prompt as Multi Select. in this case I can 't use the presentation variable.
    How can I fulfil this requirement.Please let me know.
    Thanks,
    Krishna

    How you create your multiselect prompt? Is it based on a column? Using multiselect prompt you'll get an issue in this case. The prompt behavior with choosing all values and choosing nothing is equivalent. But your requirement has different behavior lines.

  • Using a column twice in a dashboard prompt -- multi-select and wild-carding

    My client is using OBIEE 10.1.3.2; they cannot upgrade at this time. However, they want to be able to enter both a list of values and a wild-card search for additional values at the same time for a single column in a dashboard prompt.
    Since they cannot upgrade, they do not have the wild-card search feature of the enhanced multi-select prompt feature of 10.1.3.3 and later releases.
    Has anyone found another method to do this, perhaps by using a column twice in a dashboard prompt or in separate dashboard prompts on the same dashboard apge, in order to OR the results of a multi-select and an edit box (with wild-card pattern-match entry)? I suspect that will not work -- that the results sets of one prompt for a column will override any other prompt result sets for the same column.
    Has anyone found another way to do this, prior to release 10.1.3.3?

    Yes, it is possible.
    This is how to do it:
    In your report you need to add two filters on the same column and combine them with OR.
    First filter: is prompted.
    Second filter: is like presentation_variable
    Then protect this filter!* This will make that your prompt will be filtered on the pres. variable and that it won't be overwritten by another prompt.
    Now create your dashboard prompt:
    First add your column with an edit box and attach the presentation variable to it.
    Then edit the formula of the column, so it will not reference to the column anymore. (Which isn't needed, since the value will be set to the pres. variable.)
    Then add the same column with a multi-select.
    Then test it and check your results.
    Regards,
    Stijn

  • How  to get the value of multi-select in the   Dashboard Prompt

    I have a multi-select prompt in the Dashboard Prompt,  what I want is,   how do I know that user has choose one value,
    for examle,  for some reasons,  if user didn't choose any value,  then I will set one column in answer as "customer office" , if user choose one value, then the column in answer will be "customer name". 
    any comments, thanks.

    Hi,
    first define the presentation variable for the required column prompt. ex: PV
    Then in report level set the filter for that column = @{PV}{customer office}. here u have to give default value as "customer office", so by default the report in dashboard will show customer office even though the user does not select any value from dashboard prompt.
    Mark If Helpful/correct.
    Thanks.

  • Need to store variables from multi-select in Dashboard Prompt.

    I am using a Dashboard Prompt with a Drop-down List Control. The user selected value from this Drop-down List Control is stored in a Presentation Variable.
    I would like to use a Multi-Select Prompt and store all multi-select values in a variable string. I have read that is not possible to use Presentation Variables with a Multi-Select Prompt.
    Does anyone have a workaround for this?
    Thanks,
    Stan

    Check out this thread here:
    Re: Display values selected in Multiselect prompt

  • OBIEE - How to selectively hide or disable columns on a dashboard prompt?

    Hello! I need some help with OBIEE dashboard Prompts. Any help will be highly appreciated!
    Question 1. How to selectively hide or disable columns on a dashboard prompt or the entire prompt? There seems to be no "hide" or "dsable" options on
    prompts.
    Question 2. How to synchronize 2 different prompts on the same dashboard?
    The application is this: There are total of 2 tabs on a dashboard ("tab_1" and "tab_2"). Each tab uses different prompts ("pr_1" and "pr_2"), having just one first drop down column in common ("Product_id").
    The desired functionality is this: user selects "Product_id" on the first tab's prompt, which filters its reports (on "Go") and also propagates to the second tab. When user clicks on the second tab, the reports there are already filtered (or begin filtering) by "product_id", selected on the first tab.
    Question 3. How to prevent the reports from retrieving when switching to a different tab on a dshboard? Specifying dummy default values in the prompt does
    not seem to preven reports from retrieving, which still takes time.
    Thank you very much!
    Roger

    Regarding Question 2:
    What you need to have is a Dashboard scope dashboard prompt for Product_ID (i.e., Don't use the column prompt from the prompt tab within the Request.)
    1) Create the dashboard prompt, put it on tab1 and save the prompt to a presentation variable, say prmtProdID. Set the scope to "dashboard." (This is the default, by the way.) If you create a dashboard prompt and set the scope to "dashboard," then the prompt values selected will hold true across dashboard pages.
    2) On tab2, go to your report and in Criteria mode, apply a filter to the Product_ID column making it equal to the PV. (Click the filter icon, Add>Variable>Presentation Variable and type prmtProdID. Save.)
    When the user selects a Product_ID on tab1 of your dashboard and hits "Go," not only will it filter your report on tab1, when you go to tab2 the report here will be filtered with the same value selected in the prompt on tab2.
    Regarding Question 3:
    If you implement 2, you cannot implement 3. You can't have it both ways. Not for the same scenario. But if you want to know how to do it in general, read this:
    http://obieeone.com/2009/08/24/how-to-stop-queries-to-automatically-fire-off-once-entering-dashboarddashboard-page/

  • OBIEE 11g Dashboard Prompts can be  selected sequencely (unhide/hide)

    Hi,
    I want to show dashboard prompt sequencely. The user completed one of dashboard prompt the other prompts can be hide.
    How can I make a relationship between dashboard prompts for selection the prompts one by one?
    Do you have any suggestions?
    thank your replies.

    Thanks. I would need only ONE Clarification.
    the Fact table has data at Date Level. For Example,
    Date Revenue Stage
    20120101 123.98 1a
    20120302 178.965 1b
    20120401 768.99 1c
    The report should contain the following columns based on date range selection:- Start Date & End Date
    Start_Date_Revenue End_Date_Revenue Start_Date_Stage End_Date_Stage
    So, I have used FILTER(Revenue using Date = 'Presentation Variable for Start Date') & FILTER(Revenue using Date = 'Presentation Variable for End Date') for Revenue Calculation.
    Similarly, is there any way to retrieve the stage columns data for each date and show it in report?
    Note:_ I have tried the filter function for Dimension Column to bring Stage but it works only for Measure Column

Maybe you are looking for

  • Service desk: Hide links (queries) in the work center view

    Hi, we are using the service desk towards our customers. Basically we have to sets of roles: one for consultants (ourselves) and one for our customers. Our customers are entering the service desk through a web-interface. If the consultants enters the

  • HT4528 THE Itunes store app will not open

    when i touch the app it open and closes right back up! any help

  • No screen just the ligh

    My 4GB Zen was having connection problems, so when I finally got it to work, I was listening to it for a couple of minutes then the screen just went black! All there is, is a light coming from the screen and a blue light coming from the hold/power bu

  • Problems Embedding swf In Site Built and "Sliced" From Photoshop CS5

    Made a slide-show in Flash, and want to embed in new site that is being constructed. When using "Insert/Media/swf", or copying the code that came with the swf file, it "Splits up" the website in DW. It's like it gets cracked like a mirror. However, i

  • My Tablet A1000F charges but does not connect to the laptop.

    I need help i don't know what to do, I've tried resetting it, even connecting to other laptops, even different usb cords but it just wont let me connect to my lap top. so im asking for any ideas that will help me.