I have created a report that accepts multiple discrete parameter values.
However, I do not know how to specify multiple values in the URL. The report
works fine when specifying only one value. What am I doing wrong? Any help
would be appreciated. Please see the url below:

http://crm01/Reports/viewer/html/viewer.aspx?id=42232&promptex-Status=Open&promptex-Name=John+Smith

RE: Report Parameters in URL Problem by MattNC

MattNC
Sat Jul 09 11:27:01 CDT 2005

I believe you can only pass one parameter in the URL. If you are trying to
launch a report from a lead record (or contact record) you'll want your
custom button to go to a short .aspx page with a script that says, basically,
open report id# 42232. But the link will pass the leadid as a parameter to
this script and then the script will pass it to the report. There's an
article on my blog about how to do this, with some sample scripts.

Good luck
--
Matt Wittemann
http://icu-mscrm.blogspot.com


"Brian Hanks" wrote:

> I have created a report that accepts multiple discrete parameter values.
> However, I do not know how to specify multiple values in the URL. The report
> works fine when specifying only one value. What am I doing wrong? Any help
> would be appreciated. Please see the url below:
>
> http://crm01/Reports/viewer/html/viewer.aspx?id=42232&promptex-Status=Open&promptex-Name=John+Smith