cancel
Showing results for 
Search instead for 
Did you mean: 

To have multiple reports in Crystal Report

Former Member
0 Kudos

Hello,

I have 4 reports and need to import them to a Crystal Report and have a option to select a desired report. Please see below for illustration

If the Report1 is selected:
The user can enter the date range parameter - StartDate1 ton EndDate1
-----------
If the Report2 is selected:
The user can enter the date range parameter - StartDate2 to EndDate2
-----------

If the Report 3 is selected:
The user can enter the date range parameter - StartDate3 to EndDate3
----------

If the Report 4 is selected:
1) The user can enter the date range parameter - StartDate4 to EndDate4
2) Also at the same time the user needs to select a category (for example Cat3) from the category list.
Cat1
Cat2
Cat3

-----------
Please help me how to resolve this problem.

Thanks

-Bill

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member292966
Active Contributor
0 Kudos

Hi Bill,

Are you doing this in an application you are writing? If you are, it would be best to create a list and based on which report they select then enable the different options a user can enter. I am assuming of course that you have 4 separate reports.

Brian