--
Ravi Mumulla (Microsoft)
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"jsw" <j...@discussions.microsoft.com> wrote in message
news:CF00844D-DF2B-4754...@microsoft.com...
> I have a Sql report that shows product category codes in one of the
columns. I would like to be able to click on one of these and have it be a
link to a web page that displays information about the product category,
passing the code as a querystring parameter to the destination web page.
The destination is not another report, but a bona-fide web page.
>
> I have tried going to the properties form for the field, then clicking the
Advanced button, then the Navigation tab. I check the Jump to URL radio
button and try inputting the desired URL, but haven't had any luck passing
the field as a querystring parameter.
>
> Here is the URL I am entering into the textbox:
>
> http://lbwl/Products/ProdCat.aspx?Id=Fields!ProductCategory.Value
>
> Unfortunately, what gets passed as the querystring parameter value is not
the value of the product category, but "Fields!ProductCategory.Value" Is
there any way to do what I'm trying to do?
>