Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 25 Oracle Analytics and AI Lounge
- 306 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.6K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 117 Oracle Analytics and AI Trainings
- 22 Oracle Analytics and AI 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