Hi,
I'm using the function REPORT.PRINT to print a report from the Job Queue:
REPORT.PRINT(ReportID,JobQueueParameter.GetReportParameters,JobQueueParameter."Printer Name");
My question is if it is possible to add an extra filter to this report? For example, print all Sales Invoices from the last months.
It is not possible to set this filter on your request page, because the datefilter is always different in this situation.
I have a setup field with a dateformula in it and I want to apply this datefilter via code to this report before using the statement REPORT.PRINT.
And I don't want to make changes to the report itself.
Any ideas.
0