Hi,
I need to make a page break in my tablix but make a break only when the data in the first column is diferent.
For example, my tablix looks like this:
Table1 Table2 Table3 Table4
text1 info info info
text1 info info info
text2 info info info
text2 info info info
text3 info info info
All I want is to split this table so that each text1, text2, and text 3 is on its own page.
Table1 Table2 Table3 Table4
text1 info info info
text1 info info info
-------------------page break---------(new page)-----------
text2 info info info
text2 info info info
-------------------page break---------(new page)-----------
text3 info info info
So how can I do this?
Thanks