I'm using CE11. I have a parameter in my record selection.
(
If Minimum({?AgencyRange}) = "All"
Then True
Else {DB.AGY_AGCY_NBR} = {?AgencyRange}
)
The field on the database is string and has the numbers 112ZZ, 112TT, 11211, etc. When I run the report
it doesn't pick up the characters only the numbers like 11201 to 11299, etc. If I put in 11200 to
112ZZ then I get no records. Any help is appreciated.
Thanks
(
If Minimum({?AgencyRange}) = "All"
Then True
Else {DB.AGY_AGCY_NBR} = {?AgencyRange}
)
The field on the database is string and has the numbers 112ZZ, 112TT, 11211, etc. When I run the report
it doesn't pick up the characters only the numbers like 11201 to 11299, etc. If I put in 11200 to
112ZZ then I get no records. Any help is appreciated.
Thanks