Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Page Number on BI Publisher rtf document

Summary
Page Number on BI Publisher rtf document
Content
On my template, I have three sections. In Word 2016, I inserted a page number for each section and set the page numbering option to start at page 1. The page numbers show correctly on the template. As expected, the page number is getting reset to 1 at the beginning of each section. However, when I generate the document in PeopleSoft, the page numbering option gets changed to "Continue from previous section" and the page number is incremented continuously across all the sections as though the document had only one section.
Has anyone encountered this issue? Please let me know how to resolve this. Thanks.
Answers
-
Are you using the for-each@section for the grouping in your template. This will reset the pge numbering for you
Tim
0 -
before each section can you set page number to 1 by using below code
<?initial-page-number:1?>
0