SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,960 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Does anyone kown why go to url doesn't work in my report.
I'm using "http://www.test.com" in the expression.
But it does not go to the url when clicking.
Hi @Yun,
Not sure if you have added " in the tab, you may try with the address directly.
It works fine in my environment.
Or you may try with below expression:
="javascript:void(window.open('http://www.test.com'))"
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.