How to use parameters to IN OQL

0
Hi All,   Please help, I am retrieving the data with the help of OQL in databaset and javaaction, with method “createOQLTextGetRequestFromDataSet “ . Simple query i am able to get the data. But I am not able to pass the Filters or parameters to the OQL Query.   JavaAction: (Which is giving me the data as expected through Dataset)   Dataset With OQL:   Question : Currently i am passing the Hardcoded value in the where clause, i want it to be pass as parameter. How can i pass that. through javaaction.        
asked
1 answers
0

You should indicate what you wrote in your OQL that you could not get. It is not clear to all here what you did or did not do.
The OQL is Add[hoge]Parameter Java
Action to add a condition by passing a parameter to the query.

answered