Friday, July 10, 2009

OBIEE Hide the page options button

I was asked on the OTN forum how to hide/remove the Page Options button on the dashboard:

image

A crude and simple way is to edit the dashboardtemplates.xml:

<WebMessage name="kuiPersonalizeLink">

<HTML>

<span class="minibuttonOn" style="display:none">

<a href="javascript:void(null)" onclick="return NQWPopupMenu(event,'idPersonalizationMenu',null,'top')">

&nbsp;

<sawm:messageRef name="kmsgDashboardPageOptionsMenu"/>

&nbsp;

<img src="fmap:Views/sortdesc.gif" border="none"/>

&nbsp;

</a>

</span>

<br/>

</HTML>

</WebMessage>

image

Till Next Time

5 comments:

eejimkos said...

hi...one more time...
Is it possible to customize it depended on the user log???
We want to appears to administrator but not to simple users...
Tnks in advance..

John Minkjan said...

You could assign a custom skin and style based on the login.

regards

John

eejimkos said...

ok.i got it..
i have to change it and to j2ee/...analytics.../.../res// path and at bi/web/res path.And then give the appropriate rights.
tnkss

Unknown said...

Hi eejimkos .
Could you plz give details as how you done for Admin user not for others.

Mustafa Yalçın said...

Hi,
to hide "page options" button from users except Administrator check this url:

http://mustafamyalcin.blogspot.com/2010/04/hide-page-options-button-from-non-admin.html