nasa Posted May 19, 2010 Share Posted May 19, 2010 Hello, I am trying to create a hyperlink in a report to an external process or website using one of my report fields.Something like http://www.google.com?123456Where 123456 is my database field.Is this possible?Thanks in advance Link to comment Share on other sites More sharing options...
lucianc Posted June 3, 2010 Share Posted June 3, 2010 Yes, it's possible.HTH,LucianCode:<hyperlinkReferenceExpression>"http://google.com?" + $F{field}</hyperlinkReferenceExpression> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now