Categories
- All Categories
- Oracle Analytics Learning Hub
- 18 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 229 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 85 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
passing presentation variable through go url

875299
Rank 4 - Community Specialist
Hi,
I want to know if it is possible to pass presentation variable value using go url.
below is my link and i want to pass user selected prompt values for customer to another page, basically '@val1' should carry user selected presentation variable's value of that column.
http://dev:9513/analytics/saw.dll?Dashboard&Path="shared"."reports"
&Action=Navigate
&var1=dashboard.variables['PV_CUSTOMER']
&col1="Sales"."Customer"
&val1= @{dashboard.variables[‘PV_CUSTOMER’]}
thanks
0
Answers
-
How is that GoURL called?
0 -
through action link --> navigate to web page
0