I'm trying to do 2 things:
Create a matrix that will dynamically regenerate itself for each category in my dataset (could be 2 categories, could be 10)
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