Friday, November 7, 2014

Clear selected filters from prompt in OBIEE (clear button)

Below HTML will clear selected filters from OBI prompt except default selection.

<div class="XUIPromptEntry minibuttonOn"><a href="#" onclick="return PersonalizationEditor.removeDefaultSelection(false)">Clear</a></div>

No comments:

Post a Comment