Job Traveler Takes Too Long to Print

Does anyone have a workaround for the following error?

Criteria can not be added to System Defined Report Tables.

My real problem is that our Job Traveler has massively ballooned with all the fields that have been requested to be added and now takes a very long time to print. I am filtering most of the lines out at the .rdl based on LaborEntryMethod. If I can filter this out at the RDD instead I expect a significant performance boost. However, the JobOper table doesn’t appear to take any criteria on this report.

Try duplicating your RDD (Actions > Duplicate RDD), and adding the criteria to the Duplicate. If that works, just change the RDD on the Report Style to use the dupe RDD.

1 Like

The report is already using a copy of the default job traveler RDD that I made and modified. Is that the process you’re suggesting?

It sure is, so I suppose that’s not the answer.