Iloveoracle
Programmer
Hi,
I designed one report with two parameter list.The report will take list of system_ids and list of part_ids .For example in my report I want to display multiple reports for
system_id=1171 & part_id=III
and system_id=441 & part_id=I
and system_id=15871 & part_id=I
and system_id=10061 & part_id=II
So I am passing with comma separated stirng ,like
&SYSTEM_ID_LIST=1171,441,15871,10061
&PART_ID_LIST=III,I,I,II
So now I need to display these report details as shown above.Is there any way to tell the report to match the corresponding system_ids with corresponding part_ids to display the reports in correct manner.
I am strucked with this issue.I really need your help as soon as possible.
Thanks
GP
I designed one report with two parameter list.The report will take list of system_ids and list of part_ids .For example in my report I want to display multiple reports for
system_id=1171 & part_id=III
and system_id=441 & part_id=I
and system_id=15871 & part_id=I
and system_id=10061 & part_id=II
So I am passing with comma separated stirng ,like
&SYSTEM_ID_LIST=1171,441,15871,10061
&PART_ID_LIST=III,I,I,II
So now I need to display these report details as shown above.Is there any way to tell the report to match the corresponding system_ids with corresponding part_ids to display the reports in correct manner.
I am strucked with this issue.I really need your help as soon as possible.
Thanks
GP