Method of printing report using different parameters as one single document in the print queue
Here is the scenario:
I have a QV doc that, for a given day, might contain a list of 10 invoices.
Iterating through each invoice in the list, I want to print reports (i.e. other tabs in the same QV doc) with that invoice number as the parameter.
I don't want each report to be sent to the print queue separately - I want all the reports within the set to compile into a single document and be sent as a single item to the print queue.
I was told that the third-party NPRINTING tool could accommodate, but I also want to see if there are any other options or approaches?