I have a report in html which consists of three pages and is displayed with TAB's.
Is there a way to click on an object from TAB number 2 which will take me to TAB number 1?
Table of contents and bookmarks I have already tested and it does not seem to work
Hope someone can help me with a hint
Chris
Have you tried render variables? Your report tabs are individual pages within a report. Create a string variable with page 1, page 2, page 3. Assign the render variable as per your requirement. Just an idea to try out.