Hi All,
Recently we have upgraded for OBIEE 10g to OBIEE11g.
In 10g we have created custom links using by calling 'Static Variables' in commonuitemplete.xml.
If i call same variables in 11g customlink.xml it is working.Let me know if anything is wrong in the below code.
Code:
<link id="l1" name="Training1" description="For Training Material and Definition of Warehouse Calculations" src="@{biServer.variables['TrainingURL']}" target="blank" >
<locations>
<location name="header"/>
</locations>
Thanks,
Sai Prasad.