Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to display limited rows of 2 tables together in RTF file?

Question
11
Views
0
Comments

Summary

How to display limited rows of 2 tables together in RTF file?

Content

How to display limited rows of 2 tables together in RTF file?

In rtf file for xml publisher, I need to display 2 tables. Both the tables are same and both are having 100 records. I want to display 5 rows of each table on each page. So, finally this will result in 20 pages. All pages with 5 records on each table on each page. I am getting data from xml file which I am going to load in rtf file.​

Can anyone please let me know how to pause 1st table after 5 (1-5) entries and start 2nd table with 5 (1-5) entries and then start new page with 1st table again with next 5 (5-10) records? ​

(There are some blogs discussing about displaying limited lines of single table on each page (XML Publisher - Developing reports printed on Pre-Printed Stationary)  But what should be done for displaying limited lines of 2 tables on each page)