Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I'd like to know if it's possible t 1

Status
Not open for further replies.

dwilliams

Programmer
Jan 15, 2001
10
US
I'd like to know if it's possible to have a field put into a report and then have a hyperlink there as well. For instance i have a field put on the report Status coming from some db wiht a value enumeration of ON or OFF. I also have another variable I want to be passed with all hyperlinks sender.

can I do a hyperlink like so:
path/some_report.rpt?sender={?sender},status={don't know what to put here}

the value of status could be different for everylink. What I'm trying to do is build a series of dynamic reports that link to each that all get there information from a series of database views. Any suggestions?

Any would be much appreciated.

Thanks.

dan
 
The HyperLink Tab in the Format editor allows you to either enter
a Static "HyperLink Information" or specify a Formula.

Try to use the Formula to construct the URL and append the Status
based on the value returned from the database.

hth,
- Ido
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top