Dashboard Name as Link in OBIEE 10g
HI,
Can v create the dashboard name as link in which when clicked will divert us to another portal??
Actually we have an external portal ,we would like to pass the OBIEE UID & PASSWORD with the URL so that the external portal gets authenticated with OBIEE login credentials.
for examples;
http://111.222.333.444:81/Intranet/MisReports.aspx?UID=@{biServer.variables['NQ_SESSION.enc_emp']}&PASSWD=@{biServer.variables['NQ_SESSION.enc_pwd']}
what r the options to archive this??