Extra Pages

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:

  1. 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..

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

    regards

    John

    ReplyDelete
  3. 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

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

    ReplyDelete
  5. 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

    ReplyDelete

Note: Only a member of this blog may post a comment.