0

I'm trying to do 2 things:

  1. Create a matrix that will dynamically regenerate itself for each category in my dataset (could be 2 categories, could be 10)

  2. Create a page break between each one.

So as a visual, something along the lines of this.

CATEGORY (HEADER)
EMPLOYEE NAME (Details)

---- PAGE BREAK -----

Which would look like something this:

NEW YORK
John        etc...
Jim         etc...
Liz         etc...

---- page break -----

VERMONT
Jack        etc...
Sue         etc...
Tom         etc...
Phil        etc...

---- page break -----

TEXAS
Brian      etc...
Greg       etc...

Can someone help me understand how to build a single matrix for each category (State in this example) in my dataset ?

Thank you in advance

Jay
  • 455
  • 3
  • 17
  • 34

1 Answers1

0

You can add a page break between each category. Go to Category group properties in the Page Break tab, select Between each instance of a group.

enter image description here

alejandro zuleta
  • 13,962
  • 3
  • 28
  • 48