Monday, August 29, 2011

Hide the Go button in OBIEE

Hi,

If you need to hide the go button for a dashboard prompt in OBIEE insert a static text object on to the dashboard, select the “Contains HTML Markup” option and enter the following text into it:
<style type=”text/css”>
.XUIPromptEntry{display:none}
</style>


Regards,

Deva

1 comment:

  1. Hi Deva,
    Is there anyway we can hide Apply,Reset button in OBIEE 11.1.1.5, i know it is optional in 11.1.1.6

    ReplyDelete