Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Table of contents in a pdf report
BDev
Hi,
I am trying to implement the hierarchical structure in the bookmark section of a pdf report.
For example, I have this information in my report:
Table1
Column1
Column2
Table2
Column1
I also would like to have the same hierarchical structure in bookmark
+ Table1
+ Table2
Clicking the + signs, we will get
- Table1
Column1
Column2
- Table2
Column1
I entered the name of the table and column in their respected TOC field. This is what shows up in bookmark after generating the report:
Table1
Column1
Column2
Table2
Column1
The structure is flat. Is there anyway to create the hierarchical structure? please advise.
Find more posts tagged with
Comments
Virgil Dodson
Hi Neil,
What version of BIRT are you using?
I'm using BIRT 2.5.1 and have created a Table Of Contents entry for my table called "Table 1".... Then I created a Table group where I also created a TOC entry with the given country... Then selected the Data Element in Column 1, and added a TOC entry with the Customer number... and finally selected the Data Element in Column 2 and added a TOC entry with Customer Name. My structure ended up as below for both HTML and PDF.
- Table 1
- Australia
114
Australian Collectors
276
Anna's Decorations
...
+ Austria
+ Table 2
BDev
Hi,
The problem has been resolved. Thanks~