Hi everyone, I'm wondering if anybody knows of a way to navigate to a specific page in a report output by using parameterized url's (or another method). For example, I have a report that has 2 pages in it:
rpt_OutputNow, I have a completely separate report that contains 2 hyperlink buttons. I would like one of the two buttons to open rpt_Output:pg_Revenue and the other button to go to rpt_Output:pg_Profit.
I hope this makes sense. Any and all help will be greatly appreciated. Thanks in advance!
-Scott
You could add a parameter to your report that identifies which page to display and then set the render variable for the pages accordingly. Then pass the appropriate parameter value from your link.