Want to include a dynamic variable in title in OBIEE

Post date: 16-Feb-2011 08:57:33

Hi all,

Now it is possible to use all types of variables in the title.It has been acknowledged as a defect with bug no.:6019292.The effective solution they have provided is as follows:

For session variables:

@{biServer.variables['NQ_SESSION.variablename' ]}

 

Reference:

http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/want-to-include-a-dynamic-variable-in-title-in-obiee-1569322

For repository variables:

@{biServer.variables['variablename']}