Kenny Johnson
Kenny Johnson

Reputation: 472

Crystal Reports - One report that lets user select from multiple reports

I need to "merge" 3 big reports.

Is it possible to just create a drop down menu that lets the user select which report to view?

Then just put all 3 reports into one as sub-reports?

Thanks

Upvotes: 0

Views: 60

Answers (1)

craig
craig

Reputation: 26262

You could:

  • create a dummy main report
  • embed each of the 3 reports as a sub-report
  • create a pick-list parameter that allows a person to select one of the reports to be shown
  • suppress sub-reports that aren't in the parameter's chosen value

** edit **

In addition, create the necessary parameter fields in the main report, then link them to the corresponding parameter fields in each sub-report. This will eliminate the report from prompting repeated for each parameter.

Upvotes: 1

Related Questions