Is it possible to construct a dynamic hyperlink?
-
- Posts: 1
- Joined: Mon Nov 30, 2015 8:02 pm
Is it possible to construct a dynamic hyperlink?
I've seen a YouTube showing how to create a static hyperlink, which works fine, but would like to create a dynamic hyperlink per row of data that uses data elements within the URL. Is this possible, and if so, how?
Re: Is it possible to construct a dynamic hyperlink?
Hello.
You could use any expression in braces. It will be calculated and the result of the expression will be inserted in hyperlink.
For example:
Thank you.
You could use any expression in braces. It will be calculated and the result of the expression will be inserted in hyperlink.
For example:
Code: Select all
http://google.com/search?q={Line}
http://google.com/search?q={Line+1}
http://google.com/search?q={Categories.CategoryName}