Hi,
Have a weird scenario. I have multiple sub reports embedded on a main report. Here is the typical scenario:
Main report uses a stored proc to get rows with ids that need to be passed into 5 sub reports. Let's say customer_id needs to be passed into all of those sub reports and the sub reports will query database to get the corresponding records. There are 4 customer ids.
I created details section a, b, c, d, e for each sub report and placed the sub reports in those sections. Now the problem is, I want to be able to process all 4 ids for sub report A before moving on to subreport b.
Right now, the report processes sub reports for id 1, then id 2, then 3, and 4 in a nested manner.
Is there any way to process all ids on the 1st sub report, then 2nd subreport then 3rd, 4th and 5th ? without having to get a nested result ?
Please help
Have a weird scenario. I have multiple sub reports embedded on a main report. Here is the typical scenario:
Main report uses a stored proc to get rows with ids that need to be passed into 5 sub reports. Let's say customer_id needs to be passed into all of those sub reports and the sub reports will query database to get the corresponding records. There are 4 customer ids.
I created details section a, b, c, d, e for each sub report and placed the sub reports in those sections. Now the problem is, I want to be able to process all 4 ids for sub report A before moving on to subreport b.
Right now, the report processes sub reports for id 1, then id 2, then 3, and 4 in a nested manner.
Is there any way to process all ids on the 1st sub report, then 2nd subreport then 3rd, 4th and 5th ? without having to get a nested result ?
Please help