|
|
Re: Linking Pages in Interactive Report [message #529285 is a reply to message #528994] |
Sun, 30 October 2011 15:00 |
|
hoppy86
Messages: 5 Registered: October 2011
|
Junior Member |
|
|
Hi, Thanks for the response It wasn't explained very well. I was trying to link a master table to the child table data(i.e. pass the parent table id to another page so the IR generated on that page was only getting the child data that was linked to the parent table from the parent table id).
I did look through the apex documentation when I started and I did a comprehensive search for the answer (posting wasn't my first thought) and what I've listed was all I could find (It was linked to the wrong section, sorry. It was meant to be linked to this section: "Creating a Declarative Filter".)
I read a few things that seem to tell me that using the URL to pass information through wasn't good practice, Is this wrong? (I was using a page as the target.)
I worked it out eventually by using a couple of different things. I needed a Hidden Item to pass the information too so that the IR was generated using the id (also a link) from the first page. And I used a Computation to create the hidden item in my 2nd page from my first page. In my 2nd page i did a fetch row process and then linked it to the column I was generating in my report.
|
|
|