Hi Everyone,
I'm using Crystal XI. The report that I'm creating uses an ODBC Connection to SQL which links to a Stored Procedure.
The main report has the following fields.
ID,Name, Address, City, State, Zip, Location, Provider, DateSeen, Age, DOB.
It also has the following parameters:
DateSeen = ?DateSelection and
Location = ?LocationSelection and
Provider = ?Provider
age = ?Age
The age field is a numeric field.
This works great!
I now have an on-demand sub report which has the following fields: Name, Address, City, State, Zip using the same stored procedure as the main report and also has the same parameters. This report is so that the user can export just these fields for mailing labels.
What I would like the user to be able to do is enter the information from the parameters in the main report and pass those parameters to the sub report.
So far everything works great except I can't seem to get the Age parameter to work between the main report and sub report. All other parameters work great and ties into the subreport.
Any suggestions? Not sure why just the age parameter isn't working.
Thanks for your help!
I'm using Crystal XI. The report that I'm creating uses an ODBC Connection to SQL which links to a Stored Procedure.
The main report has the following fields.
ID,Name, Address, City, State, Zip, Location, Provider, DateSeen, Age, DOB.
It also has the following parameters:
DateSeen = ?DateSelection and
Location = ?LocationSelection and
Provider = ?Provider
age = ?Age
The age field is a numeric field.
This works great!
I now have an on-demand sub report which has the following fields: Name, Address, City, State, Zip using the same stored procedure as the main report and also has the same parameters. This report is so that the user can export just these fields for mailing labels.
What I would like the user to be able to do is enter the information from the parameters in the main report and pass those parameters to the sub report.
So far everything works great except I can't seem to get the Age parameter to work between the main report and sub report. All other parameters work great and ties into the subreport.
Any suggestions? Not sure why just the age parameter isn't working.
Thanks for your help!