8/18/2025 7:27:47 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss reports for SalesLogix including Crystal, SQL Reports, etc. View the code of conduct for posting guidelines.
|
|
|
|
How to avoid being prompted twice for parameters?
Posted: 12 Jun 09 12:28 PM
|
I have two date parameters in my report. When I run the report, I am prompted to enter values for these two parameters. I enter values and click OK and then I am prompted again to enter values for the same two parameters. How can I fix this?
The report uses the command feature to specify the sql. The two parameters are used in the where clause as follows:
and SPES.CreateDate between {?SPESCreateDateStart} and dateadd(day, 1, {?SPESCreateDateEnd})
This is the only place in the report where the parameters are used. The parameters are not displayed in the report and are not used in any formulas. There are no sub-reports.
I also noticed that when I checkout the report from the Architect/Manage Reports, I am prompted once for the parameters before the report shows up in the CheckOut folder.
I am using SLX 7.2 with the SLX provided version of Crystal (11.5).
|
|
|
| |
|
Re: How to avoid being prompted twice for parameters?
Posted: 16 Jun 09 5:10 AM
|
Since you have no subreports, how about using a main report that is just a holder. Put two matching parameters in the main report and pass them to the sub report parameters via linking.
Maria |
|
|
| |
| |
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|