I am trying to pass a value entered by the user in the EIS to a report.
My query uses a stored procedure. I am able to get a 'Begin Date' and an 'End Date' in the EIS and pass them to the stored procedure. The query executes just fine. I would also like to pass these values to a report so they can be displayed on the report. My query doesn't use limits -- that's all handled in the stored procedure.
I've tried to dynamically change the report text field from within the EIS script and I have tried to use a 'field' on the report to read the EIS. I can't seem to get anything to work.
Any ideas on how I might accomplish this? Any help would be greatly appreciated. Thanks. TM.
My query uses a stored procedure. I am able to get a 'Begin Date' and an 'End Date' in the EIS and pass them to the stored procedure. The query executes just fine. I would also like to pass these values to a report so they can be displayed on the report. My query doesn't use limits -- that's all handled in the stored procedure.
I've tried to dynamically change the report text field from within the EIS script and I have tried to use a 'field' on the report to read the EIS. I can't seem to get anything to work.
Any ideas on how I might accomplish this? Any help would be greatly appreciated. Thanks. TM.