Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to change URL in go url syntax

Hi All,
I am using go Url in dev environment. Now I am moving to
UAT, here I am planning to create one static variable for
Storing Url that variable I am passing in go Url syntax.
But I am not able to get that Url from static variable. That Url is SSO link
href= " '||valueof(PSN)||'saw.dll? ---------------"
Pls suggest anything need to add or any other ways
Regards
Sudha
Answers
-
Hi,
you could set up and use a repository variable for this, see the function syntax palette for examples on how to pull them through to an analysis column, just concatenate the value into your static go_url syntax.
0 -
Could you explain what you mean by:
But I am not able to get that Url from static variable. That Url is SSO link
href= " '||valueof(PSN)||'saw.dll? ---------------"
Does the variable not have any value? How is it set? What version of OBIEE are you using?
0