Skip to main content
Participant
May 23, 2006
Question

Grouping and Page Breaks

  • May 23, 2006
  • 1 reply
  • 284 views
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?
This topic has been closed for replies.

1 reply

Participating Frequently
May 29, 2006
Hello,

If you want to have three separate pages for field1(A,B and C), then it can be done by "Group Management".

Steps for this as follows:

1. Goto Reports -- Group Management, and add a new group.

2. Provide the groupe name and also the group on properties as query.field1.

3. Check the "Start New Page" checkbox. This will break the pages.

Hope this is what you wanted.

Thanks

Sankalan
( www.mindfiresolutions.com )