I'm using SSRS to display some data-generated reports. In my database table, I have a cell called user ID. I tried to link it to a URL, but no matter which cell I click when I run my report, it always links to the first userID. This is the expression I used to get the value of the userID.
=Fields!userid.Value
I have a common beginning and end to the URL, but the unique ID always refers to the first cell in the column. Please help!