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
BI Pub - PDF Bookmarks issue
Summary
BI Pub - PDF Bookmarks issue
Content
Experts,
In our current RTF template, in a single page, we have a for-each@section to get summary elements and another for-each@current-group() to get a group element or detailed records. The report also has <?sss?> tags which are being used to generate the PDF bookmarks when exported to PDF.
The bookmarks in PDF is expected to be generated as follows:
A -> B -> c1
c2
c3
The bookmarks that are getting generated is as follows:
A -> B -> c1
A -> B -> c2
A -> B -> c3
The reason why this is happening is because of the for-each@section element. The moment we remove this we are getting in the expected format.
Experts - any thoughts?