SSRS Hyperlink report with parameters not working properly

时光毁灭记忆、已成空白 提交于 2019-12-12 02:37:08

问题


Main report which drills down to Register URL

I have main report with 3 parameters and have 3 levels of drill downs. The last drill down is to register level and it shows a hyperlink when clicked on it, it should directly take user to register report.

i.e If clicked on 1st URL – 000018045 – Cert in Childcare but it takes me to different one as below

Embedded report in hyperlink

Everything works fine in my report except hyperlinked report which showing different values other than user selected in main report drill down list.

I made sure I am using same parameters in both reports and identical datasets.

Any idea where am I going wrong?


回答1:


When using the hyperlink action in SSRS you have to encode the URL to handle all the characters. Here's an article that explains it to get you started: http://capstonebi.blogspot.com/2010/04/url-encoding-in-reporting-services.html



来源:https://stackoverflow.com/questions/35290886/ssrs-hyperlink-report-with-parameters-not-working-properly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!