On 11 Aug 2003 07:09:08 -0700, patilys (AT) coolgoose (DOT) com (Yogesh) wrote:
Quote:
i want to integrate Express Cube reports in my web page but problem is
whenever i call a express cube report in a url it requires a session
id .which it generates in briefing notebook intialization ...
i dont want to show briefing note book to user .. user should get
directly a report on his screen.........
what is the solution for that ?? |
Bottom line is that you will HAVE to have a session id. It's basically
because you need to be logged in to get the data.
That said, you can write some Web Agent code to get to the data you
need rather than the Web Publisher format (that I think you're
referring to)