Hi all,
I want to schedule an report using the dynamic batch scheduler. The only challange i have: Some reports must have results from two companies and in some reports only has the results from one company.
I made an NL function of the company table with an filter with all the "single" companies. Below the NL function in create some extra rows for the reports that has two or more companies.
When i schedule the batch reports, all the reports for an single company works correct and are mailed to the right company. Only the reports for two or more companies are not working correct. Only the first report (for two companies) is working ok, the rest is skipped. In the logfile isn't any other report or error.
In the attachement the batch file i created. did i do something wrong or isn't possible to create bacthline like this way?
Date
Votes
1 comment
-
Jet Reports Historic Posts Hi Stef,
The Jet Scheduler uses a Name box to refer to the batch lines to be executed. It's called Batch range, isn't it?
Your batch file holds 4 lines, but "Batch range" refers to 2 lines only.
Does your batch work if you change Batch range to refer to all 4 lines> I.e. $E$8:$AG$11.
Please sign in to leave a comment.