So Right now I have a document with over 700 lines (rows) and the first column of each line has a number in it. Each number appears 2-4 times in the document, so 2-4 lines (rows) will share the same number every time. I need to print out each row that has the same number on a separate page.
So for example I have rows with the numbers: 866, 866, 867, 867, 867, 869, 869, 920, 920
Then I need to print them out where each paper would only have rows with the same number so:
page 1: rows with 866, 866
page 2: rows with 867, 867, 867
page 3: rows with 869, 869
etc...
Is there anyone that knows how to solve this.
Oh and then I need to attach a header (first row repeated) to each page, but I guess that could be done with print tiles.
Any help greatly appreciated.
So for example I have rows with the numbers: 866, 866, 867, 867, 867, 869, 869, 920, 920
Then I need to print them out where each paper would only have rows with the same number so:
page 1: rows with 866, 866
page 2: rows with 867, 867, 867
page 3: rows with 869, 869
etc...
Is there anyone that knows how to solve this.
Oh and then I need to attach a header (first row repeated) to each page, but I guess that could be done with print tiles.
Any help greatly appreciated.