Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to display limited rows of 2 tables together in RTF file?
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)