Run/Open a report with URL parameters

Viewed 1150

The idea is to call from outside of Cognos the link of the report with some parameters. So the user will not need to put the parameters when he opens the report. They will automatically filter the parameters. Using URL parameters or something like that.

I'm using the IBM Cognos Analytics 11.1 R7.

Someone know if this is possible? Have some tutorial?

2 Answers

at the end of your report name add the parameters with what you want to put in. for example: Even if you want to run it in PDF that I have put at the end of the URL:

&run.prompt=false&p_pTEST=ABC&p_pPROMPT=TEST&run.prompt=false&run.outputFormat=PDF

Related