Monday, November 4, 2013

OBIEE 11g – How to undo a right click action

You have done some right click (or other) modifications to the dashboard and want to undo it? 
Select "Clear My Customization".

An  example:

In the sample dashboard I Right click and select Keep Only on the FunPod (by default you don't have this interaction and you have to enable it in the Analysis):


The result is:

To clear it I select Clear My Customization in the Dashboard Options:


And we are back to default:



You prefer to create a custom "Clear" button like this?
Add a narrative in an analysis, with the following code:

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

Like this:

You can find it in the SampleSales demo, QuickStart dashboard, "Product Detail" page.



If you prefer you can add it as a text object in the dashboard , with the same code (just remember to mark the "contains HTML markup").

1 comment: