Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Visualization
Created by Guest
Created on Jul 4, 2016

Allow more complex link renderer generation (include additional columns, custom calculations)

What I want to do is create URLs in a table that display an alias but launch an extended URL. The instructions in the user guide show how to add common prefix/suffix to the URL using the string http://{$}/ however this won’t work as I want to direct to multiple servers and hence the prefixes are not consistent between different lines.

I’m hoping for something like:

http://

{[Full URL]:$}

/

 

Additionally it might be useful to be able to include other custom calculations in the link renderer

  • Attach files
  • Admin
    Anna Lundberg
    Reply
    |
    Jan 31, 2020

    It would be great if you could combine two columns into one link, so you take the URL from one column and the descriptive text from another column. Or make sure the column with the descriptive text can have a URL hyperlink taken from another column. 

  • Guest
    Reply
    |
    Aug 12, 2019

    SPF-I-222 is similar request

  • Guest
    Reply
    |
    Aug 12, 2019

    Work around is to insert calculated column to create the URL using custom expressions and have access to all columns e.g. 

    Concatenate("http://google.com/search?q=", [Term])" 

    Then use Link Renderer for this column.

1 MERGED

Link Template column property

Merged
A link template used to create links to a website from the values in a table. For example, the link template can be "http://www.{$}.com", where "{$}" represents the data value from the column. {$} passes the same column value. How to pass another ...
10 months ago in Spotfire / User Experience 2 Future Consideration
14 MERGED

Refer to other columns in Link renderer

Merged
I need to use values from multiple columns to generate the URL's. Currently, I insert a calculated column (using the concatenate function) to build the URL. I would like to avoid adding a new column for this (for performance reasons; the data sets...
over 8 years ago in Spotfire / Visualization 4 Future Consideration