Current situation:
A JAVA application uses a custom servelet to take users from its GUI to the appropriate Upfront page based on the user's security credentials. After that, user must select a report to run.
I need to know if it is possible to bypass that user class's main report page and to take user directly to a particular report (if there are no prompts) or to the prompt page of a particular report.
Basically, I want to be able to display output of an IWR report within another application with out forcing the user to click the newsitem link in Upfront.
If anyone has experience with this, please let me know. Right now, I'm thinking to simply use the URL of an IWR report and to somehow include UID and PW in the URL string.
Thanks in advance for your help.
Dmitry.
A JAVA application uses a custom servelet to take users from its GUI to the appropriate Upfront page based on the user's security credentials. After that, user must select a report to run.
I need to know if it is possible to bypass that user class's main report page and to take user directly to a particular report (if there are no prompts) or to the prompt page of a particular report.
Basically, I want to be able to display output of an IWR report within another application with out forcing the user to click the newsitem link in Upfront.
If anyone has experience with this, please let me know. Right now, I'm thinking to simply use the URL of an IWR report and to somehow include UID and PW in the URL string.
Thanks in advance for your help.
Dmitry.