Disable prompts in OBIEE

Hello friends
I am using dashboard prompt having three columns as filter which are Year, Quarter and Month and I want quarters and months filter should be disabled or invisible initially. Quarter should enable when user selects some value in year similarly month should appear when user selects some value in quarter filter.
How this can be possible in OBIEE. Tell me if any javascript solution is there.
Please post some links if avialable.
Thanks in advance

Hi friend,
to achieve this, i would make the follow: i have an initial dashboard, with one column on prompt filter (year) and the corresponding report. When i select a value from year column prompt, i navigate to other dashboard, with two columns on prompt filter (year, initialized with value selected on previous dashboard and quarter). When a value on quarter column is selected, i navigate to third dashboard with three column on prompt filter (year and quarter, showing values selected on previous dashboard, and month). When you select a value on month field, it will show the report result.
To navigate between dashboard (passing parameters), please see the next link:
http://108obiee.blogspot.com/2009/08/obiee-navigation-between-different.html
I hope this resolve your problem.
Regards.

Similar Messages

  • Hierarchy Prompts in OBIEE 11g

    Hi All,
    I have an Issue with Implementing Hierarchy Prompts in OBIEE 11g. I understand that Filters on Hierarchy Prompts can be applied in Selection steps and cannot be viewed in the Physical Query as such. However, what happens is, the Hierarchy prompt only gets applied when the hierarchy is displayed in the report.It is not applied even when it is present in the excluded section. So, it works only when it is displayed in the report. Is this correct? Is there any workaround for this?
    Any help on this would be much appreciated
    Regards,
    Venkatesh
    Edited by: obiapps on May 30, 2012 7:42 PM

    If the column set to prompt no matters what (column is present,or not, excluded or hidden) the prompt should work.
    Check it again something might gone wrong.
    If it is helpful, please mark as correct or helpful

  • Image Prompts in OBIEE 11.1.1.5

    I am able to display an image as a logo on an analysis using the fmap notation... say fmap:Images/myimage.jpg.
    However, I am unable to use the image in an Image Prompt using either the fmap notation or explicit URL.
    I have uploaded the image to 2 locations:
    /bifoundation/web/app/res/s_blafp/images/myimage.jpg
    /user_projects/domains/bifoundation_domain/servers/bi_server1/tmp/_WL_user/analytics_11.1.1/7dezjl/war/res/s_blafp/images/myimages.jpg
    I have restarted the services.
    I've tried various URLs but cannot display the image in the prompt.
    Any ideas?
    Thanks.

    Hi,
    Refer:
    Method 1:
    Can you please try the below path and put your image finally restart your services and Run it.
    (Simple installed option folder path)
    Drive:\bi11g\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res
    Drive\bi11g\Oracle_BI1\bifoundation\web\app\res
    URL : http://hostname:port/analytics/res/ldap2.jpg
    Method 2:
    http://docs.oracle.com/cd/E21764_01/bi.1111/e10544/prompts.htm
    aslo
    Image Prompt in OBIEE 11g
    Thanks
    Deva
    Edited by: Devarasu on Dec 14, 2011 8:04 PM

  • Disabling prompts blocks InfoPath publishing

    I have a SharePoint 2010 Enterprise environment with InfoPath 2010.  Using several forms published as content types in several site collections, all working fine.
    Users are getting prompted Open/Save of documents in libraries (word, excel) - Office Web Apps installed, mime types in place etc.  Found many articles saying that the solution is to disable the verbs Options and Propfind to remedy this behavior. 
    I tested in Dev by modifying web.config with
    <verbs allowUnlisted="true">
    <add verb="OPTIONS" allowed="false" />
    <add verb="PROPFIND" allowed="false" />
    </verbs>
    Opening word & excel documents work as expected, hurray!
    Now attempting to
    publish InfoPath forms anywhere in the web app causes an error "URL is invalid".
    Researching that error typically points to the lack of a root site, which is not the case.  Removing the verb entry from web.config and the InfoPath forms publish fine.
    How can I disable prompting on Open for documents in the SharePoint libraries AND continue publishing InfoPath forms?
    [email protected]

    I think I might have misunderstood your issue, check out these posts
    https://support.microsoft.com/kb/943280/en-us?wa=wsignin1.0
     http://support.microsoft.com/kb/926642
    This is why the first link is important:
    Important This URL list does not affect  the security zone settings. This URL list is used only for the specific purpose of forwarding the credentials to WebDAV servers. The list should be created as restrictively as possible to avoid
    any security issues. Also, because there is no specific deny list, the credentials are forwarded to all the servers that match this list.
    The second link stops the prompting when opening a document via http, vs WebDAV.
    Stacy www.sharepointpapa.com

  • 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.

  • Cascaded Prompts in OBIEE 10g

    Hello friends,
    Can some help me to understand how to implement cascaded prompts in OBIEE 10g? My situation is:
    I have three Prompts P1,P2 and P3
    P1: Values are comming from a table
    P2: Shows the value from a Stored Procedure, such that one stored procedure takes input parameter from P1
    P3: Shows the value from a stored procedure , such that one stored procedure takes input parameter from P2
    After selecting value from P3 , I will run the report. So here P2 is based on P1 , P3 is based on P2, ie cascaded.
    I have tried this by checking the box Constrain for P2 and P3 (red some where that if we make a prompt with checked the Constrain box then its value depends on the previous prompt)
    But for me this is not working even if check the Constrain box.
    Can I some one help me to do this.
    Thanks,
    Mithun

    Hi Krish,
    Value of P1 Im passing to a stored procedure (say SP1) to populate P2, same way values in the P2 (which is the result from SP1) I'm passing to SP2 which in turn gives the values in P3.
    I'm using the SP1 and SP2 in the Physical layer as
    EXEC SP_NAME @parameter1 = 'VALUEOF(NQ_SESSION.ID)'
    Here ID is the session variable I have created.
    And in the Dashboard, I have created the prompt P1 (on a field which is from a table), then the value is passed to the variable ID by choosing the 'Request Variable' option in the Set Variable drop down.
    Same way I did for other SP by passing the value from P2..
    Here for P2 and P3 I have checked the box for constrain so that value of P2 is depended on P1 and value of P3 is depended on P2.
    But my problem is this method of cascading is not working.. that is P2 value is not changing based on the value I'm selecting in P1 ans same way for P3...
    Hope my issue is clear to you..
    Thanks,
    Mithun

  • HOW TO CREATE PROMPT BASED ON ANOTHER PROMPT IN OBIEE

    HOW TO CREATE PROMPT BASED ON ANOTHER PROMPT IN OBIEE.
    Requiremenst is as follows.
    Year ,Qtr columns in first prompt.Based on selection on these prompts second prompt should display corresponding prompts
    Second prompt will have Month ,Week and Day columns.Second prompt should be hidden and based on first prompt selection second prompt should display with constraint based on first prompt.
    Any help would be highly appriciated!!!

    hi,
    Using Guided navigation it is possible,
    Please refer the below links.
    http://gerardnico.com/wiki/dat/obiee/dashboard_prompt_1_eq_0
    http://businessdecisionsystems.com/blog/?p=448
    Hope this help's
    Thanks,
    Satya

  • Conditional Prompts in OBIEE

    Hi all,
    Can someone tel me what is conditional prompt in OBIEE and how to use it.. I searched but could not find proper references. Can anyone help?
    Thanks
    Surya

    Hi Surya,
    You can make use of guided sections in 10g,check out David's response in the below link,
    Conditional Prompt Column
    Rgds,
    Dpka

  • How to realize this reqirement in the dashboard prompt in OBIEE 10G?

    Hi,
    I have a new query about dashboard prompt in OBIEE 10g..
    All below is needed to Operator in the dashboard prompt.
    We have 4 columns, 4 columns using multi-select type need to constrain together and need to show value which is related with product..
    e.g.
    Now I display "REGION" column using multi-select in Control, and I need to show data which product name is not null. After I add "where product name is not null" in the SQL results in Show, then I cannot use the Constrain box.. and I cannot set any variable if I using multi-select type..
    So anybody have any idea about this?
    Your reply will be highly appreciate..
    Regards,
    Anne

    Hi Anne
    User Input type as " Multi select prompt" keep it with constrain option then apply below query
    apply like this kind of SQL query in Default selection --->SQL result section
    SELECT "MX_PORTFOLIO_STATIC"."MT_BU_Level1" FROM "Position" where "MX_PORTFOLIO_STATIC"."MT_BU_Level1" is not null
    Thanks
    Deva

  • I cant able to create a new Analysis and Dashboard prompt in OBIEE 11g

    Hi Gurus,
    i try to create a new Analysis in OBIEE 11g in (brower: ie,Google chrome, Mozila), i got the error "*unterminated string literal*" and "*Exception at function updateSelectionsPanel: unterminated string literal*".
    and i try to create a new Dashboard Prompt using column prompt when i select the column i don't get the filter form and not to be add the column prompt in the Dashboard Prompt.
    Thanks,

    Moving this discussion to the Adobe Creative Cloud forum.
    Kriskristferson if you are facing difficulties with your order then please contact our support team directly at Contact Customer Care.

  • Issue in Dashboard Prompt of OBIEE 11g

    Hi,
    I had recently migrated from OBIEE 10g to OBIEE 11g.
    I had found that there are lot of things which were working on OBIEE 10g are not working in OBIEE 11g.
    For Eg:
    I have scenario where i have 2 dashboards with different dashboard prompts.
    - *1st Dashboard*: I have prompt with 4 columns Year, Month, Qtr and Week. I can filter the data based on the selection of prompt.i.e Summary Report showing all KPIs and when clicked on the any of the KPI it goes to Below report which shows the graphical view of past weeks data.
    - Report: Here i show all the week Ids in the Graph format and when clicked on the any week id it navigates to 2nd Dashboard(below) with appropriate week populated in the prompt and show the detailed records.
    - *2nd Dashboard*: I have prompt with 5 columns Year, Month, Qtr, Week and Day of the Week with some detailed report. Here the only Week Id should be pre populated and show data based on the week id selection in the above report.
    The issue here in OBIEE 11g is, The month Id which was selected in 1st Dashboard prompt is also getting pre populated into the 2nd dashboard prompt. Which should not happen.
    Note: This was working fine in OBIEE 10g.
    Is there any way to fix this issue in OBIEE 11g.
    Regards
    Shyam
    Edited by: user9954342 on Dec 23, 2010 2:01 AM

    Hi Bala,
    Thank you for your response.
    I had tried that and resolved my problem but it was impacting other reports i.e
    I have other reports in 1st Dashboard with different tabs, Here i want the prompt value to be persisted across the reports in same dashboard so that when i go to other tab with in same dashboard the prompt value should be pre-populated and the data should be filtered against that.
    Now if i change the scope to page then i will be loosing this functionality.
    It was working on OBIEE 10g and i lost this after migrating to OBIEE 11g.
    Can you please help me in this regard.
    Regards
    Shyam

  • How can I disable prompt to ask viewers to dload Flash?

    Thanks to this forum, I now have a Flash video on my website. And I'm on a mac! Now, here' s my latest problem.
    When I added the Flash video, there was a selection in Dreamweaver where, when clicked, the page will prompt viewers who don't have the latest flash version to download it. Way cool.
    However, when I select "Insert" "Media" then "Plug in" and I add a quicktime video, I can view the quicktime video, only this prompt still appears asking viewers to download flash, and when I add the video, there doesn't appear the same selection asking if I want to prompt viewers to download Flash or Quicktime. So, what is the code to disable that function from this page?
    Also, if you know the code to prompt viewers to download quicktime, that'd rock. BUT, I posted a message on the apple message boards, 'cause I realize that's their focus.
    Thanks.

    How do I rip out the flash references? What do those look like?
    What I'm trying to do is this...
    I have one page where I have a flash video. On that page, when a user doesn't have flash installed, the page correctly asks if they'd like to install it.
    I also have a page with a quicktime video. I'd like it so that if a user doesn't have quicktime, the user is asked if they'd like to install it. As it is now, the page asks if they'd like to install flash. I don't want it to ask if they'd like flash, and don't see any settings in dreamweaver to turn off that feature. It automatically added it, even though I added a quicktime plugin to the page. How can I turn that off, that is, so it doesn't prompt viewers to download flash? If it's a matter of removing code, I can do that, but how will I know what flash code looks like? Please help.

  • Image Prompt in OBIEE 11g

    Hi,
    I would like to know how to configure the image for image prompt option in obiee 11g.
    I done it in 10g.
    Please help.
    Thanks,
    Lakshmipathi.

    Hi,
    Placing the image file in /l_en folder dint work for me too however you can place them inside the following paths and restart the services,
    1)
    \MW_HOME\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\s_blafp\images
    2)
    \MW_HOME\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
    You can then call your file with the url, http://hostname:port/analytics/res/imagefile.jpg
    Its worked for me, let me know in case of any issues.
    Thanks
    Deva
    Edited by: Devarasu on Sep 18, 2011 1:33 AM

  • Date prompt in obiee

    Hi Gurus,
    Prompt Name(date) =13-sep-10
    table name -test1
    requirement is to once i select the date from Date prompt let us say 13-sep-10 so it should select all the data after that date
    so should be query for the same in prompt SQL
    please help
    thanks

    TimestampDiff and TimestampADD( Difference of two dates) in OBIEE
    How to get a difference between two dates (in terms ) of days,weeks,months what every it may be
    The below formula gives you no.of days between day date and current_Date
    Days difference:
    TIMESTAMPDIFF(SQL_TSI_DAY, Time."Day Date",CURRENT_DATE)
    The below formula gives you no.of months day date and current_Date
    Months difference:
    TIMESTAMPDIFF(SQL_TSI_MONTH, Time."Day Date",CURRENT_DATE)
    The below formula adds months to day date column
    Toadd 12 months to a date column:
    TIMESTAMPADD(SQL_TSI_MONTH, 12,Time."Day Date")
    similarly we can write the formulas using different intervals based on the date format in the column
    Here are the intervals :
    SQL_TSI_SECOND,
    SQL_TSI_MINUTE,
    SQL_TSI_HOUR,
    SQL_TSI_DAY,
    SQL_TSI_WEEK,
    SQL_TSI_MONTH,
    SQL_TSI_QUARTER,
    SQL_TSI_YEAR.

  • Cascading prompt in obiee 11g

    Greetings All!!
    We are trying to create the cascading prompt. The region prompt has all column values and when we click on all column values,
    we do not want state prompt to display any values. In obiee prompt, there is an option to limit values by prompt ,however it does not
    work for all column values since we do not want to show the state values after clicking column values.
    Any feedbacks are highly welcome.
    region 1
    region 2
    all column values
    state1
    state 2
    Thanks,
    Sanjay

    Hi,
    Placing the image file in /l_en folder dint work for me too however you can place them inside the following paths and restart the services,
    1)
    \MW_HOME\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\s_blafp\images
    2)
    \MW_HOME\Oracle_BI1\bifoundation\web\app\res\s_blafp\images
    You can then call your file with the url, http://hostname:port/analytics/res/imagefile.jpg
    Its worked for me, let me know in case of any issues.
    Thanks
    Deva
    Edited by: Devarasu on Sep 18, 2011 1:33 AM

Maybe you are looking for