Passing multiple values to report
948602Jul 10 2012 — edited Aug 2 2012Hi,
I have a parameter form. One of the field will have at least one value. When it have more than one value, the values will be separate by a comma and pass to the report. Please tell me how separate them and put them in quotation in the report query.
EX: the values are: PO, DR
There will be in the where condition as: where code in ('PO', 'DR');
Thank you in advance.
ps. I am using 10g
Edited by: 945599 on Jul 10, 2012 2:04 PM