I have a report which is grouped in header and footer. Each report
has the page break set on the group footer. Any way I can write code
or a macro or something that will print my report to a directory as a PDF,
printing each group to its own report, naming such report as it's
header with the report name as a pre-fix?
i.e.
Report1
GroupA
detail
GroupB
detail
GroupC
detail
= Output folder:
Report1GroupA.p df
Report1GroupB.p df
Report1GroupC.p df
Thanks!
has the page break set on the group footer. Any way I can write code
or a macro or something that will print my report to a directory as a PDF,
printing each group to its own report, naming such report as it's
header with the report name as a pre-fix?
i.e.
Report1
GroupA
detail
GroupB
detail
GroupC
detail
= Output folder:
Report1GroupA.p df
Report1GroupB.p df
Report1GroupC.p df
Thanks!
Comment