Environment is SSRS 2012
It seems that I cannot pass a GUID in the querystring to launch a webpage. I already tried GUID.Value.ToString() and other such tricks...
="javascript:void window.open('http://localhost:62808/Default.aspx?Parm1="+ Fields!myGUID.Value.ToString()... does not work
="javascript:void window.open('http://localhost:62808/Default.aspx?Parm1="+ Fields!myString.Value ... works
I dont see any errors during Build or Deploy of the Report. The GoToURL is set up as an Action on a field.
When I pass a String, I get the little finger to indicate that I can click on the Report field and then external webpage launches nicely.
When I pass the GUID, I don't get anything to indicate that I can click onthe Report field.