Question
Grouping and Page Breaks
Query:
SELECT field1, field2
FROM myTable
Query Result:
field1....................field2
A...........................Product AA
A...........................Product AAA
B...........................Product BB
C...........................Product CC
I want to be able to have 3 seperate pages in the same PDF/FlashPaper Document and in the Page Header it would say something like: The Report for #field1# and the details would correspond to field1 and field2.
Any ideas on how to accomplish this?
SELECT field1, field2
FROM myTable
Query Result:
field1....................field2
A...........................Product AA
A...........................Product AAA
B...........................Product BB
C...........................Product CC
I want to be able to have 3 seperate pages in the same PDF/FlashPaper Document and in the Page Header it would say something like: The Report for #field1# and the details would correspond to field1 and field2.
Any ideas on how to accomplish this?