lets say I have an app that has some unique id, now if I click on that id i would be redirected to Quicksight dashboard with that element filtered
1 Like
Hello @surajk, redirecting to QuickSight would work if the user is signed in. Is that ID you are referring to a parameter linked filter in QuickSight? If so, you can attach the parameter value within the link to the dashboard. You need to include it at the end of the url and it will look like this:
#p.(insert parameter name here)=(insert unique ID value here)
The whole dashboard URL would look like this:
https://us-east-1.quicksight.aws.amazon.com/sn/dashboards/(insert dashboard ID)#p.(insert parameter name here)=(insert unique ID value here)
This should give you the result you are expecting. I will mark my response as the solution, but please let me know if you have any remaining questions. Thank you!
1 Like