crystalreporting
Instructor
While Crystal allows for parameters with combinations of distinct and range values, the report viewer I am using does not support that type of input. I would like the end user to be able to enter a single string parameter with distinct and range values i.e.
'A', 'B', 'D' to 'F'
So that the report results show A, B, D, E, F.
I can manually set the selection criteria to work this way e.g. {TABLE.Field} in ['A', 'B', 'D' to 'F'] returns the correct results. However if I change this to use a parameter e.g. {TABLE.Field} in '[' & {?Parameter} & ']' and key the parameters values in the range portion does not work.
Any ideas?
Peter Shirley
Macola Consultant, PA and surrounding states.
'A', 'B', 'D' to 'F'
So that the report results show A, B, D, E, F.
I can manually set the selection criteria to work this way e.g. {TABLE.Field} in ['A', 'B', 'D' to 'F'] returns the correct results. However if I change this to use a parameter e.g. {TABLE.Field} in '[' & {?Parameter} & ']' and key the parameters values in the range portion does not work.
Any ideas?
Peter Shirley
Macola Consultant, PA and surrounding states.