I am using crystal ver 9. I need to create a report that will generate several other reports. I figured that the best method would be to have the user enter 1 set of parameters and pass this information to the subreports. Based off those parameters some of the sub reports will run and others will not.
For example: The user will enter a set of parameters. There will be a parameter asking if report "A" should be run, then report "B", then "C". If A is responded to as Yes and B and C are no, I want "A" to be processed and the other 2 reports not to be processed.
Since I have never done this before I would like to know if this is a good solution to this. (I do not want to process the tables in report b and c in the above example. If they do get processed the report might run for a very long time)
An added constraint is all my processing has to be done in the report. I cannot modify the database or its tables.
Thanks
For example: The user will enter a set of parameters. There will be a parameter asking if report "A" should be run, then report "B", then "C". If A is responded to as Yes and B and C are no, I want "A" to be processed and the other 2 reports not to be processed.
Since I have never done this before I would like to know if this is a good solution to this. (I do not want to process the tables in report b and c in the above example. If they do get processed the report might run for a very long time)
An added constraint is all my processing has to be done in the report. I cannot modify the database or its tables.
Thanks