Wednesday, August 13, 2008

Clearing Prompts with a "Clear" link

The sample code below will add a Clear Prompts link to any TEXT section on your dashboard. Note you'll need to Replace the [] with <>.

[div class="XUIPromptEntry minibuttonOn"][href="#" onclick="return PersonalizationEditor.removeDefaultSelection(false)" /]Clear Prompts[/href="#"][/div]

Monday, August 11, 2008

Prevent Processing by Forcing a Selection

If you have a dashboard with a view selector, by default OBIEE will executed the FIRST request from the selector when a dashboard page becomes "active". Especially if you have several "heavy" request then will this really slow down your dashboard and irritate the daylight out of your users. [more...]