Page 1 of 1
Is it possible to construct a dynamic hyperlink?
Posted: Mon Nov 30, 2015 8:04 pm
by james_e_lewis
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?
Posted: Tue Dec 01, 2015 6:29 am
by HighAley
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:
Code: Select all
http://google.com/search?q={Line}
http://google.com/search?q={Line+1}
http://google.com/search?q={Categories.CategoryName}
Thank you.