-
1. Re: How to change a server name in a hyperlink dynamically?
Jeff James Jan 9, 2015 7:55 AM (in response to Michael Chavarria)1 of 1 people found this helpfulAre the links to resources on the same server? If so, you could use relative links instead of hard-coding them.
If not, store the appropriate value in a database table, text file, etc. Add the data source to the workbook, and dynamically construct the URL using that value.
-
2. Re: How to change a server name in a hyperlink dynamically?
Michael Chavarria Jan 9, 2015 8:15 AM (in response to Jeff James)Thanks Jeff!
The resources are on the same server.
Where would I go about finding information on using relative links in Tableau Server?
-
3. Re: How to change a server name in a hyperlink dynamically?
Jeff James Jan 9, 2015 8:38 AM (in response to Michael Chavarria)There is another thread that covers it here:
Relative URL path for Action URL
Using one of the sample views as an example. Instead of http://<server>/views/Sales/2013SalesGrowth#1, you would use /view/Sales/2013SalesGrowth#1.
The URL won't work until published since it doesn't have the server name embedded, so you'll need to test once it's on the server.