First off I am using CR08 connected to a MySQL db.
My question is simply this, in using sub-reports passing parameters to the sub-report, the Parent(main report) has to execute first before the sub-report correct?
If this is true then the report would stop if the Parent was null or would it continue to the sub-report?
The reason I ask is that the report I am creating has values in the sub-report which is linked to the Parent by using the Change SubReport Links. If I run just the sub-reports by themselves with the same parameter I get the desired results. But if the parameter is null in the Parent then nothing returns. Am I missing something?
My question is simply this, in using sub-reports passing parameters to the sub-report, the Parent(main report) has to execute first before the sub-report correct?
If this is true then the report would stop if the Parent was null or would it continue to the sub-report?
The reason I ask is that the report I am creating has values in the sub-report which is linked to the Parent by using the Change SubReport Links. If I run just the sub-reports by themselves with the same parameter I get the desired results. But if the parameter is null in the Parent then nothing returns. Am I missing something?