Jump to content
We've recently updated our Privacy Statement, available here ×

Hyperlink problem


panlj2004

Recommended Posts

Hello All,

I would like to create Hyperlink in report.

I set the Hyperlink Type as Reference and in the Hyperlink Reference Expression give the WEB URL . the WEB URL can be opened in jaspersoft server.

link_par.PNG.dec8cf30f9bf83aa9f07e9ec2aad0985.PNG

link_web.PNG.6fa90a277db1d8dd12d6510d6d6fb819.PNG

 

but when link a exist report or a jpg, only opened a blank windown.

link_report.PNG.f767721a89665de9cb6a08924140c601.PNG

I'm new, anyone can help me, thanks 

Kelly

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Hello Hozawa,

yes, I'm using Jaspersoft Studio, and this is simple hyperlink case, I want to study the case to familiar the hyperlink function.

in above case I have the a text field, want to add a link into the text field.

I tried you solution : and drag & drop the report from the Report Exporer on to the text field. But no any change in hyperlink cascading. In jaspersoft server, without any link for the text field.

please help again.

Kelly

Link to comment
Share on other sites

Hello Hozawa,

I added a parameter "ProductFamily" into parameters, the link is working.

but the report is null (only displayed a title) as missing parameter.

how can I pass the parameters from mian report to link report. as they have same parameters.

Thank you in advance

Kelly

Link to comment
Share on other sites

Hi,

For passing parameter, you have to use "reportexecution" for link type.

the atttributes you have to add,

_report : (linked report path in repository)

param1(parameter on the report you tried to execute) : $P{param1} (parameter on the main report)

Take care..

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...