Hi,
I have an SSRS report , Oracle is my backend and am using this following query for dataset of my second parameter.
select distinct X
from v_stf_sec_user_staffing_center usc
where usc.center_group_id in (
select distinct center_group_id from V_T_STAFFING_CENTER_GROUP
scg
where INSTR(','||REPLACE(:PI_REGION_LIST,' ')||',',
…