I have problem in filtering record in my report query.
I am using a dialog field for filtering my outputted data in my report. I am using this code in my fetch method in my report.
this.query().dataSourceTable(tableNum(Custtable)).addRange(fieldNum(CustTable,accountnum)).value(iNNSO_SalesOrderGraphPerCust.parmCustAccount());
where iNNSO_SalesOrderGraphPerCust is the class object where I have the dialog method.
But I am only able to filter one record like one customer account. When I enter more than one customer account using commas ( How we use in filter conditions for reports), then my above code is not working . It always takes the first customer and outputted the report.
Can anyone help me , what I should modify in my code so that it will filter for all records inputted in the Dialog field.
Thanks Regards Amar
Yahoo! Groups Sponsor ADVERTISEMENT
Click Here!
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

