Friday, May 31, 2013

[OBIEE 10g] Prompt Reset Button On Dashboard


 


Prompt Reset Button on Dashboard




The code below creates a button in OBIEE that resets the prompt to its default values.


 Just add a text object to your dashboard and insert this code.


<div><a href=”#” onclick=”return PersonalizationEditor.removeDefaultSelection(false)”>Reset Prompts</a></div>


It will look like this:







2 comments: