Kebabmeister
Programmer
Actuate 5
Oracle DB
I'm designing a report which needs to hit the DB several times for the same data. I assume that the best way to do this is to read the data into a buffer (which I have done) and then hit the buffer for subsequent report sections. I have searched the help files for instructions on how to use a buffer once it has been set up. Can anyone give me a pointer? I have looked for a method that allows me to use Fetch to bring a line from the buffer (which is how I would think this should work) but I cant find anything.
Oracle DB
I'm designing a report which needs to hit the DB several times for the same data. I assume that the best way to do this is to read the data into a buffer (which I have done) and then hit the buffer for subsequent report sections. I have searched the help files for instructions on how to use a buffer once it has been set up. Can anyone give me a pointer? I have looked for a method that allows me to use Fetch to bring a line from the buffer (which is how I would think this should work) but I cant find anything.