cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal reports show group in second page

Former Member
0 Kudos

Hello, my intention is to show on the first page a list of n clients with reduced information of each one of them. And from the second page detailed information of each client, I do this with a group. If the first page contains 3 customers, the report will have 4 pages, the first with the list of customers and then a page for each customer.

The report is okay, just that the information of the first client appears on the first page, and I want it to appear on the second page. To be clearer, I want the elements of the group to start showing from the second page and not from the first page.

What I probe was to suppress the headerGroup if the page = 1, but what this does is hide the first customer of the group and shows me only the last 2 clients in the following 2 pages....

Report Header

Page Headers

GroupHeader (suppress if = first page)

Details

GroupFooter

Page Footer

Report Footer

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Carlos,

Here's what you need to do:

1. Insert a Crosstab and place it on the Report Header

2. Use the Client Field as the 'Row' of the Crosstab. Go to the Customize Crosstab option and get rid of the Gridlines and suppress the Total row etc.

3. Go to the Section Expert > Highlight Group Footer > Paging tab > Check New Page After

4. Highlight the Report Header > Paging tab > Check New Page After

5. Remove the conditional Suppression logic from Group Header

-Abhilash

Former Member
0 Kudos

Thank you very much Abhilash

Answers (0)