Wednesday, May 18, 2011

How to Assign default dashboard dynamically based on USER Login in OBIEE?

You need to create the PORTALPATH System Session variable and populate it using a Initialization Block.

Within the Initialization Block, you have to enter SQL but I've also seen people use LDAP. If you use SQL, you can either hard code a value for the default dashboard path or you can have it query a database table.

The value you'll need to enter is as follows:

/shared/<folder_name>/_portal/<dashboard _name>

substitute the <folder_name> and <dashboard_name> for your own.

Until Next Post....Keep Smiling :)

No comments:

Post a Comment