2013/01/31

Pivot Table - Changing unchangeable Cell - Adding Text

If there is ever a requirement to customize the background colors OR adding a text to the top-right corner of the Pivot Table, you need to do the following:

Add "Static Text" section to your request.
Add the below script for adding the title to the top left corner cell and change the background color of the same.

 

The above is tested in OBIEE 11.1.1.6.6

1 comment:

File Handling with Python

This little utility is for copying files from source to target directories.  On the way it checks whether a directory exists in the target, ...