Categories
- All Categories
- Oracle Analytics Learning Hub
- 29 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 236 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 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.