Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 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
Dynamic Host value in OBIEE action link

I want to use a dynamic host name in Acton Link URL.
Instead of hardcoding the server name https://Sampleserver.com/EMPLOYEE/ERP/c/AUDIT_EXPENSE_FUNCTIONS.TE_EXP_SHEET_INQ.GBL , I would like to use parameter (Repository/presentation variable) for server name so I do not have to modify the action link when I move it up the stack.
when I use below syntax (Test is a presentation variable) , I get the error saying "Token(s) allowed only in the query part of the URL string: "
https://@{Test}/EMPLOYEE/ERP/c/AUDIT_EXPENSE_FUNCTIONS.TE_EXP_SHEET_INQ.GBL
Has anyone implemented this before? Appreciate your quick help.