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
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.