Creating one Apply button for multiple dashboard prompts — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Creating one Apply button for multiple dashboard prompts

Received Response
11
Views
3
Comments
Mark.Thompson
Mark.Thompson Rank 6 - Analytics Lead

In various blog posts, we can find information about suppressing the display of Apply buttons on multiple dashboard prompts, and replacing them with a single Apply button.  This method has worked well in earlier releases of OBIEE.

As taken from those blogs, the method for suppressing the Apply buttons is this:

1. Create a new section at the top of the dashboard page;

2. Set the css for that section to display:none, which will make the section invisible;

3. Create a text object in that section with these contents:  <style type="text/css">.PromptViewCell .button{display:none}</style>

4. Tick the 'Contains HTML Markup' checkbox;

5. Save and run the dashboard.

In OAC version 12.2.5.1.0, that process does not hide the Apply buttons.  Has there been a product change that would prevent this from working?  (I have tried this in both Firefox and Chrome.)  A Google search reveals no hits on the string ".PromptViewCell", other than for the hits pertaining to this topic in OBIEE, so it appears to me that perhaps the .PromptViewCell is a special css tag in OBIEE that has not been brought forward into the version of OAC that I am working with.

Have you been able to implement this workaround in OAC 12.2.5.1.0?

Answers

  • Hi,

    You could easily find out the new CSS selector to hide the apply buttons by using your Chrome or Firefox: open the "Developer tools" extension and use the functionality to select an element in the current page to pick the buttons and see what kind of common and unique class they have.

    It isn't any black magic, just pure CSS selectors rules.

  • Mark.Thompson
    Mark.Thompson Rank 6 - Analytics Lead

    I am trying that, Gianni, but I'm struggling with a very minimal amount of CSS knowledge.  I see a few things that look promising, but I'm having to learn CSS as I go. 

  • Can't help you not having an OAC available