Manoj Chaurasia Posted October 1, 2013 Share Posted October 1, 2013 I have a series of columns with files meta data information in a data table. These columns store information about the server, sharefolder, sub-directory and file name for specific file location. I create a calculated column where I concatenate all the information and ceate a link to the file. I display this calculated column on a table chart and have the table render it as a live link. the idea is that clients can click on the link and open the files. Now, I click on the link from Spotfire and the file does not open. However, if I copy the link and paste it in Windows Explorer, then the file comes right up. So, that tells me it is not a permission issue with my user. What else can I look for thanks! Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted October 3, 2013 Author Share Posted October 3, 2013 Thanks guys. Yes, Pavan is right. The solution was to add the file extension in the preferences. It works well now. Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted October 23, 2015 Author Share Posted October 23, 2015 Hello Luis, Are your customers using the web player or the desktop client You can treat the file location as hyperlinks. Make sure you are using the "file://" protocol in your url instead of "http://" Test your link in a web browser and then use it in your visualization. For example, if you have a network drive you normally access in Windows Explorer like: "\yourcompany.comamericassharedfile.xls" then your column should read "yourcompany.comamericassharedfile.xls" To create a link in your table chart, open the visualization properties, go to Columns and set the Renderer as "Link" and use the following settings for the selected column: file://{$} This will render like file://yourcompany.comamericassharedfile.xls On the other hand, If you are pointing to a mapped network or local drive, for example "z:sharedfile.xls, then use "file:///{$}" where {$} is your "z:sharedfile.xls" so your link should be rendered as "file:///z:sharedfile.xls" Good luck! Jose.- Link to comment Share on other sites More sharing options...
Pradeep Pasupuleti Posted February 15, 2017 Share Posted February 15, 2017 I tried this but did not work for me. Nothing happens when I click on the link in the data table. But when I copy paste the Cell link in to windows explorer address bar, it works. Any suggestions or ideas Link to comment Share on other sites More sharing options...
Pavel Soucek Posted January 16, 2019 Share Posted January 16, 2019 I have the same problem. Any idea how to solve it Or is there any additional setting If I click on the link, it does nothing. Link to comment Share on other sites More sharing options...
Andre Kooy Posted June 24, 2020 Share Posted June 24, 2020 Excellent feedback, still applicable today Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now