Programmatic page breaks

  • Hi everyone,

    I'm putting a report together, and I'm using grouping combined with page breaks to put each section (group) on seperate pages.

    However, I would ideally like to have 2 groups per page, rather than just 1.

    Does anybody know how I might achieve a page break following every other group?

    thanks, Mark

  • Would it help to add %2 = 0 (modulo of division by 2) to your current group calculation? Or divide the group number by 2 (assuming it's an integer).



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • The groups themselves weren't numbered, however I was able to sort this by adding a 'groupby' column to my SQL query, and then create a group based on this field.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply