Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Creating one Apply button for multiple dashboard prompts

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.
0 -
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.
0 -
Can't help you not having an OAC available
0