Prompt value based on another prompt(Multi Select prompt)

Hi Expert,
I have two multiselect prompt Continent and conutry
my req is when I select continent in the first prompt then second prompt sholud show the country based on first prompt value.
Ex : If I select Asia in continet then country prompt sholud show only Asia's country.
any sugeestion pls.
i know constraint but only possible in drop down prompt..

Hi,
Constrain is not applicable for edit box only.We can use it for drop down list and multi select also.Other wise go for the presentation variable.
mark if helpful/correct...
thanks,
prassu

Similar Messages

  • Combo Prompt Design (with Drop down and Multi-select prompts)

    Hi folks,
    I have the following prompt design requirement in OBIEE dashboard:
    PromptA: should be a drop-down prompt
    PromptB: should be a multi-select prompt
    PromptB should list the values contained in either of two dimensions (lets say: Product Names and Product Group Names ). Lets define Product Names to be the names of individual products, while the Product Group Names is the names of a predefined collection of certain products.
    The string values that should appear in the PromptA then are: Product Names and Product Group Names. Consequent to the selection made in PromptA, values from one of these two dimensions should be dynamically displayed in PromptB. That is, if Product Names is selected from PromptA, then all product names from the Product Names dimension should be listed in PromptB. And if Product Group Names is selected from PromptA, then all product group names from the Product Group Names dimension should be listed in PromptB.
    Can anyone tell me how do I relate the above two prompts and have my reports to work accordingly?
    regards,
    Mahendra
    Edited by: Mahendra Varman on Jan 7, 2009 12:11 PM
    Edited by: Mahendra Varman on Jan 7, 2009 12:21 PM

    Hi
    For this you have to do two dashboard prompt
    In promptA:
    select one dummy column,
    In control dropdown list select dropdown
    In show dropdown list select SQL Results
    In sql results write the following query
    Select case when 1=0 then tabelname.column else 'Tablename.ProductNames' end from subjectarea name
    Union all
    Select case when 1=0 then tablename.column else 'Tablename.ProductGroupName' end from subject are name
    In set variable ->set presentation variable called var1
    Saved it as PromptA
    In PromptB:
    Select one dummy column in that column forumla write @{var1}
    but problem with this approach it shows two Go buttons for two prompts to avoide this create custom Go button
    for creating custom Go button see this link
    http://obiee101.blogspot.com/2008/11/obiee-how-to-replace-multiple-go-button.html
    Try this its not work let me know
    i tried for another solution
    Regards
    Naresh

  • Setting prompt value based on another prompt selection

    I have 3 prompts. The first one contains 'Y' and 'N'. The other 2 are for start-date and end-date so the report runs for this date range. I would like the start-date to be set to, say, '01/01/2009' if the user selects 'N' in the first prompt. If the user selects 'Y', the start-date will be set to, say, '02/01/2010'. These values are not dynamic though.
    Please let me know how I can do this.
    Thanks,
    Bhusan

    Sandeep,
    Here is what I did.
    1. The first prompt has 'Y' and 'N' that comes from a database table. So did not have to create these.
    2. The second prompt - Used the following SQL for Show - select (case '@{LegacyVal}{N}' when 'N' then '01/01/2009' when 'Y' then '02/01/2010' end) from SubectArea."Registration Date". I kept "All Choices" checked. In the default to, I selected "All Choices".
    Now when I test this and select any value from the first prompt, the second one does not change. It keeps the All Choices value always. What am I doing wrong here? I went through the earlier posts and tried to follow the steps, but looks like I am not doing the right way.
    Thanks,
    Bhusan

  • Multi-Select Prompt to the Report

    Hi,
    How to pass value(s) chosen in a Multi-Select Prompt to the Report?
    Is Prompted will pass the values but My requirement is to exclude those values in the Report.
    I think we can not use of Presentation Variable in this scenario..
    How can I do it?
    Thanks,
    Vency

    Hi..
    okay.. have you think of guided navigation in this case...
    I am not sure.. that it really helps... but just one approach...
    If it works.. then okay.. just think in that way...
    This may helpful to you in understanding of guided navigation...
    http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-selecting-reports-from-dashboard-prompts-and-guided-navigation-sections/
    Thanks & Regards
    Kishore Guggilla

  • How to Select More then 1000 values in Multi-Select prompt!!!

    Hello Users,
    I have Scenario where i have to pass all the values from prompt to report and the values in the prompt are coming from session variable, so whatever value access user has the report will run with that only...
    Now the question is that Multi-Select Prompt is not able to take more then certain values, so is there any way that we can increase the limit for selected values??
    in-short how to increase the limit for selected values in multi-select prompt??
    Thanks In Advance!!!

    Hey David,
    The Scenario is like, we have data level security on "Unit" attribute. now based on the user selection when user logs in he should able to see the report only for those units which he/she has access.
    in total we have 1800 units available, now for 5-10 units access is fine, but the question will arise when user will not have only some units access from 1800 units.
    because report will not take those values from the multi-select prompt reason is that multi-select prompt is not able to take more then certain values in selected side.
    now in multi-select until-unless u have data coming in selected side those values will not pass. so i have kept the sql in default for that prompt.
    so when user logs in he will able to see those values in selected side for the multi-select prompt, but when values increase from some level it's going automatically in un-selected side.
    i want everything on selected side of multi-select prompt.
    Let me know if you need any further details.

  • Multi select prompt defaulting to only 256 values

    Hello All,
    The requirement we have is to have the prompt defaulted it to be picking all the values in the prompt. The prompt has about 700 values. But it's only defaulting to 256 values. Is there a way to increase this. I am on obiee 11.1.1.6.10.
    I have tried using the <MaxDropDownValues>256</MaxDropDownValues> in instanceconfig.xml. but that's off now use. Is there a seperate parameter that would control the values in multi select prompt?
    Kindly help out.
    Regards,
    Deep

    Hello Deep,
    Check this
    Srinivasan Software Solutions Pvt.Ltd.: [OBIEE 11g] Customizing Prompts 'ALL Column Values' To Custom Value
    Thanks,
    Sasi Nagireddy..

  • Multi-select prompt values on BI EE dashboard.

    Hello,
    I have a question about to multi-select prompt. I need to show values of multi-select prompt on the dashboard, because end-users want to see values of the prompt. Please, look at attached screen shot.
    Regards, Vladimir.
    Link prompt

    Thanks for your reply, because my colleague gave the same advice this morning and this decision works pretty nice.
    The main point is to show which values stored in multi-select prompt for end-user on the dashboard.
    If you have other ideas about this issue I will be very curious to know.
    Regards, Vladimir.

  • Multi-Select Prompt default prompt should display 'All Choices'

    If a multi-select prompt doesn't have a value, it shows as blank, which
    technically means "%" ie. all values. Is it possible to display the text 'All Choices' so that users understand that the reports are based on all values of that blank prompt field.
    Please suggest,
    Thanks.

    If we enter the text 'All Choices' as the default to in the prompt then this value is checked against the other values for this column in the table. Eg: - If we want Name to be the multi-select prompt. There is no match for 'All Choices' in the database table and the report does not return any rows. We need a functionality similar to the one available for drop-down list control. For drop-down control OBIEE by default offers the option 'All Choices' which in the query is used as %. In drop down we can only select one name at a time or All. The user needs to have the flexibility to either select multiple names or select an option All Choices which will return all results.
    Any suggestions on this.
    Thanks.

  • Multi-select prompts in Direct Database Request

    Is it possible to pass multi-select dashboard prompts to direct database requests?
    I have a report based on direct database request that needs the ability to run for all customers or the selected combination of customers.
    For example:
    select customer_name, sum(quantity)
    from orders
    where customer_name = '@{pCustomerPrompt}'
    group by customer_name;
    Here pCustomerPrompt is a multi-select prompt for customers.
    Thanks,
    Aravind

    I am not sure exactly whether it could be possible..
    One info I can share you is: we cannot assign a Presentation Variable to a Multi-Select prompt...

  • Multi-select prompt and variable

    Hello!
    I have a table function (which is my data source) that has a number of input parameters and the problem is with multi-select prompt because it doesn't support setting a value in a variable (OBIEE 10.1.3.4.1.). Can I somehow get a list of selected items from multi-select prompt and pass it as one string (value) to my request variable? Or maybe you have any other idea?
    I've searched old posts but I couldn't find solution to my problem regarding this issue.
    Tnx a lot!

    Hi,
    This post will solve your problem;
    http://www.rittmanmead.com/2009/11/oracle-bi-ee-10-1-3-4-1-multi-select-prompts-string-aggregation/
    Good Luck,
    Daan Bakboord
    httP://obibb.wordpress.com

  • Restricting the Prompt Values based on Fact table data

    Hi,
    We need dashboard prompts in OBIEE reports that will fetch data from dimension tables. Our all dimensions are conformed dimension having joined with multiple fact tables.
    Because prompts are showing data from dimension table, it is showing all dimension data and few data might not present in the particular fact table that we have used in the report.
    For Example:
    We have one Calendar dimension table that has 20 years data that means all dates. Now we have two fact tables Fact1 and Fact2.
    In Fact1 we have records related to only 2007 Years data. And In Fact2 We have 2008 years data.
    Now We are creating two separate reports in two separate page in one dashboard where the prompt is same. That is Calendar date prompt.
    So In report1, The prompt will be Calendare and Result will be from Fact1. But as the calendar prompt from Calendar dimension, it showing all 20 years data though only 2007 years data is valie.
    Similarly for Report2, It is showing all calendar dates in the prompt where Fact2 is having 2008 year data.
    I want to show only 2007 years dates in the prompt for Report1 and 2008 years dates for Report2. That means I want to restrict prompt values based on the fact.
    It will be great if someone can suggest on this.
    Regards,
    SS

    Hi, I have a similar problem.
    I have two dimensions: time and customer.
    The two dimensions are joined into two Fact Table (Order, Forecast).
    I created a dashboard prompt with two selections: the first is the Year (time dimension) and the second is the Region (customer dimension) with the option "cosntraint."
    When I select a Year, not all Regions are shown, but only those that are present in one of two fact table for the year chosen. Which fact table?
    What criteria will limit the values of the Region?
    Thanks

  • In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    Nic, for me the iTunes window looks like this, when I connect my iPad 3:
    I select the iPad in the "devices" section of the Sidebar (use: "View > Show Sidebar" if the sidebar is hidden).
    Click the "Apps" tab in the "Devices" pane.
    Scroll all the way down in the Devices pane to "File Sharing" "Apps" section.
    Then do I click "GarageBand" to select the documents in the right panel.
    Which part is different for you? Perhaps you could post a screenshot?
    Regards
    Léonie

  • Multi-select prompt for BI Publisher SQL report in Dashboard?

    Is there any way to populate a presentation variable from a multi-select dashboard prompt?
    I have a BIP report using a SQL data source, and it will be presented on an OBIEE dashboard. Since the only apparent method for prompting a SQL BIP report from a dashboard prompt is to use presentation variables, and it appears that you can only set presentation variables using non-multi-select controls, it looks like there's no way to do this.
    Any ideas?

    Thanks for the response Fabiano.
    I tried using BI Answers to feed this report but it ended up being too cumbersome because of the number of queries and the awkward XML data names generated on calculated fields. Those were the main reasons for SQL data sources. I was able to cut the report from 10 queries down to 2, and assign meaningful XML data names. The report runs much faster and works very well. I am using bind variables, but the only way to populate them (apparently) is to use presentation varibles, which are not populated on a multi-select prompt.

  • Multi Select Prompt in BI Publisher

    Hi All,
    Is it possible to create a multi select Prompt in OBIP which is similar to OBIEE multi select prompt?
    Default multi select prompt given in OBIP is not user friendly. By any means If any one has created much user friendly multi select prompt please let me know how to do that?
    Thanks & Regards,
    Sanx

    Hi Sanx
    Its what is there today. I believe that multi select will be available via the look up type prompt in the future but for now its what you see is what you get :0(
    Tim

  • Multi select prompt not defaulting

    Hi,
    I have a multi select prompt in the report which I have defaulted using the SQL query. Even then
    the prompt is not getting defaulted. Anyone knows what can be done.
    Thanks

    Hi User,
    Check ur sql again.If its fine then clear the cache of the browser and try it again.
    Thanks
    Diney

Maybe you are looking for