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.

Similar Messages

  • Rename Dashboard page name as Dashboard name

    We have plenty of dashboards and each dashboard has one page and right now it shows page1 as usual
    is there any way we can rename the dashboard page name as dashboard name very fast?.I dont want to do manually one by one!!!
    Thanks
    NK

    I've pressed a button here can you check all your page1 names?
    Unless you have any other page in a dashboard whats the use of renaming page1?

  • Updating Dashboard pages separately in OBIEE 11g

    Hi guys,
    I have a requirement to show multiple reports in one dashboard as tabs\pages like page1-for R1, page-2 for R2 (R!&R2 are reports) and these pages were created using different prompts for each report. but, the DB tables are the same.
    My problem is:
    if i run the report in dashboard on page-1, the prompts and tables are getting updated with the values on page-1 into page-2 also.
    i tried by disabling the cache in nqsconfig, purging the cache in admintool, and setting a prefix to disable cache at report level, still no luck.
    let me if anyone can help me.
    thanks,
    Rahul

    Hi Rahul,
    Select Page Options > Edit Dashboard to open the dashboard page in the Dashboard builder, then
    Click the Prompt properties icon and select Scope > Page. Scope determines whether the prompt applies to the entire dashboard or just this page.
    hope helps u..........
    Don't forget to assign points and close the thread if your question is answered.........
    Cheers,
    Aravind

  • Column Passing between dashboard pages using Column Format- Navigation

    I've been put in a tough spot due to an error in BI Publisher which I can't seem to fix and won't be discussing in this post, thus I'm trying to find an OBIEE work around that adheres to the client's heuristics requirements. So OBIEE dev's more experienced than I, lend me your wisdom.
    I have a logical layout with two descriptive dimensions, a time dimension and a singular fact table. An explanation of the dashboard pages, their requests, prompts and other objects is below:
    Dim 1
    - Dim1 Key
    - Dim 1 Descr
    Dim 2
    - Dim 2 Key
    - Dim 2 Descr
    Dim Date
    - Typical Date blah blah
    Fact
    - Measure 1 (Count of Dim 2 Key)
    Dashboard Page 1
    - Prompt 1
    - Request 1
    Request 1
    - Columns
         - Dim 1 Descr
         - Measure 1
         - Dim 1 Key (Hidden)
    - Filters
    - Dim 1 Key is Prompted
    - Dim Date is Prompted
    - Formatting
         - Dim 1 Descr navigates to Dashboard Page 2
    Prompt 1
    - Dim Date.Date is Between
    Dashboard Page 2
    - Prompt 2
    - BI Pub Report 1
    BI Pub Report 1
    - Parameter
         - p_key (takes in Dim 1 Key)
    Prompt 2
    - Dim 1 Descr is Equal
    - Dim 1 Key is Equal - populates presentation var: p_key
    So the functionality I'm expecting is that the user starts on Dashboard Page 1 selects a date range from Prompt 1. Selects a row and navigates to Dashboard Page 2 by clicking on a Dim 1 Descr 1 value, which in turn passes the Dim 1 Descr value and the Dim 1 Key value (which is hidden) to Dashboard Page 2.
    On Dashboard Page 2, Prompt 2's Dim 1 Descr and Dim 1 Key become the values passed from Dashboard Page 1 and p_key is populated with the value which Prompt 2 Dim 1 Key becomes. Lastly BI Pub Report 1 gets p_key from OBIEE, and runs displaying what it’s supposed to.
    Currently everything works, except the passing of Dim 1 Key from Dashboard Page 1 to Dashboard Page 2. The question is, firstly, is it possible to pass Dim 1 Key without it being visible on Request 1 or without using Dim 1 Key as the point of navigation to Dashboard Page 2. If so, what of my above mentioned setup is incorrect? My guess is that I need Dim 1 Key in Prompt 1, but the client is adamant that I leave Prompt 1 alone, so any other options would be great.
    I also know that the above is possible with GoUrl or PortalPath but since on the actual request there are multiple Navigation Target options, I'd like to avoid having to resort to GoUrl or PortalPath, but if this is the only method, how can multiple options be given using GoUrl or PortalPath?
    Thanks in advance for any help.

    Hi Karthick,
    Thanks for the updated info. I tried what you suggested and unfortunately still no value passed. It seems hidden via OBIEE format options, hidden via CSS or unhidden the value is only passed if the navigation is set up on that particular field. So if I have two fields in the report and I want to click on Field 1 and pass Field 2, Field 2 will not be passed. I am going to try this on a up to date environment and see if it works, since the client is using a slightly outdated version of OBIEE.
    Thanks for the suggestions so far,
    Matt

  • Navigation from Dashboard Page using PortalNav

    Hi,
    I am developing a Dashboard with two pages. Page1 which contains a summary level, which is developed by Union and in Pivot view.
    Page2 contains 6 reports, which are normal table. When i click on click on Client in Page1, it has to navigate to Page2 and filter the value dynamicaly based on the client. page2 has filter on Client column with IS Prompted Option. I am Using Portalnav function on Dataformat tab on Client column. I am not able to navigate or Filter the client.
    Below is the portal nav which i have used.
    [html]"<font class=nav onclick=\"JavaScript:PortalNav( event,'/shared/Hemanth/_portal/ERG3/A','CLIENT','CLINET','"@"');\">"@"</font>"
    Please, suggesrt me where i am going wrong.
    Thanks for the help.
    Regards,
    Hemanth.
    Edited by: user13006253 on Oct 5, 2010 12:35 AM

    [html]"<font class=nav onclick=\"JavaScript:PortalNav( event,'/shared/Hemanth/_portal/ERG3/A','CLIENT','CLINET','"@"');\">"@"</font>"Why there is one more slash after ERG3.Please post your dashboard name,dashboard page name and dashboard path here.
    Also check the below link to see the description of PortlapageNav
    http://gerardnico.com/wiki/dat/obiee/dashboard_url
    One more thing,Its portalPageNav and not PortalNav.I am not aware of any function with name PortalNav.
    Regards,
    Sandeep
    Edited by: Sandeep Saini on 05-Oct-2010 01:04
    Edited by: Sandeep Saini on 05-Oct-2010 01:05
    Edited by: Sandeep Saini on 05-Oct-2010 01:11

  • Data level security for Dashboard pages.

    Hi all,
    I have a question.I want to apply data level security to the data in Dashboard pages .
    Any Answers.
    Thanks Sunny.

    Thanks Srikanth and Aravind .
    I have studied abt the data level security for dashboard.
    My question is : Is there any way to apply dataleve security to dashboard pages . like id dashboard D1 has pages p1,p2,p3
    and if we want to implement datalevel security to page is that possible.
    Thanks
    Sunny.

  • Dashboard pages within dashboard

    Hi All,
    We can create Dashboards within a group as a dropdown by making changes in instanceconfig file, but is it possible to have dashboard pages within a dashboard as a dropdown.

    Hi,
    Please find the below URL,
    Re: OBIEE Dashboard  -   Dashboard Pages as drop-down menu items
    Thanks,
    Vino

  • Copy of a Dashboard Page

    Hi,
    Is it possible to make a copy of a dashboard page within a dashboard? Basically, I am trying to duplicate a page within the dashboard. Please let me know if someone has a solution to this problem.
    Thanks

    Hi
    -> Using catalog manager, you first copy the page you want and Use Smart Rename (fix refs) give the trailing space for this page
    -> Now paste the copied page in the same folder that you want to paste.
    -> These two pages will appear like have same name ;) but there is white space at end of name for one page.
    -> It's not possible to paste directly without changing the name, even if you try that will replace the original page which is no use.
    Thanks & Regards
    Kishore Guggilla
    Edited by: Kishore Guggilla on Oct 21, 2008 6:29 PM

  • 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

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

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

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

  • Re: OBIEE 11g Dashboard Page Prompt

    Hi all,
    We have a Dashboard page in that multiple reports is there and one Region prompt is there with the scope of page level ,
    once i gave the filter with that prompt every report is filtered based on that prompt values .
    but in that reports for a particular report we were already drill down based on hierarchy and the remaining all reports are in highest level , now we were applies the filter through the prompt the remaining reports are filtered based on prompt value except that report which is in already drill down mode .
    Can any body help me out , is it a tool limitation/ i have to do any changes.
    Thanks,
    Ravi

    Hi,
    The report will react to a prompt only if there is a is promt column in that report. Check if there a is prompt filtered column in the report and remove it.
    If you think that column is to be filtered as Is prompted and should not react to the dashboard prompt, then need to check...
    Thanks

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

Maybe you are looking for

  • Adding photos to project using Bridge

    When adding photos to a Premiere CS3 project, I can select the photos in Bridge CS3 and then use either "right-click->Open" or "drag and drop" to add the photos to the Premiere project. However, right-click->Open is limited to about 11 photos and doe

  • VO Substitute not reflected

    Hi, Extended the below VO to select one more column in the standard VO /oracle/apps/cn/oa/payment/pmtbatch/server/TermResVO and by excuting jpx Import command and got below message Imported document : /oracle/apps/cn/oa/payment/pmtbatch/server/custom

  • Lion Sound Issue measured.

    Hello I have bought new MB Pro 13" /Lion 10.7.3/ few weeks ago.I am sound engineer and i decided to use digital output to connect notebok to my studio setup. I noticed that sound is ugly, scooped and undetailed. I`ve been trying different soundcards

  • LPE1 Automatic Output Determination

    Does anyone know where the flag for this message below is kept and if automatic determination can be turned back on? This indicator was not put in MN12 and did not change my settings at MN12 so I don't know where deactivation occured and how to rever

  • Cs6 Encoder stops working

    Premiere Cs6 Encoder was working then it become extremely slow or just crushed. Now when I try to render the waveform audio, it would exporting data, then when its Encoding, it just stops.