Greetings,
I have a report that contains two subreports. The main report is essentially a container to hold the two subreports. The subreports are identical in the data used, but sort and group differently depending on one of the parameters selected from the main report. Based on this boolean selection one subreport is displayed and the other disabled.
The main report only has the SP and its parameters - no data fields
All three reports use the same stored procedure with parameters.
The boolean parameter that controls which subreport that is displayed is a report parameter on the main report.
The subreports are linked to the main report on the SP parameters (Main sp param = sub sp param)
Problem:
When running in Crystal designer, all works fine.
When running in CE, ALL parameters are presented - Main and both Subs.
Any ideas on what the cause is?
Using:
Crystal 9
CE 9
Informix db
I have a report that contains two subreports. The main report is essentially a container to hold the two subreports. The subreports are identical in the data used, but sort and group differently depending on one of the parameters selected from the main report. Based on this boolean selection one subreport is displayed and the other disabled.
The main report only has the SP and its parameters - no data fields
All three reports use the same stored procedure with parameters.
The boolean parameter that controls which subreport that is displayed is a report parameter on the main report.
The subreports are linked to the main report on the SP parameters (Main sp param = sub sp param)
Problem:
When running in Crystal designer, all works fine.
When running in CE, ALL parameters are presented - Main and both Subs.
Any ideas on what the cause is?
Using:
Crystal 9
CE 9
Informix db