August 3, 2011 at 3:46 am
Hi Pals
I have a reporting services (R2) where in one of the column, I am generating some numbers (ID).
Now, there is an external URL which is something like this
‘www.Iamstuckhere.com/withthisproblem/ID=1234’
From the above URL, the number ‘1234’ is actually the one which is being populated in my report. What I am trying to do here is to make this column as hyperlink with
http://www.Iamstuckhere.com/withthisproblem/ID= to be the same for each row but the number should be the one for which the link have been clicked. Appreciate any inputs from the forumn.
Thanks
August 3, 2011 at 5:38 am
This is actually quite simple.
Just open the properties of the textbox which contains your values. Go to "Action" and select the option "Go to URL"
Assuming your fieldname is ID enter the following expression as the URL
="www.Iamstuckhere.com/withthisproblem/ID=" & Fields!ID.Value
[font="Verdana"]Markus Bohse[/font]
August 3, 2011 at 5:54 am
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply