Ben Goligowski
01/04/2022, 9:23 PMpdfset
and pdf
in the code, but I'm not sure how to group multiple results together and then start a new pdf when the order changes while simultaneously ending the first pdf
a. can you do something within an if
statement like </pdf> <pdf>
and have it carry info over to subsequent results? i.e. ending the one grouping/page and starting another
2. can you create a macro outside a pdf (I'm assuming not)? The idea is to leverage a macro like this.
a. If not, then can you create a pdf within a pdf to use that macro to do something like <pdf><pdfset> using the macro here to generate new pdfs </pdfset><pdf>
b. the goal here being a unique pdf per grouping
3. use the linked macro and instead of creating a unique pdf per grouping/order, use pbr
to force new pages/orders. I'm not sure how well this would work with large orders that take up more than 1 page, but I think it'd be fine since the table
attribute naturally forces page breaks as needed
4. is there another and/or better way?
Thanks in advance!scottvonduhn
01/04/2022, 9:51 PMscottvonduhn
01/04/2022, 9:53 PMBen Goligowski
01/04/2022, 10:53 PMscottvonduhn
01/04/2022, 11:41 PM