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

Thursday, September 18, 2008

Dashboard within Dashboard

For Creating Dashboard within Dashboard you need to create one folder e.g. (Sales or any name) within shared folder.

When you add new Dashboard that should be create within Selected Group folder e.g. (Sales Analysis)


After adding below tag in instanceconfig.xml, it will show group folder wise dashboards in Menu,
(Dashboards should be more then DashboardMaxBeforeMenu values)


Thanks

Santosh


To solve the problem of Prompts (Too many values)

After adding below tag in instanceconfig.xml, prompt will show all values.

You can change MaxDropDownValues value as per requirement
Thanks
Santosh

BI Practice: Admin Tab Not Appearing in BI Publisher

BI Practice: Admin Tab Not Appearing in BI Publisher

Admin Tab Not Appearing in BI Publisher

Admin Tab Not Appearing in BI Publisher

Admin tab not appearing after login through Administrator/Administrator in BI publisher (this issue raises only when you are using your own repository, not demo/paint repository).

To solve this issue you have add one security group in your repository named as XMLP_ADMIN.

After this assign Administrator User to this Group i.e. Administrator user member of 2 groups 1.Administrators and 2. XMLP_ADMIN

Now bounce the services OracleBI Server, OracleBI Presentation Server and OC4J.
Now login into BI Publisher and see Admin tab is available, now you can perform Administrative tasks …...
Version of OBIEE 10.1.3.3, BI Publisher 10.1.3.3

Thanks & Regards,

Yashdeep Sant