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
OBIEE prompts

Hi,
i am using OBIEE 12.2.1.2.0
Something like this happens, Dashboard has 3 sections , 1 normal and 2 sections that are conditionaly shown depending of the value of the prompt placed in first section.
When i change the value of the prompt it shows me other prompts that i put in a conditional sections, but in some cases the values of the prompt remain the same when i switch from one section to another.
How to make some kind of auto clear when i hit apply int the first section?
THX, Matija
Answers
-
There is no standard solution for this, you would need to use javascript to resolve this.
There are a number of hits on this =>
0 -
It says i shoul do something like this
< div class="XUIPromptEntry minibuttonOn">< a href="#" onclick="return PersonalizationEditor.removeDefaultSelection(false)">Clear</a></div>
Replace < with < and > with >
How to replace this because when i replace it nothing happens it just showes me the text
0 -
Have a look at this, you have missed a step; -
Oracle Business Intelligence OBIEE 101: OBIEE Executing your own JavaScript
0 -
I tried to use this
https://malyalakp.wordpress.com/2013/01/23/obiee-11g-single-button-to-submit-multiple-prompts/
I wanted to have a clear all prompts button and when i click on CLEAR ALL prompts it gives me this
0