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

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
-
Hi @Jayko Paten
In General,
Text Box visualizations support parameters. Below is the syntax let me try our test case and get back to you.
@parameter("parameter name")('default value')
Regards,
Arjun
1
Answers
-
0
-
Thanks @Mallikarjuna Kuppauru-Oracle
I'm not using a data action, I'm using a Text box URL link.
0 -
Hi @Jayko Paten
Got it. Are you using hyperlink option or simply using textbox to generate the URL?
Regards,
Arjun
1 -
I'm using the Hyperlink option (Link Target > URL) option.
TIA!
0