I am using Crystal XI sp2 with a SQL Server 2000 database. I have a report that uses date parameters (start date and end date), from a stored procedure (the SP being the data source for the report). These are input parameters of the SP that are being used to set a time frame within which the report data is retrieved. These are set up as static parameters in Crystal with a Date datatype, this causes the prompt to invoke a calendar control for selecting the start and end dates, this works fine.
I also have dynamic cascaading report parameters that are based on fields in the data, and I am prompted with drop-down lists to choose those values, that also is working properly.
The problem that I am having is that I am getting double-prompted for the date parameters. When I preview the report in the report designer I first get a prompt window for the start and end dates, I hit OK. Then I get a second prompt window that has the start and end date prompts as well as the other cascading prompts. So I am forced to select the date parameters twice.
Another interesting twist is that the first set of date parameters each has the label for the first of the cascading prompts at the upper right corner of the prompt window, but when they appear again on the second prompt window with the other parameters, they all have the correct labels.
I also have dynamic cascaading report parameters that are based on fields in the data, and I am prompted with drop-down lists to choose those values, that also is working properly.
The problem that I am having is that I am getting double-prompted for the date parameters. When I preview the report in the report designer I first get a prompt window for the start and end dates, I hit OK. Then I get a second prompt window that has the start and end date prompts as well as the other cascading prompts. So I am forced to select the date parameters twice.
Another interesting twist is that the first set of date parameters each has the label for the first of the cascading prompts at the upper right corner of the prompt window, but when they appear again on the second prompt window with the other parameters, they all have the correct labels.