Passing comma seperated parameter values through SOAP request
Summary
Passing comma seperated parameter values through SOAP requestContent
I running a BI Publisher report through SOAP request. the BI Publisher data model contain the following condition :
WHERE PERIOD_NAME IN ( :P_GL_PERIOD_NAME )
when i pass single period like 'Jan-21' it work fine but then when i pass 'Jan-21', 'Feb-21' it fails.
how to pass comma seperated values ?
Tagged:
0