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

How to associate a query to hyperlink???


2004 IR Help

Recommended Posts

By: query - query

How to associate a query to hyperlink???

2004-12-08 06:34

Can anyone help me as how to associate a query to a hyperlink.

The scenario is as follows.

I have a report containing the hyperlink called Details for each employee record. on clicking the hyperlink i,e Details a query shud run which again results in displaying another report containing the employee details in turn

 

Can this be done using subreports concept????

 

-query

 

 

 

 

By: query - query

RE: How to associate a query to hyperlink???

2004-12-08 20:09

Hi

 

Is it that there is no solution to this problem or no one has come across this type of problem

 

-query

 

 

 

 

By: Giulio Toffoli - gt78

RE: How to associate a query to hyperlink???

2004-12-09 05:59

 

No, you can't. To implement drilling down features, you have to use i.e. a servlet that return a new report clicking on the employer (i.e. passing the EmplooyerID)...

 

You hyperlink can be something like:

 

http://127.0.0.1/servlet/getDetail?what=EployerDetails&EmployerID=$F{EmpID}

 

Please note: this is only a sample...

 

Giulio

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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