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

Similar Messages

  • How can i hide table columns or rows in pages

    I can do it in numbers, but how can i hide a column or down in pages?

    Slim it down to nothing?
    Peter

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

  • 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

  • Can I execute JSP code in a dashboard page?

    if yes..how?

    Yes, it can be done. Problem is it depends on where you want to use it for against which kind of database and do your security people like it.... (you might need to install some APIs)
    Have a look this example :
    http://code.google.com/intl/nl/apis/gears/api_database.html
    regards
    John
    http://obiee101.blogspot.com/

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

  • 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

  • Hiding a Section and Dashboard Page

    Hi
    I have two questions
    1) A section has to be hidden, not based on user nothing to be done dynamically, temp i have to hide few sections on a dashboard page.
    2) A dashboard page is to be hidden dynamically, when I say dynamically it is not based on user or something. It is based on Env where our code gets deployed.
    we have internal and external envs. In external Env one of the dashboard page should not be displayed. I don't want to maitain two webcats as it will increase the maintenance...somehow i want to deploy same code but want to dynamically hide the dashboard page.
    Thanks in advance
    pls help
    \Cheers

    Exactly the same answer for both questions:
    ad 1) Simply take away the permissons for this section. Let only Admins see the section and specify "No Access" for the other web groups. Section -> Properties -> Permissions...
    ad 2) Guided navigation. Create a variable which specifies the environment you're on. Then create a report which returns rows when you're "Internal" and none when you're "External". Then control the section in question with that guided nav request:
    Section -> Properties -> Guided Navigation... -> "Reference Source Request" = TRUE, "Source Request" = YourGuidedNavRequest, "Show Section" - "If request returns rows"
    Cheers,
    Christi@n

  • How can I hide the error prompt for confirm?

    As I schedule job the read PDF to Text program, but acrobat prompt "Message Box for confirm" while error throws.  How can I hide this?
    My code as below:
                    Acrobat.AcroApp gAppClass = new Acrobat.AcroApp();
                    gAppClass.Hide();
                    Acrobat.AcroAVDoc avDoc = new Acrobat.AcroAVDoc();
                    if (avDoc.Open(filespec, string.Empty))
                        Acrobat.AcroPDDoc pdDoc = (Acrobat.AcroPDDoc)avDoc.GetPDDoc();
                        string txt = PdDocGetText(pdDoc);
                        pdDoc.Close();
                        avDoc.Close(1);
                        gAppClass.Exit();
                        return txt;
                    else
                        return null;

    I find a solution from MVP.
    http://forums.adobe.com/thread/1435717?tstart=0

  • Prompt settings being passed between Dashboard Pages - Can this be stopped?

    I have a dashboard with 4 pages. Pages 1 and 2 share the exact same prompt, page 3 has its own prompt but within that prompt it has a field that is common with the prompt on pages 1 and 2. Page 4 has its own prompt as well with some fields that are common to the prompts on pages 1 - 3.
    All prompts are included in their own section on the dashboard pages. All prompts have scope set to 'Page' in their settings.
    If I go to page 1 and enter some values into the prompt and then run the report everything looks good. But if I click on the tab for page 2, all the prompts are carried over from page 1 and the report returns results for those inputs.
    Similarly if I run page 3 (which is a completely different prompt) and enter some values and run the report and then click over to page 2, the page 2 prompt uses the values for the common fields from the page 3 prompt.
    Ideally, if a user clicks on a new tab I would like it the prompt to be initialized with nothing (especially since I set scope to Page). I think it can be confusing if a completely different prompt has its values carried over to another pages prompt just because they share a field.
    Any thoughts? Thanks in advance.
    K

    The only way to do this is set the Scope of the prompt to Page and not Dashboard ... are you setting any values of the prompted columns in these prompts - if you set a presenataion variable in prompts 1 or 2 then don't use it to preload the the columns on prompts 3 or 4. Curious - what do you have the defaults set to? Report defaults? Specific Value? etc.
    Also: I notice you reference the 3rd prompt as being Scoped at Page - what about prompts 1 and 2? All 4 should be scoped at page ...
    Edited by: Thomas_Dodds on Aug 3, 2010 10:06 AM

  • Dyanmic Prompt Selection in dashboard

    Hi experts,
    We are using 10G.
    We have one prompt country contains data USA,UK,IND etc.
    When I select USA, my dashboard should contain USA prompt(4 Prompts)
    When I select UK, my dashboard should contain UK prompt(8 Prompts)
    So how to impliment this in OBIEE.
    Thanks,

    Here is a solution even simpler to implement than Bharath's:
    1) Put the US prompts and reports on one dashboard page and hide it.
    2) Put the UK prompts and reports on another dashboard page and hide it.
    3) Create a "main" dashboard page with two guided navigation links names "US" and "UK." Have each link point to the respective hidden dashboard page.
    4) Repeats above steps for each region...
    This method doesn't require the creation of another prompt or the introduction of a dummy column in the reports. The main dashboard page serves like a "table of contents" page that the user can click on and be taken to whatever dashboard page is appropriate. It is very simple to implement, extremely versatile and expandable as your needs grow.

  • 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

Maybe you are looking for