Ignition Report creating

Hey everyone,

I currently have a report with 3 different sections.
Sections

  1. Title page
  2. A table which shows status for pallets
  3. 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

Any ideas if this is possible ?

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.

I saw a similar post here:

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....

1 Like

It might be possible to adapt RM's built in table of contents support:

2 Likes

Neat! Also, not it! :wink:

4 Likes