If you use parameters in a report, when is it required to enter a value for those parameters?
In my opinion, numeric parameters are always required... Is that correct? :-s
I know that crystal reports automaticly will prompt for the parameters.
But what I mean is, which parameters are mandatory and which are optional in the screen "Enter Parameter Values"?
If you create a parameter, it becomes mandatory. Either the user must enter a value for the parameter or if you are embedding your crystal report into another application, the parameter values must be passed to the report.
You can create a parameter for customers with a default value of 'ALL' and then conditionally set your record selection formula as follows:
if {?CustNo}='ALL' then true else {?CustNo}={CustomerNumber}
Does this help?
Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.