URL Action - Post migration to new account

Hi, I am using URL action to navigate from Summary to Detail anlaysis carrying certain parameter values. Since we have plans to migrate the dashboards to different account, would this break the drill through link ? In other words, would URL to the detail report change after migrating between accounts ? IF yes, how do we solve this issue.

We have chosen URL action over Navigation action due to user requriements.

Regards,
Bheemrao

Are you doing this in the quicksight console / has your analysis or dashboard id changed?

I don’t think it will automatically work unless you’re dashboard / analysis id is the same.

1 Like

@Max , thanks for your response. we are yet to migrate the dashboard to new account. since URL action has dashboard ID as part of it.
Sample URL action from our use case:

https://us-west-2.quicksight.aws.amazon.com/sn/dashboards/ca0b9ef2-e48c-4ca4-85cc-ec611868b4ec #p.pParameter1=<>&p.pParameter2=<>.

would the highlighted part would change post migration to new account.

When you create a dashboard via the cli / cloudformation you can define a dashboard id. If you keep it the same it will be the same.

If you don’t define it it will probably change in which case your url action will need to change.

1 Like

@Max Thank you for the information ! When we migrate we probably would use CloudFormation.

2 Likes