Hi everyone,
I am running a custom report with a request filter field on Shipment Date.
I am setting some filters on a record SalesLine then I am running the report by the following instruction:
REPORT.RUNMODAL(ReportSelection."Report ID",GUIALLOWED,FALSE,SalesLine);
When I run it, I get the field Shipment Date twice: one blanck and one with the filter value.
How can I avoid that?
Thanks in advance
Comments
Do you need the request page for the report when it is run from the code? If not set this to false.
Another solution would be to remove the filter from the report properties within the report design so it is not a user definable filter.
Neil
Carsten
==> How To Ask Questions The Smart Way
This post is my own opinion and does not necessarily reflect the opinion or view of my employer.