COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: cdallum on 12 Sep 2007 02:09:15 PM

Title: Page Breaks Based on Groups and/or Sections
Post by: cdallum on 12 Sep 2007 02:09:15 PM
Where and what are the settings to set page breaks on a column group or a section?  I have a list report with a group for which I'd like to begin a new page for each new value in the group.  This is an easy matter in Query Studio, but I've been unable to determine how to do it in Report Studio.  I've checked the Report Studio user guide, but it has provided no real value.
Title: Re: Page Breaks Based on Groups and/or Sections
Post by: larsonr on 12 Sep 2007 02:14:00 PM
There are a few ways to go about this.

One --> Build a repeater table that pages it out for you based on the group names. You will need to set the repeater table to repeat one down and one wide as well as define your master detail relationship between the list and your repeater.

Two --> Assign the groupings and query to the page so the report knows to page out by each group type (you will need to then create a master detail link between the list and the report page).


These are the few ways that I have achieved this in the past with relatively decent performance.
Title: Re: Page Breaks Based on Groups and/or Sections
Post by: Suraj on 12 Sep 2007 03:36:35 PM
In C8, go to page explorer->report pages, drag and drop page set and then drag current page below the page set under detail pages.
Select page set, then click on Grouping and Sorting under properties.
Select the query item you want to set page break on and drag under grouping-->overall.
That will break page for that query item.
Title: Re: Page Breaks Based on Groups and/or Sections
Post by: manishtirpude on 14 Sep 2007 03:04:07 AM
hi,
attaching a document will guide u in doing page breaks in reports based on groups/sections.I designed this for you.Please reply if it helps you.
regards,
Title: Re: Page Breaks Based on Groups and/or Sections
Post by: swordfish on 11 Oct 2007 09:34:28 AM
Hi,

On the same note .....

Is there a workaround solution for setting pagebreak for excel. In our org, all reports are by default output into excel format. Our users do not want page break output as different sheet (tab) in excel.

We have cognos 8.2 on sun solaris.

Regards
sf
Title: Re: Page Breaks Based on Groups and/or Sections
Post by: cdallum on 19 Oct 2007 01:36:06 PM
Thankx for all of the ideas!  This is quite helpful.