Hello,
I currently have a report (Crystal Reports XI) with three groups:
1. Region
2. Total (this is a number calculated in the stored procedure)
3. Employee Name
The parameters for the report are Start Date, End Date, and Region.
In my region paramter, I listed all of our regions so that the user may simply enter the Startdate, EndDate, and whatever region they want data for.
What I need to do is add "ALL" to the list of regions and if the user selects "ALL" from the drop down menu, the report will include all of the regions.
I've done something similar in another report but that included multiple selections and I don't want that in this report. I don't want them to be able to select more than one option, either "ALL" or one of the regions.
Right now I just have {?Region} = {ItemRevenue.Region} in the record selection area, but since "all" isn't one of our regions, adding it to the list in the parameter field won't do it.
Does anyone know how to do this?
Thank you!
I currently have a report (Crystal Reports XI) with three groups:
1. Region
2. Total (this is a number calculated in the stored procedure)
3. Employee Name
The parameters for the report are Start Date, End Date, and Region.
In my region paramter, I listed all of our regions so that the user may simply enter the Startdate, EndDate, and whatever region they want data for.
What I need to do is add "ALL" to the list of regions and if the user selects "ALL" from the drop down menu, the report will include all of the regions.
I've done something similar in another report but that included multiple selections and I don't want that in this report. I don't want them to be able to select more than one option, either "ALL" or one of the regions.
Right now I just have {?Region} = {ItemRevenue.Region} in the record selection area, but since "all" isn't one of our regions, adding it to the list in the parameter field won't do it.
Does anyone know how to do this?
Thank you!