Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

passing presentation variable through go url

Received Response
11
Views
2
Comments
875299
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

Answers