Pages

Sunday, January 13, 2013

OBIEE 11g Dashboard BG Image or Watermark

1. Make sure analyticsRes folder is active in weblogic for customizations

Check out the section Exposing a Static Directory in WebLogic Server


I normally use this location for customizations or images etc..


$MW_HOME\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\analyticsRes




(Remember i will make this deployment accessible from the following location setting is ticked) when deploying analyticsRes folder in weblogic.

2. Upload your image file for OBIEE within anaylticsRes folder.


3. Edit or create an OBIEE Dashboard and insert a Text Box within the text box paste the following code
<script type="text/javascript">var obj = document.getElementById('DashboardPageContentDiv');obj.style.background = "url('/analyticsRes/6.jpg') white center no-repeat fixed"</script>

Remember to tick the html box. Save your dashboard.
I uploaded an image called 6.jpg.
When you view your dashboard your image will be in the background.

Try this... It works.

1 comment:

  1. Hi...

    How can I have the watermark attached when I download the report to PDF?

    ReplyDelete