Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to call Static variable in CustomLink.xml file in OBIEE11G

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.