Prompt Reset Button


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: