I currently have a report with 3 different sections. Sections
Title page
A table which shows status for pallets
A table which shows alarms triggered for the current day
As we know the tables for sections 2 and 3 will create multiple pages until they have filled all data from their respective queries.
I'm looking at making dynamic table of contents section between section 1 and section 2. Which can help jump to section 3 without having to navigate through section 2.
the table of contents would look like below.
TABLE OF CONTENTS
pallet status 2---13
alarm status 14--17
Making the table of contents is easy enough with a script datasource, the hard (well, impossible) part is a link that allows the user to go directly to the page they want. The library we use just doesn't have that functionality.
Looks like PGriffith found a method to have clickable links, but it only works on the first page of the report also I'm not sure how this would work with a dynamic table of contents in the way that he created this method.
Yeah, the clickable link wasn't the part that worried me, it's getting the link to know what page to go to. The link would be created before the page the data is on....