Is it possible to construct a dynamic hyperlink?

Stimulsoft Reports.WEB discussion
Post Reply
james_e_lewis
Posts: 1
Joined: Mon Nov 30, 2015 8:02 pm

Is it possible to construct a dynamic hyperlink?

Post 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?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Is it possible to construct a dynamic hyperlink?

Post 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.
Post Reply