Good afternoon. You need to put hyperlinks to the elements in the report in the column. Moreover, the link should change depending on the text in the cell. That is, hyperlink = the first part of the hyperlink + ID + the second part of the hyperlink.
Good afternoon. You need to put hyperlinks to the elements in the report in the column. Moreover, the link should change depending on the text in the cell. That is, hyperlink = the first part of the hyperlink + ID + the second part of the hyperlink.
Hi @Konstantin-3636,
You may use expression to show the hyperlink like below.
="https://www."+Fields!YourID.Value+".com/"
="First Part"+Fields!YourID.Value+"Second Part/"
If I misunderstand your needs, please incorrect me.
add-a-hyperlink-to-a-url-report-builder-and-ssrs
Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues October
6 people are following this question.