Help with URL (hyperlink) binding

  • 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

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • 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]

  • Indeed it was quite simple but I couldn't find out..earlier I was trying it with 'URL' + ID and it was not working...

    Thanks for the solution..

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply