Hi,
I am using CR 8.5, CE 8.5 and Oracle 8i.
I have a report which is pointing to stored procedure with parameters "startdate" and "enddate". When I run this report individually, it works fine...no probs here. (This report has to be pointing to stored procedure for additional logic I need to use)
I have main report where I want to insert the above described sub report. Now when I insert the report as sub report, the linking dialogue asks for parameter name to be created. So I gave those names to "mainstardate" and "mainenddate". no probs here also
Now in my subreport, which had 2 parameters "startdate" and "enddate", I want to pass value from parameters from main report.
So my final selection formula becomes:
{?startdate} = {?mainstartdate} and
{?enddate} = {?mainenddate}
Now the problem is {?startdate} and {?enddate} parameters are empty and my subreport which is pointing to stored procedure returns nothing.
Any help is greatly appreciated.
Thanks,
V
I am using CR 8.5, CE 8.5 and Oracle 8i.
I have a report which is pointing to stored procedure with parameters "startdate" and "enddate". When I run this report individually, it works fine...no probs here. (This report has to be pointing to stored procedure for additional logic I need to use)
I have main report where I want to insert the above described sub report. Now when I insert the report as sub report, the linking dialogue asks for parameter name to be created. So I gave those names to "mainstardate" and "mainenddate". no probs here also
Now in my subreport, which had 2 parameters "startdate" and "enddate", I want to pass value from parameters from main report.
So my final selection formula becomes:
{?startdate} = {?mainstartdate} and
{?enddate} = {?mainenddate}
Now the problem is {?startdate} and {?enddate} parameters are empty and my subreport which is pointing to stored procedure returns nothing.
Any help is greatly appreciated.
Thanks,
V