Open a new tab when clicking the sheet link on a Dashboard

Hi All,
I got a dashboard as shown below.
When I click the sheet link on the dashboard at the red circle , it opened the sheet on the same tab of the browser that replace the dashboard screen.
How can we open that sheet on a new tab so that I can see both the dashboard and the sheet on two seperate tabs?
Thanks in advance for your guidence.
Best Answer
-
One way to do this is to add "_blank" to the end of your URL for the link. Since you are using a direct link to a sheet, get the sheet URL, add a _blank to the end, then instead of a direct sheet link, use a URL link and that should do the trick.
I hope that helps.
Cheers,
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: [email protected]
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
Answers
-
One way to do this is to add "_blank" to the end of your URL for the link. Since you are using a direct link to a sheet, get the sheet URL, add a _blank to the end, then instead of a direct sheet link, use a URL link and that should do the trick.
I hope that helps.
Cheers,
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: [email protected]
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
-
Hi @Ramzi K
Follow your guidance, I used URL link and it did work. A new tab is opened for the sheet.
One more thing, we do not need to add "_blank" to the end of the URL for the link, it still works as i expected.
Thank you.