Summary
How to print static text on an XML publisher report
Content
Hello,
I have an XML publisher report that needs to print pre-formatted data. The data itself is stored in a single field within a table. The data looks like this:
Line_num Print_data
--------------------------------------------------------------------------------
1 Test Name 1. Reporting Mgr 1
2 123 Test Ave. 2. Reporting Mgr 2
3 Test City, 123456, Country 3. Reporting Mgr 3
4 Tel: 1234567890
5 <Blank Line>
6 <Blank Line>
7 *** Some Data ***
The requirement is to have this data printed like this:
<Company Logo> Some Heading
Company Address
Print line_num 1 to 5
Column1 Column2 Column3 ... (These headings will replace <blank line> (line num = 6))
Continue to print data from line 7
The company logo, address and column headings (Column1, column2, etc.) need to print on every page. My question is: How do I achieve this? I have to print static data on every page with fixed location and then print the actual data from the table on top of it. Any help is appreciated. Please let me know if you need additional details.
Sincerely,
A