Crystal Reports Parameters
I am working with crystal reports and trying to use a single parameter to input multiple items (i.e. id 1, id 2, etc.). I realize that sounds stupid, and that I could just use a parameter that accepts multiple values, but the application that is calling the report doesn't allow crystal's multi-input parameters.
So, I'm trying to allow the user to input id's separated by ; or , (i.e. 1;2;) and then separate them and send them to as part of a query to Oracle. If these weren't numbers, split() would work perfect, but they're not. I'm looking for another solution. Any help would be greatly appreciated!!! Thanks!!
|