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