If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Filter function in iwr webservices

Started by hkgandhi, 28 Sep 2005 03:37:45 PM

Previous topic - Next topic

hkgandhi

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.