Hi,
I am using Crystal Reports to pass multiple value to my parameter(pSTATUS) declared in my oracle package.
Field for this parameter can accept upto three values..'O', 'X' and 'V'. The way it will be passed from Crystal to Oracle is in the following format depending on how many values a user selects.
O,X
O,X,V
O
I tried using the IN clause in my where statement but it does not work. I see all the values even if I select just one. How should I handle this in Oracle. I am using 10g.
Thanks in advance,
-E
I am using Crystal Reports to pass multiple value to my parameter(pSTATUS) declared in my oracle package.
Field for this parameter can accept upto three values..'O', 'X' and 'V'. The way it will be passed from Crystal to Oracle is in the following format depending on how many values a user selects.
O,X
O,X,V
O
I tried using the IN clause in my where statement but it does not work. I see all the values even if I select just one. How should I handle this in Oracle. I am using 10g.
Thanks in advance,
-E