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
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.
SPF-I-222 is similar request
Work around is to insert calculated column to create the URL using custom expressions and have access to all columns e.g.
Then use Link Renderer for this column.