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 column as a parameter to the link template?
This could be something like {$1} or {$[columnName]} to be able to construct url based on other columns
Hello Jose,
I think your idea is similar to this idea: https://ideas.tibco.com/ideas/SPF-I-4947
Do you confirm?