Jan 15, 2001 #1 williamd ISP Joined Oct 7, 2003 Messages 1 Location US I want to pass a paramter via hyperlink to my .rpt and use that parameter as the controlling factor of what the output of the report is, i.e. http://www.some.url/report.rpt?param=value any clues if that is possible? thanks. dan
I want to pass a paramter via hyperlink to my .rpt and use that parameter as the controlling factor of what the output of the report is, i.e. http://www.some.url/report.rpt?param=value any clues if that is possible? thanks. dan
Jan 15, 2001 #2 mbpiper Programmer Joined Dec 17, 2000 Messages 36 Location US pass the parameter in the URL: http://path/yourreportname.rpt?param0=value1,value2, etc. step 1: make a parameter field in your report "insert parameter" place it on your report step 2: use the "select expert" to create a formula that will be used to select the records you want in your report Upvote 0 Downvote
pass the parameter in the URL: http://path/yourreportname.rpt?param0=value1,value2, etc. step 1: make a parameter field in your report "insert parameter" place it on your report step 2: use the "select expert" to create a formula that will be used to select the records you want in your report
Jan 15, 2001 #3 mbpiper Programmer Joined Dec 17, 2000 Messages 36 Location US sorry thats http://path/yourreportname.rpt?prompt0=value1,value2, etc. Upvote 0 Downvote
Jan 16, 2001 #4 dwilliams Programmer Joined Jan 15, 2001 Messages 10 Location US Thank you very much...I really appreciate it. Upvote 0 Downvote