Categories
- All Categories
- 89 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14.1K Oracle Analytics Forums
- 5.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 51 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations Gallery
- 2 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
different header part in every 2nd , 3rd and last page
Summary
different header part in every 2nd , 3rd and last page
Content
Hi All,
I am developing EBS rtf template to print in PDF output.
So ,i need to display different header part in every 2nd , 3rd and last page.
how to do this ?
Thanks
Answers
-
Hello ,
Follow thru the link and even tough you do not have conditions .. you can use the same logic
how do you determine what goes into 2 nd, 3rd and last page ? what is the total pages of the output ?
0 -
Hello,
try creating conditional headers ... check the below blog post for more info
https://blogs.oracle.com/xmlpublisher/conditional-headers
Hope this helps
--YG
0 -
Hi Thanks for your reply.
Actually i don't have any specific condition to display header parts for 1st and 2nd page.
any samples on this that would be great
0 -
It would be great if any sample rtf template files.
0 -
Hi Thanks for your help!
Expected out and i don;t have any Total Page output.
Inv Org :Pick Slip : Page: 1 of 1Order Number :Order Number Order Type Pick Slip No CarrierCust. Date Delivery Number Line No Item No Qty Amount------------------------------------------------------------------------------------------------------------------------------------Inv Org :Pick Slip : Page: 2 of 2Order Number :Line No Item No Qty Amount
Thanks
0 -
Could any one help me on this?
0 -
Could you please help me on this?
0 -
Main Template : <?call-inline-template:invoice_logo?>
Sub template: <?if order =1234?>I pasted the actual logo for order1234.jpg image<?end if?>
<?if order number =2345?>I pasted the actual logo for order1456 .jpg image<?end if?>
like that try it
0 -
Could you please help me on this requirement ?
Inv Org :Pick Slip : Page: 1 of 1Order Number : 1234 <<...I need this only on first page if the order has more than one page lines..>>Order Number Order Type Pick Slip No CarrierCust. Date Delivery Number <<.......>>Line No Item No Qty Amount------------------------------------------------------------------------------------------------------------------------------------Inv Org :Pick Slip : Page: 2 of 2Order Number : 1234Line No Item No Qty Amount
Thank you.
0 -
3591335 wrote:Main Template : <?call-inline-template:invoice_logo?> Sub template: <?if order =1234?>I pasted the actual logo for order1234.jpg image<?end if?> <?if order number =2345?>I pasted the actual logo for order1456 .jpg image<?end if?> like that try it
Thanks , Actually i don't have any filters to display different headers in the different pages.
0