Hi,
I have created a parameter and added a filter control, also I would like to navigate to a link based on the parameter value. Can I use the same parameter or should I be creating another parameter for navigating to a url ? If it’s the same then should I create another control/action ?
Thanks
Sam
Hi,
You don’t have to create another parameter to accomplish this. You can create a url action based on the value of the same parameter by referencing it using this syntax: <<$parameterName>> so basically your url for example would be: https://www.<<$parameterName>>.com
Please find the documentation link which provide additional details.
https://docs.aws.amazon.com/quicksight/latest/user/custom-actions.html
1 Like