Hi All,
I need to implement a requirement of dual search in stored procedures, i need to search in an object partially and multiply.
For e.g: User can enter a value in the filter/prompt named Country which goes as “Aus, Jap, Ind”. This list is not constraint to three values all time and it will be dynamic and can have any number of values in it with comma as delimiter.
For the above example, the report is expected to select and display all records from the database when country value matches any of the below values.
- Australia
- Japan
- India
In the BOBJ environment, we have below options which can partially satisfies above requirement.
- Having “In list” in prompt , enables in selecting multiple values but partial string/word search is not possible
- Having pattern match, enables searching with partial values but it won’t allow multiple string/word search
We are trying it with stored procedures. Can anyone please help me in writing stored procedures for this and tell me can 4.0 supports stored procedures weell iam using .unv only.
Thanks,
Madhavi.G