COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS Impromptu => Topic started by: hkgandhi on 28 Sep 2005 03:37:45 PM

Title: Filter function in iwr webservices
Post by: hkgandhi on 28 Sep 2005 03:37:45 PM
Hello,

I am calling Filter function from asp.net . Below is the code. It gives me back the url but unfortunately it is only the gateway. There is no reportID or any other required parameters. How can I view the report??

iwrservice.Filter("Country", "Sweden", 0, 0, "pdf", Nothing, rReport, rOutput, rInfo)

when I do
Dim rReportURL As String
        rReportURL = rOutput.ReportURL

it is only gateway.

http://oregon.mycompany.com/cwsgateway/cgi-bin/imrap.cgi

Once I get the URL I want to pass that to hyperlink control and view in a different page, which if I have the URL I can do it.

thanks

IF you need any more data,please tell me.