Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Getting repeated header on same page with different numbers in oracle RTF
SagarChadha
Rank 2 - Community Beginner
Summary
I have a data model G1 which have header information of invoice & G2 which have line information of that invoice.
Content
I am using start & body tag as i want some content in header & footer part. But i have a repeating group as well as i need to print multiple invoices also with single invoice on single page.
Using for each tag before start for G1 causing repeated headers on single page.
Please suggest a solution on this.
Code Snippet
<?for-each:G_1?> -----header content with logo including field which comes from G1---**repeating** <?start:body?> <?for-each:G_2?> -----content- including form fields--------------------------------- <?split-by-page-break:?> <?end for-each?> <? end body?> <?end for-each?> -------------content with logo for footer part including form fields----------
Tagged:
0
Answers
-
Hi Sagar,
What is the expected result you want to achieve?
Do you want to have the header in each page or not?
Also is G_1 a repeating element? Because if not it wouldn't make sense to use for-each for G_1
Regards,
Juan Diego
0