I have a report that uses a SP for data. The SP gets data from two views in different databases. When I try to run the report from the browser by supplying the User & password as parameters, I get a Report Information Needed message box in an infinite loop.
I am passing two user & password parameters.
The same user exists in both databases.
I am also supplying a prompt value.
//server/report.rpt?User0=scott&password0=tiger&User1=scott&password=tiger&prompt0=100
Am I missing something? Please help.
Any help would be greatly appreciated.
Thanks in advance.
I am passing two user & password parameters.
The same user exists in both databases.
I am also supplying a prompt value.
//server/report.rpt?User0=scott&password0=tiger&User1=scott&password=tiger&prompt0=100
Am I missing something? Please help.
Any help would be greatly appreciated.
Thanks in advance.