Oracle Analytics Cloud and Server

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

What is the syntax to dynamically pass parameter values from workbook to workbook via a URL link

Accepted answer
32
Views
5
Comments

Workbook A has parameter p_PersonName bound to a filter

I need to create a URL link (on a Text Viz) to navigate to Workbook B and pass the selected filter value via p_PersonName

&p1n=p_PersonName and &p1v=JohnDoe (hardcoded p1v) works OK

However, I want p1v to be dynamic.

What is the correct syntax?

Best Answer

Answers