Tuesday, 26 May 2015

Adding Footer/Header in Dashboard page in obiee 11g

Steps for Adding footer or header in dashboard page are as below:

1: Go to Dashboard page in which user wants to see footer( or header).


2: Edit dashboard and Click on print options.


3: Select footer or header and click on edit, after supplying footer text check click on Display in browser when applicable option and click on ok.


4. Save, run and see the result.


Thanks!!

Monday, 11 May 2015

Hiding section border in dashboard

Sometimes we have to use multiple sections to complete some requirement but it can be possible that user don't like to see reports separated by sections. In this case we have to hide border of sections. Steps to hide borders of section are as below:

1.Create report and publish it in dashboard. We can see border of section here:


2. Edit dashboard and click on properties of Section:


3. Expend Custom CSS Style option (HTML Only). In both text boxes, write display:hidden;


4. Save, run and see the result:



Thanks!!




Sunday, 26 April 2015

Creating mouseover text in obiee view title

Sometime we face business requirement where user wants to see formula for particular report logic on mouseover on the title of that view. For that i used one narrative view to show the title of the report. Steps are as below:

Open new narrative view :

Add below code in prefix section:




Add html div code in narrative section:




Click okay and test it :



Thanks!!