Bennie47250
Programmer
Using Crystal version 7.0
Is it possible to create a parameter that will allow for the entry of a range?
For example, at the prompt would like to enter ether a 1 or a 2 or 1,2.
I have tried:
{OpNumbers.Plant} in [{?PlantNumber}]
and I will enter 1,2. But the SQL it passes is WHERE OpNumbers.Plant = 1,2 and I get nothing as there are no values in the database of 1,2.
If I just enter a 1 or just a 2 the report returns the correct values
Thanks
Bennie
Is it possible to create a parameter that will allow for the entry of a range?
For example, at the prompt would like to enter ether a 1 or a 2 or 1,2.
I have tried:
{OpNumbers.Plant} in [{?PlantNumber}]
and I will enter 1,2. But the SQL it passes is WHERE OpNumbers.Plant = 1,2 and I get nothing as there are no values in the database of 1,2.
If I just enter a 1 or just a 2 the report returns the correct values
Thanks
Bennie