Summary
I have an rtf template, where a table has 6 fields to display in each column. If the first two field have repetitive data, it has to be displayed only once in each page.
Content
I have an rtf template, where a table has 6 fields to display in each column. If the first two field have repetitive data, it has to be displayed only once in each page. Example Col1 Col2 Col3 Col4 Col5 Col6 ABC XYZ A ABC XYZ B ABC XYZ C ABC XYZ C Output should be like this. Col1 Col2 Col3 ABC XYZ A B C C Is this possible?