Related to post in Beta forum [crvs2010-beta---hyperlink-translator-dropping-parm|crvs2010-beta---hyperlink-translator-dropping-parm]
Reports containing hyperlinks with query parameters e.g. 'http://www.test.com/page.aspx?id=366363' drop parameters on transfer from report e.g. above link would transfer to 'http://www.test.com/page.aspx?id'
I believe this is because hyperlinks are rendered as javascript which is executed on click, and the function contains "functionName('url=[url of hyperlink]')". Any occurrences of '=' in a hyperlink break the syntax of this javascript function call.
This was assumed fixed in the RTM version, but it is still present.
Having convinced my manager to port our applications to CR for VS2010 this is and incredibly frustrating bug to discover too late. I'd hate to have to roll back to a previous version. If this has indeed been fixed, please advise as to the version of CR we should install, including runtime for deployment.