I running a BI Publisher report through SOAP request. the BI Publisher data model contain the following condition :
WHERE PERIOD_NAME IN ( :P_PERIOD_NAME )
when i pass single period like "Jan-21" it works fine but then when i pass "Jan-21, Feb-21" it fails.
how to pass comma separated values ?