Saturday, November 15, 2008

Column Header Tooltip (mouse over) in OBIEE

You can set Tooltip/mouse over functionality over column header of the table. you can add HTML tag within column header. steps are -
1. Go to column format and check custom heading
2. add html tag like {b title="My Tooltip"}My Column Header{/b}
3. Go to instanceconfig.xml
4. Edit it and add tag - {HardenXSS}false {/HardenXSS}
//change { with less than and } with greater than sign
5. Restart the services.


Regards,
Devendra Chhajlani