Friday, November 04, 2011

OBIEE11g Changing unchangeable cells -Pivot table

Hi,

   [br/]<script type="text/javascript">
var tds = document.getElementsByTagName('td');
var lCSS = new Array();
for(var td=0;td<tds.length;td++){
if( tds[td].className != 'PTCC'){
continue;
}
tds[td].style.backgroundColor="#F1E87D";
// Info on property naming: http://codepunk.hardwar.org.uk/css2js.htm
lCSS.push(tds[td].innerHTML);
}
for(var len =0; len < lCSS.length; len++){
//document.write("Bingo " + "<BR>");
//debug only
}
</script>

fyi..see the screen short:





https://forums.oracle.com/forums/thread.jspa?threadID=2306222&tstart=0

For more: refer Joe post..in obiee10g version
http://obiee101.blogspot.com/2010/02/obiee-changing-unchangeable-cells.html
 

2 comments:

  1. Great stuff provided by the Admin here… look into this for Obiee online training

    ReplyDelete
  2. Can we write the text instead of background color?

    ReplyDelete