I am using Crystal Reports 10.
I have a parameter defined as: Allow multiple values and discrete and range values.
When it comes to the record selection for such a parameter, how should it be defined - equal to or some other test?
Also, how do you print the various values the user has selected?
Say this is for a customer database. There are 500 records, each a unique customer number.
This same parameter may be used for just one customer, multiple customers, a range of customers, or any combination of these.
How should the record selection be tested? {CustomerNumber.Customer} _______ {?CustomerNumberRange}
How do you show what the user selected on the report?
I have a parameter defined as: Allow multiple values and discrete and range values.
When it comes to the record selection for such a parameter, how should it be defined - equal to or some other test?
Also, how do you print the various values the user has selected?
Say this is for a customer database. There are 500 records, each a unique customer number.
This same parameter may be used for just one customer, multiple customers, a range of customers, or any combination of these.
How should the record selection be tested? {CustomerNumber.Customer} _______ {?CustomerNumberRange}
How do you show what the user selected on the report?