Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

BI Pub - PDF Bookmarks issue

Question
32
Views
0
Comments

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?