Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to pass a presentation variable via GoURL/prompted URL?
Answers
-
I did try passing a value for &val3 but it hard codes it. I will once again as per Boris's blog you shared.
For example, the dashboard prompt on dashboard page 1 for district has a default value of "Sydney".
I tried adding this fr &val3. Of course, then the value gets passed to the 2nd dashboard prompt via the GoURL.
But when i change the value on dashboard page 1 to another district (eg: Melbourne) and use the link to navigate to dashboard page 2, it still uses the value "Sydney" initially set in the URL and doesn't pick the new changed value in the prompt.
0 -
Hi Christian,
I tried various approaches but I wasn't able to pass the value of the Presentation variable. Boris's article doesn't specifically highlight a scenario with a presentation variable.
0 -
If you use the interface option for the Navigate action, then you can choose a column as well. Just fill the variable into a column and use that column.
0 -
Hi Christian,
this is the interface option.
/saw.dll?Dashboard&PortalPath=@{1}&Page=@{2}&Action=@{3}&var1=@{4}&psa1=@{5}&col1=@{6}&val1=@{7}
I saw this blog, http://www.iwarelogic.com/2010/09/integrating-oracle-obiee-content-using-go-url-850/
but still a bit confused as to how to pass the variable
0 -
Hi Christian,
I was able to get the Presentation variable to work in the URL, but only on a table analysis. The same column used in a performance tile does not pass the value of the presentation variable to it.
/saw.dll?Dashboard&PortalPath=@{1}&Page=@{2}&Action=@{3}&col1=@{4}&val1=@{5}&psa1=@{6}&var2=@{7}&cov2=@{8}&val2=@{9}&psa2=@{10}
Clicking on the 3rd column we see that the values get passed to val1 and val2.
But if i click on the performance tile, val1 and val2 don't get populated.
Ever come across such behaviour?
0 -
Aaaaah a performance tile! Yeah you'll have an issue there. Better add a second view which hosts the link.
0 -
Can you kindly elaborate what you meant by that?
0 -
Rather than just having a performance tile put a second view into the analysis which will be the host of the action
0 -
Like creating a pure action link on the same dashboard, or embedding it in a text area...
0 -
Precisely. Performance Tiles are....weird.
0