Prompting issues on dashboard pages

I have a 3 page dashboard that conform to a form of hierarchy
-- Page one summarises the highest level of date by month (based on a dashboard prompt)
-- Page two shows the middle level of data based on a prompt from Page one
-- Page three shows the lowest level of data based on a prompt from Page two
For example:
Page 1 shows Car sales by Maker (Ford, Chrysler VW etc), clicking on one of these will take you to Page 2 which shows the sales per Model (Focus, Fusion, Taurus etc) and clicking on one of these will take you to Page 3 which shows the sales by Package (S, SE, SES, SEL etc).
This all seems to work fine, the date selected on Page 1 is passed to the other pages. The problem arises when I go back to Page 1 after drilling-down to either Page 2 or 3. Returning to Page 1 after this means that the chart & table there only shows data for the Maker for the Model and Package selected on Pages 2 & 3.
The only prompted field on Page 1 is the "month" field that takes its prompt from the dashboard prompt, I can't see why this is picking up selections from the drill-down & not just returning the full data set. Can anyone help?
Edited by: user8090364 on Apr 14, 2009 3:19 AM
Hmmm, further Googling suggests it may be an issue with Dashboard Page State Persistence in config.xml. Has anyone else come across this?

Hi John
They're column based & each page has a seperate report. I hadn't protected the filters on the top level report - I have now & that seems to have sorted it.
Thank you, that was really bugging me. We're still in UAT & all these little niggles that aren't in the manuials are cropping up.
regs
Neil

Similar Messages

  • Prompt Propagation Issue across dashboard pages in a dashboard

    I have a issue of prompt propagation in a dashboard, that is the various dashboard page prompts use same presentation layer column then the prompts are taking the filter values filters on each other dashboard. Even if I try to change the scope of each dashboard prompt to only dashboard page only the value propagates to next dashboard page.
    I cannot redesign the whole dashboard as it will need lot of effort , I have implemented a fix for now but I am searching for some java script code which I could invoke using OnPageLoad event to clear and reset all the page prompts to defalut values.
    Can you guys let me know if you have any java script like this.

    Can some one provide a alternative solution to this issue.
    Once more I am writing down the issue:
    On a dashboard is multiple dashboard pages multiple prompts, but if there are some prompts common between those dashboard pages which basically shares the same column formula, then these dashboard do propagate their values from one dashboard page to another.
    Even setting the dashboard page prompt scope to page only cant stop this values propagation issue form one dashboard to another.
    I know to fix it I will have to redesign the whole dashboard but that will take lot of time and effort starting from RPD to Reports.
    is there some fix to fix it in the OBIEE Answers itself without touching the RPD. I cant try changing the column formula with case statement as then the case will flow in the report query and it will not use the index defined on the columns.
    Please let me know if some one can throw some light on this.

  • Can we hide a prompt in a dashboard page/

    Hi All,     I have a doubt about prompts.can we hide a prompt in a dashboard page without hide a section. Thanks, Hari.

    If I'm not wrong I dont think so, check this for possible options http://intelligentinsight.wordpress.com/2012/10/20/obiee-11g-hidden-prompts-and-hiding-prompts/
    I think we may do it using JavaScript or CSS.
    if helps mark
    ~ http://cool-bi.com

  • Clear the Prompt values in dashboard page

    Hi Experts,
    In our Dashboard page has 5 different table view report with Prompt option for each reports and clear filters option, when I click the any clear filter option it affect all the (5) prompts.
    But I want to clear for each prompts separately, is it possible means pls tell me how to fix this issue.
    Thanks in advance
    Balaa...

    In implementing Clear button functionality, I think your using PersonalizationEditor.removeDefaultSelection (provided with samplesales).
    This logic is similar to Clear Selections in Page Options. So, upon clicking this (both) it will refresh total page.
    As far as I know, it can be implemented if we can able to identify section id. (too advanced).
    You can get more information about the BI inbuilt methods defined in Java Script file.
    Path: *{BIInstallDir}\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\b_mozilla\dashboards\personalize.js*
    Note: Careful if your trying to make any changes. Better to have a backup of it.

  • Prompts issue in Dashboards

    Hi All
    We have an issue in Dashboards.
    We have five dashboards for Project Accounting module.
    For all the five dashboards we have five different prompts. For couple of prompts we have selected default values and this varies from one dashboard prompt to the other.
    Now the issue is , when the user navigates from one dashboard to the other , assuming from 1st to 2nd , the 2nd dashboard prompt is taking the 1st dashboard prompt values as default even though that is not what we have selected as default value. Why is this happening?
    Ex: Freeze Month is the dashboard prompt and we have two values "20-FEB-2012" , "15-MAR-2012" as values.
    1) For 1st dashboard both the values has been selected as default values for the user.
    2) For 2nd dashboard only "15-MAR-2012" has been set as default value.
    However when user navigates to the 2nd dashboard , the 1st dashboard values are appearing as default which shouldnt happen.
    Hope my explanation is clear , can somebody help me on this.
    Regds
    Mano

    Try to duplicate the filter columns(at rpd) for each dashboard and see. In that case the values will not be passed from one dashboard to another. for eg. Freeze Month_Dash1, Freeze_Month_Dash2, etc.

  • Prompts issue in Dashboard

    Hi All
    I need your advice immediately.
    We want to add two prompts in dashboard and both the prompts is of the same column.
    ie : Freeze Period , i am not able to add this prompt for the 2nd time , is there a way i can add it for the 2nd time?
    Please suggest me asap.
    Regds
    Mano

    Hi Mano,
    This is how I did at my work place....instead of creating logical column in RPD and all the way through the process....
    IF you want to drag the same column as 2 prompts...within the prompts page you can do like this.....
    First Add the column (in mycase which is number data type) and lable the lable1, then drag any other column that is also the same data type and put the name as LAble2 and copy the formula expression from label1 (ie..table.columnname) to Lable2 forula expression...
    Basically you are using the same column with different names..thats it...I hope this helps and this is what you are looking for...
    Let me know if i understood wrong...
    --SK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to clear Prompt valus For a specific Prompt in Dashboard page

    Hi Friends,
    I am using "clear" button for clearing all the values in all the prompts in my Dashboard page in Presentation services of obiee.
    But I want to implement this "clear" values for only a specific Prompt which I want, among all the prompts in Dashboard page.
    Is their any way to implement code for that one or any solution to implement.
    Thanks in Advance...
    Chiru.

    This should be possible through java scripting. If you need a work around for this, refer to the below link:
    http://debaatobiee.wordpress.com/2009/10/25/obiee-save-current-selection/
    Thanks,
    -Amith.

  • Return link on OBIEE dashboard page

    When we have a drill down from a dashboard page to a report, we will have a return link on the report to navigate back to the dashboard page.
    But if we are drilling down to another dashboard page, Can we have the OBIEE return link functionality on the target dashboard page to navigate back to the first dashboard page?
    I have tried following options:
    1.When I tried to incorporate this using OBIEE Guided navigation link, navigation is happening with all the filters which is expected.
    2.I tried it with link rather than Guided navigation link, the navigation is happening like the page loading for the first time, hence the user has to re-enter the prompts fields for dashboard page execution.
    My Objects are dashboards D1,D2 and Report R1
    Drill down on D1 will navigate to D2 and drill down on D2 will navigate to Report R1 and clicking return on R1 will navigate to D2.To navigate from D2 back to D1, I need the OBIEE return functionality.
    Can anyone help me on this?
    Thanks Shravan

    Hi Srikanth,
    Thank you for your response.
    I tried to follow the content in the link and I get a Web Page Not Found response.
    I substitued the parameters of scid and the Portalpath.
    I am not sure what else is going wrong.
    What is expected is if D1 dashboard being executed with certain parameters before navigation, then on clicking the Return link, we need to get the dashboard page executed with same parameters which is like Back button.I will not be able to use the script for Back functionality of the browser as I also have a drill dwon from the D2 dashboard page to the Report R1. Hence on clicking on Return will take me to R1 rather than D1.
    Below is the execution sequence that is required:
    D1-->D2-->D1
    D1-->D2-->R1-->D2-->D1
    Hence I would like to know how can I get the OBIEE return link displayed on the dashboard page which we get on a drill down request.
    Thanks
    Shravan

  • Collapse A Dashboard Page Section by Default

    I have a few Page Prompts on my Dashboard Page where I saved the selections for "Everyone". I am looking for a way to collapse just the one section with the page prompts by default for "Everyone", so my users will not be tempted to change the prompt selections.
    Does anyone have a working solution for this? Thank you!

    Maybe this can help as a start:
    http://obiee101.blogspot.com/2008/09/obiee-collapse-whole-dashboard-with-one.html
    regards
    John
    http://obiee101.blogspot.com

  • 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

  • OBIEE 11g How to pass variable from one prompt to another prompt in dashboard page.

      How to pass variable from one prompt to another prompt in dashboard page.
    I have two prompt in dashboard page as below.
    Reporttype
    prompt: values(Accounting, Operational) Note: values stored as
    presentation variable and they are not coming from table.
    Date prompt values (Account_date, Operation_date)
    Note:values are coming from dim_date table.  
    Now the task is When user select First
    Prompt value  “Accounting” Then in the
    second prompt should display only Accounting_dates , if user select “operational”
    and it should display only operation_dates in second prompt.
    In order to solve this issue I made the
    first prompt “Reporttype” values(Accounting, Operational) as presentation
    values (custom specific values) and default presentation value is accounting.
    In second prompt Date are coming from
    dim_date table and I selected Sql results as shown below.
    SELECT case when '@{Reporttype}'='Accounting'
    then "Dates (Receipts)"."Acct Year"
    else "Dates (Receipts)"."Ops
    Year"  End  FROM "Receipts"
    Issue: Presentation variable value is not
    changing in sql when user select “operation” and second prompt always shows
    acct year in second prompt.
    For testing pupose I kept this presentation
    variable in text object of dashboard and values are changing there, but not in
    second prompt sql.
    Please suggest the solution.

    You will want to use the MoveClipLoader class (using its loadClip() and addListener() methods) rather than loadMovie so that you can wait for the file to load before you try to access anything in it.  You can create an empty movieclip to load the swf into, and in that way the loaded file can be targeted using the empty movieclip instance name.

  • Issue with Dashboard Prompt passing value to Presentation Variable

    I have 2 tabular reports that grab 2 variables respectively: @Month and @Year.
    The reports work fine.
    My issues is that to compute the most recent month & year, so I can pass the values to the 2 variables mentioned above, I have a dashboard prompt on the same page as the 2 reports. In the dashboard prompts (Edit Box types), I have SQL in the "Default" that computes the most recent month & year. This logic also works perfectly when you preview the results of the prompt.
    My issue is that when I land on the page, it seems that the month & year prompts are not computing. I have an old value of "Dec" "2009" instead of "May" "2010".
    It seems the Default SQL logic is NOT running on its own? As an aside, we do our development in a test environment and the catalog is promoted to production nightly. The "Dec" and "2009" I see is the correct value for the test environment, so it looks as if the defaul values are just being migrated with the catalog, but then the SQL to compute the latest values of the 2 propmts are never executing when the user lands on the page? Thus everyone sees Dec 2009 data instead of May 2010...Help!

    Hi,
    dgerena wrote:
    My issues is that to compute the most recent month & year, so I can pass the values to the 2 variables mentioned above, I have a dashboard prompt on the same page as the 2 reports. In the dashboard prompts (Edit Box types), I have SQL in the "Default" that computes the most recent month & year. This logic also works perfectly when you preview the results of the prompt.You are creating the second prompt (edit box) to make the first prompt values, You can use the same sql in the report default to SQL in the first prompt itself.
    If I am wrong please clarify.
    Thanks,
    Vino

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

  • Undo drills and view prompt values warning message on a dashboard page

    Hi ,
    I have created a dashboard with a single page containing two sections. In first section i am having a prompted report for region and a Region Dashboard prompt ,
    in second section i am having two prompted reports for region , i mean region dashboard prompt drives all other reports in that page. When ever I select a region from the dashboard prompt i am seeing message on Dashboard page as **"_Undo drills and view prompt values_"**
    If any one having the solution let me know in detail,How to overcome this.......

    Hello,
    This issue is caused by having saved prompt value in the analysis.
    Check if there is a staticMemberGroup tag present in your analysis XML (edit the analysis and go to Advanced tab to see the XML). Within the staticMemberGroup element will be your saved value.
    How to fix this:
    Remove the column from the prompt section of the analysis. You can move it to excluded columns or remove it from the report completely. Purpose of this is to get the analysis refreshed so we get new XML without the saved value.
    After the analysis is refreshed you can put the column back to the prompts section and save.
    Check the XML again and make sure that staticMemberGroup element is not present.
    The important thing here is not to choose any value in your prompt while you are in edit mode before you save the analysis. This is how a static value gets saved in the XML.
    Regards,
    N

  • Opening Dashboard Page in New Window While Passing Prompt Values

    Hi,
    Currently it is not possible to open a dashboard page in a new window AND have the prompt values from a prior page pass to this page. I see one or the other can be accomplished but not both. Is there a way this can be acheived somehow or is there a workaround for this?

    You are correct. The "Link or Image" object does not pass the dashboard prompt values, though it allows the destination dashboard to be opened up in a window.
    Here is a workaround.
    1) Place the link in a "Guided Nav. Link" object and set the destination dashboard and desired report. With the prompt set up correctly (i.e., dashboard scope, set to PV, destination report column filtered to receive the PV), the destination report will be filtered on the prompt as desired.
    2) I noticed (and maybe this is why you wish the "new window"), there is no "return" link on the destination report. To fix this, in the destination dashboard, add a Text object to the dashboard. In the properties, paste the code below and make sure to check off "Contains HTML markup." This will produce a "Return" button on the dashboard.
    <input type="button" value="Return" onclick="history.back();">
    Now, when the user selects the prompt and clicks on the link, the prompt is passed to your second dashboard. When the user wishes to return, he/she can click on the "Return" button and return to the primary dashboard.
    HTH,

Maybe you are looking for

  • Storing Orders into Site using streamWriter Class in c# getting Error

    Hi,     I am using streamWriter class to write orders into text file.It's working.,But not my client asking to change site URL to store orders into that site. I need to save orders into below path: https://SP2010.org/Departments/Community/Communicati

  • How to install SSD on Mac pro as boot disc

    Currently using two WD 500GB HDs, one cloned by Super Duper. I'm replacing these with two Hitachi 1TB (6 Gb/s) and would like to add an SSD for a boot up and app disk. Please help with advice on how to mechanically install the SSD (E.g., is an adapte

  • Embed data on maps (image)

    Hi all, I need to show some statistics (sales in the US) and to visualize it on a map. example: in the past month we had sales in: CA $10,000 NY $30,000 AR $40,000 MA $15,000 this info should be shown on a map with the appropriate number (so in the l

  • Where is the RSS in Mail?

    I'm new to Leopard and although I can add RSS feeds in mail, i can't actually see them. Are they not meant to have an icon in the side panel?

  • User Access Security

    I would like to restrict a user to access only one application. I do not want that user to access the rest of the applications. How can I achieve this ? Thanks.