Saturday 25 February 2012

OBIEE Freeze Pane / Headers

For OBIEE 11g, good article from Shiva-
http://shivabizint.wordpress.com/2012/05/04/freeze-column-headers-in-obiee11g/

One of the developers I have been working with, Mark Hancock, has found a solution using some custom CSS scripts.
Insert a static text object on to the dashboard, select the “Contains HTML Markup” option and enter the following text into it:
<head>
<style type=”text/css”>
div#idPivotTableParent {overflow:auto;height:600px;}
.PTRowLabelsRow td {position:relative; top: -10px}
</style>
</head>
It works when using IE, but not Mozilla. I get a lot of hits looking for this solution, so please leave a message and let me know if this works for you too.

Thanks to BI Joe

2 comments:

  1. its not working for me.i am using IE 6 version.

    ReplyDelete
  2. This doesnt work in obiee 10g version. i have tried using this code. :(

    Regards,
    Kumar

    ReplyDelete

Thanks to Comment
--Add--