Categories
- All Categories
- 141 Oracle Analytics News
- 26 Oracle Analytics Videos
- 14.7K Oracle Analytics Forums
- 5.6K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 52 Oracle Analytics Trainings
- 12 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How to call Static variable in CustomLink.xml file in OBIEE11G

User_1GH6X
Rank 1 - Community Starter
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.
0